[iText-questions] RE: Support for reading Encrypted docs...

2003-05-28 Thread Paulo Soares
You may but I don't know if it will go into the main distribution. Myself and Bruno had the policy of not accepting encrypted documents to stay out of piracy troubles. On the other hand, $39 will buy you the elcomsoft cracker and there are also other Java libraries that decrypt pdfs. The times have

RE: [iText-questions] Merging issue

2003-05-28 Thread Paulo Soares
That's probably another pdf strangely formed. Send me privately the pdf so that I can put another fix in iText. Best Regards, Paulo Soares > -Original Message- > From: Richard Damien (AXEN) [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 1:05 PM > To: 'Paulo Soares'; [EMAIL PROT

RE: [iText-questions] Merging issue

2003-05-28 Thread Richard Damien (AXEN)
Title: RE: [iText-questions] Merging issue Thanks. I stiil have a isseu, my first PDF doesn't  contain forms and then I have the following error during the concat : java.lang.NullPointerException     at com.lowagie.text.pdf.PRAcroForm.iterateFields(Unknown Source)     at com.lowagi

RE: [iText-questions] Image scale

2003-05-28 Thread Paulo Soares
scaleAbsoluteHeight() does not change the width of the image. Best Regards, Paulo Soares > -Original Message- > From: Collard, John [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, May 27, 2003 10:30 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Image scale > > I am attempting

RE: [iText-questions] AFM font and the servlet output stream

2003-05-28 Thread Paulo Soares
If you don't get any exception from iText when closing the document then the problem is in the way you are sending the document to the browser. The difference in behavior related to embedded is in the size of the document and that may have influence in the error you are seeing. Best Regards, Paulo

RE: [iText-questions] How Can I Convert xml file with Japanese characters to PDF file?

2003-05-28 Thread Paulo Soares
You must register your japanese font in FontFactory and use the apropriated encoding. Best Regards, Paulo Soares > -Original Message- > From: lin colin [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 6:28 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] How Can I Con

RE: [iText-questions] Merging issue

2003-05-28 Thread Paulo Soares
See concat_pdf in com.lowagie.tools. Best Regards, Paulo Soares > -Original Message- > From: Richard Damien (AXEN) [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 10:44 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Merging issue > > Hello, > > I have a merging

RE: [iText-questions] pdfptable pagination

2003-05-28 Thread Paulo Soares
PdfPTable always break at full rows and is going to stay that way. If you rows are that big it's probably better to use ColumnText. Best Regards, Paulo Soares > -Original Message- > From: Charles Lao [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, May 27, 2003 6:01 PM > To: [EMAIL PROTECTED] >

[iText-questions] Merging issue

2003-05-28 Thread Richard Damien (AXEN)
Title: Merging issue Hello, I have a merging problem. Acutally, I have 2 differents PDF and I need to merge them in one pdf. I read each page of the first PDF and put them in a new output PDF and I do the same with the second one, adding its pages in the same output pdf. But all the caract