[iText-questions] Pdf Writer Version 0.99 gives problem old version works fine

2003-06-20 Thread EXT-Nair, Vimal K
Pdf writer iText.jar new version gives problem @ the last line. Program exit with not error messages. The same thing works fine and produce pdf output with old version of jar file. Upgraded to incorporate XML writer which required 0.99 version. PdfWriter writer = PdfWriter.getInstance(

RE: [iText-questions] Pdf Writer Version 0.99 gives problem old version works fine

2003-06-20 Thread Paulo Soares
If you call writer.getDirectContent() without opening first the document it throws an exception. Best Regards, Paulo Soares -Original Message- From: EXT-Nair, Vimal K [SMTP:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 1:07 To: [EMAIL PROTECTED] Subject: [iText-questions] Pdf

RE: [iText-questions] Combining PDF fragments into a single document

2003-06-20 Thread Paulo Soares
The problem is with the original file. The font stream indicates a length that is less than the actual stream length. Acrobat fixes the file but iText doesn't and neither does ghostscript. Best Regards, Paulo Soares -Original Message- From: Ben Galbraith [SMTP:[EMAIL PROTECTED] Sent:

RE: [iText-questions] bug

2003-06-20 Thread Paulo Soares
That's a compile bug, iText didn't even start. A reinstallation of the JVM should fix it. Best Regards, Paulo Soares -Original Message- From: raju thakor [SMTP:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 7:14 To: [EMAIL PROTECTED] Subject: [iText-questions] bug hello

RE: [iText-questions] textalignment a la tex \hfill

2003-06-20 Thread Paulo Soares
There are several ways to do it: - a table with two columns - two ColumnText on top of each other - if using Document.add(Paragraph) two calls with the second call having a negative leading to get the line on top of the first Best Regards, Paulo Soares -Original Message- From:

RE: [iText-questions] Merging multiple PDFs

2003-06-20 Thread Paulo Soares
If you want speed Java is not your friend. If I had faster classes I would use them instead of the current ones. Best Regards, Paulo Soares -Original Message- From: Chadha, Jaideep [SMTP:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 18:52 To: '[EMAIL PROTECTED]' Subject:

RE: [iText-questions] Document ID

2003-06-20 Thread Paulo Soares
You can't open an encrypted file without an ID, it's part of the key. Best Regards, Paulo Soares -Original Message- From: C.S.I. Engineering S.r.l. [SMTP:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 11:05 To: [EMAIL PROTECTED] Subject: [iText-questions] Document ID I

R: [iText-questions] Document ID

2003-06-20 Thread C.S.I. Engineering S.r.l.
I send you a crypted file pdf, if you try to open it whit Acrobat reader 5.0 you see the content. I know that the id is used to decrypt the file (Alghoritm 3.2 Computing an encryption key - PDF Reference Version 1.4 ), but I think that probably there is another way. Pdf file is: /Filter /Standard

[iText-questions] I:IText Barcode

2003-06-20 Thread Pritam
Hi. I m using iTEXT.jar for barcode integration. We have framework through which we generate pdf files.We hv predefined pdf templates and on the fly we add data to it to create the resulted pdf.Now i m adding barcode to this resulted pdf.But the new pdf does not contain the original

[iText-questions] IText Barcode Generation

2003-06-20 Thread Pritam
Hi. I m using iTEXT.jar for barcode integration. We have framework through which we generate pdf files.We hv predefined pdf templates and on the fly we add data to it to create the resulted pdf.Now i m adding barcode to this resulted pdf.But the new pdf does not contain the original

[iText-questions] RE: IText Barcode Generation

2003-06-20 Thread Paulo Soares
I suspect that the pages are there but are rotated out of sight. Try it with a PDF that you know has no rotated pages. Best Regards, Paulo Soares -Original Message- From: Pritam [SMTP:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 12:22 To: [EMAIL PROTECTED] Cc: Paulo Soares

RE: [iText-questions] Document ID

2003-06-20 Thread Paulo Soares
I have no idea how it works. Best Regards, Paulo Soares -Original Message- From: C.S.I. Engineering S.r.l. [SMTP:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 11:47 To: [EMAIL PROTECTED] Subject: R: [iText-questions] Document ID I send you a crypted file pdf, if you try

[iText-questions] RE: IText Barcode Generation

2003-06-20 Thread Paulo Soares
Your missing data are forms. Importing pages this way won't work for forms. Use PdfStamper instead. Best Regards, Paulo Soares -Original Message- From: Pritam [SMTP:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 12:34 To: Paulo Soares Cc: [EMAIL PROTECTED] Subject: Re:

[iText-questions] New release itext-paulo-120

2003-06-20 Thread Paulo Soares
Changes in itext-paulo-120 (2003-06-20) - all the changes in the CVS. - FontFactory register all the TTF names for the different locales. - added FontFactory.registerDirectory and FontFactory.registerDirectories. - the image types GIF and PNG were eliminated together with the

RE: [iText-questions] percentage widths of columns

2003-06-20 Thread Paulo Soares
It will work if all the columns add up to 100%. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 15:36 To: [EMAIL PROTECTED] Subject: [iText-questions] percentage widths of columns I am trying to set

RE: [iText-questions] Document ID

2003-06-20 Thread Paulo Soares
Now I know how it works. If the ID does not exist it's not taken into account when generating the key. The new iText supports encrypted documents and reads correctly your doc. Best Regards, Paulo Soares -Original Message- From: Paulo Soares [SMTP:[EMAIL PROTECTED] Sent: Friday, June

Re: [iText-questions] Newbie's prob

2003-06-20 Thread Matt Benson
What happens when you invoke the servlet through the browser? Also, does it happen to work properly using a different browser? -Matt --- Uwe Kristmann [EMAIL PROTECTED] wrote: hi, first to say, i'm not a great java expert and new to itext . I'm trying to write pdfcontent

Re: [iText-questions] Reader 6.0 and Hidden Fields

2003-06-20 Thread Tom Kraol
Thanks for the response, but these pdfs aren't created using Acrobat Reader. These pdfs are created dynamically using iText. The pdfs appear fine when they appear on the screen, but the hidden fields just aren't there or aren't submitted because I haven't excluded anything from submittal. I use