Re: [iText-questions] XML to PDF Conversion problem

2002-07-16 Thread Paul Cooley
I believe, if I haven't completely forgotten all of this, that you actually have call document.open() before trying to use the xml conversion. Otherwise, iText is attempting to write to a closed document. Before a document is open is when you can add the properties, encryption, etc. So try ad

Re: [iText-questions] diffrent PDF formats on Windows and Unix?

2002-04-22 Thread Paul Cooley
Sorry. Meant to say you should make sure they are NOT getting written to text during transfer! --- Paul Cooley <[EMAIL PROTECTED]> wrote: > We are generating pdfs on solaris and having them > opened via a browser on windows and are experiencing > no problems between the two. I th

Re: [iText-questions] diffrent PDF formats on Windows and Unix?

2002-04-22 Thread Paul Cooley
We are generating pdfs on solaris and having them opened via a browser on windows and are experiencing no problems between the two. I think perhaps you should check to make sure the pdfs are getting written as "text" when tranferred. Are you ftping the files from one system to another? --- [EMAI

[iText-questions] RightFax Server and itext incomatibilities

2002-04-02 Thread Paul Cooley
the xml and tagmap files. Is there something I need to edit tthere in order to change the font type? Thanks very much for any help. Paul Cooley __ Do You Yahoo!? Yahoo! Tax Center - online filing with Tur

[iText-questions] Leading

2002-03-22 Thread Paul Cooley
For some reason, the xslt generated into the pdf ignores my leading attributes on paragraphs. Font sizes and families are registered correctly, but leading is complete ignored. Here is a sample of the attribute in the tagmap: A

[iText-questions] Using the PdfReader(byte[]) constructor

2002-03-19 Thread Paul Cooley
I have used IText now for over a year now and have never quite come across this particular problem. I have a component which must take a java.io.InputStream and then convert the InputStream into a byte[] so the document can be read and then appended to an existing pdf document. The PdfReader c