Re: [iText-questions] Signing with setCertificationLevel broken in iText2.1.3

2008-07-24 Thread Bruno Lowagie
Paul Ryan wrote: > I've been using iText 2.1.2u and signing with a certification signature > (certification level) using .setCertificationLevel(...) method on > PdfSignatureAppearance object. It has been working fine apart from it > removing "enable usage rights in reader" setting on the PDF wh

[iText-questions] locked columns

2008-07-24 Thread David Hang
Hi,If I have a pdf table w/ 100+ columns, the print out would consists of more than one page. (even in landscape mode). Does itext have the option of printing repeating column(s) on each page ?  I believe the idea is similiar to "Freeze panes" in Microsoft Excel.  If you "freeze" column A, as yo

[iText-questions] Signing with setCertificationLevel broken in iText2.1.3

2008-07-24 Thread Paul Ryan
I've been using iText 2.1.2u and signing with a certification signature (certification level) using .setCertificationLevel(...) method on PdfSignatureAppearance object.  It has been working fine apart from it removing "enable usage rights in reader" setting on the PDF when enabled prior to sign

Re: [iText-questions] Signing with iText gives invalid sig when "mark read-only Signed" event set

2008-07-24 Thread Paul Ryan
Apologies if I wasn't clear.  The signature fields in Acrobat 8 (and from Acrobat 6 on I think) allow an option to set a list of fields ("all", "include", "exclude") to mark as read only when the signature field is signed.  Basically, it's a trigger to do something after signing the field.  For

Re: [iText-questions] Vertical alignment of multiline form fields

2008-07-24 Thread David Michalson
I can't seem to find any later information on this issue, so anyway... I've already long gone through the setExtraMargin solution for having to manually set margins in form fields, however I'm working on a signed form that needs some fields automatically filled out and have problems it can't seem

Re: [iText-questions] Annotations (Anchors) and transformations

2008-07-24 Thread Leonard Rosenthol
Run the list of annotations and adjust their rectangles by the same matrix. Leonard On Jul 23, 2008, at 9:01 PM, Sam Gibson wrote: > 1T3XT info wrote: >> You're mixing things that shouldn't be mixed. >> Annotations are not a part of the page content. >> That's inherent to PDF. (So no: it's NOT

Re: [iText-questions] itext created files give error in ghost script

2008-07-24 Thread terramir
ehhh the file is a torrent downloaded PDF it's inside the chemistry collection on miniova don't download the whole thing !!! the torrent is only 50% alive, however you should be able to download this PDF (the one in question Handbook of batteries 3ed 2002 - Linden & Reddy.pdf it's under the head

[iText-questions] itext created files give error in ghost script

2008-07-24 Thread terramir
in the comand prompt window using imagemagik and ghostscript I get the following error itextpaulo (lowagie.com)[JDK1.1] build 126 Please notify the author of the software that produced this file that it does not conform to adobe's published specifications. Well your notified terramir PS: I dun

[iText-questions] JSON to iText?

2008-07-24 Thread Alex Rice
Greetings, I just got iText in Action and am starting to dig into this great tool. I am using iText in a JSP scriptlet. I want to create a HTTP service that can create PDFs from simpler content such as JSON. So remote services could generate PDF with similar but varying layouts, without havin

[iText-questions] addsignature to an ExistingPdf

2008-07-24 Thread Jose Carlos Maia
I want to add a empty signature field to an existing pdf, but I can't find how? I have tried stamper.addAnnotation, but haven't work. Thanks in advance Maia - This SF.Net email is sponsored by the Moblin Your Move Develo

Re: [iText-questions] OpenType font subsets not displayed in Adobe Reader 8

2008-07-24 Thread Ulrich Telle
Hi Dmitri, > for the detailed drawback description and for te patch, I'll go check the > affected class source to see the reason. Well, I have to admit that I didn't add comments to the class source explaining the reason since the patch consists only of a few extra lines within one class method

Re: [iText-questions] OpenType font subsets not displayed in Adobe Reader 8

2008-07-24 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dmitri Livotov > Sent: Thursday, July 24, 2008 2:24 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] OpenType font subsets not > displayed in Adobe Reader 8 > > > Thank

Re: [iText-questions] OpenType font subsets not displayed in Adobe Reader 8

2008-07-24 Thread Dmitri Livotov
Thanks, Ulrich, for the detailed drawback description and for te patch, I'll go check the affected class source to see the reason. As for us, we switched to OTF because there is some problems embedding TTF fonts into some PDF files, formed by a third parties with some type 1 fonts already embedde

Re: [iText-questions] Query regarding createSubmitForm()

2008-07-24 Thread Paulo Soares
iText has nothing to do with communications. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, July 24, 2008 11:38 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Query regarding

Re: [iText-questions] Nested PdfPTable table memory leak

2008-07-24 Thread Paulo Soares
See http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.php and chapter 6.1.5 of the book "iText in Action". Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Biswa > Sent: Thursday, July 24, 2008 11:47 AM > To: Post all your

Re: [iText-questions] Signing with iText gives invalid sig when "mark read-only Signed" event set

2008-07-24 Thread Paulo Soares
How can you sign a field if you've marked it as read-only? Paulo From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul and Jenny Ryan Sent: Thursday, July 24, 2008 2:34 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Signing

[iText-questions] Query regarding createSubmitForm()

2008-07-24 Thread ramaprasad.kolla
Hi, I am using iText's JAVA PDF Library for creating AcroForms. I have designed below UI with PDF Library User Name: [Textbox] [Submit Button] When user enters Name in the textbox and clicks on Submit Button the data has to be sent to a jsp as SUBMIT_HTML_FORMAT as show

Re: [iText-questions] Nested PdfPTable table memory leak

2008-07-24 Thread Biswa
Hi Paulo, Thanks for your reply. I am going through the tutorials, the one thing I notice is to increase the heap size, in order to address the problem. But how can I reduce the memory need for such large table or could you point me to some logic mentioned in the tutorial that I am missing out. Th

Re: [iText-questions] how to set the orientation of paper when printing by itext

2008-07-24 Thread Bruno Lowagie
liuchangliang wrote: > I could not set the orientation of paper when printing, That's normal: PDF is the PORTABLE Document Format, and printer settings are device dependent. There isn't a way to define printer settings in PDF. However, since PDF 1.7 (Adobe Reader 8.0 and later), some viewer prefe

Re: [iText-questions] MissingTable.WidthPercentageandTable.SpaceBetweenCells

2008-07-24 Thread Ziga Janez
Super thank you for your response. It is working of course. Where can I see that kind of changes and value usage? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Thursday, July 24, 2008 9:19 AM To: Post all your questions about iText he

Re: [iText-questions] MissingTable.WidthPercentageandTable.SpaceBetweenCells

2008-07-24 Thread Paulo Soares
100f Paulo - Original Message - From: "Ziga Janez" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Thursday, July 24, 2008 8:09 AM Subject: Re: [iText-questions] MissingTable.WidthPercentageandTable.SpaceBetweenCells OK, thx for help but how to set width on

Re: [iText-questions] Missing Table.WidthPercentageandTable.SpaceBetweenCells

2008-07-24 Thread Ziga Janez
OK, thx for help but how to set width on 100% because Table.Width is float value. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Thursday, July 24, 2008 9:06 AM To: Post all your questions about iText here Subject: Re: [iText-questions

Re: [iText-questions] Missing Table.WidthPercentage andTable.SpaceBetweenCells

2008-07-24 Thread Paulo Soares
Look for Width and Cellspacing/Cellpadding. Paulo - Original Message - From: "Ziga Janez" <[EMAIL PROTECTED]> To: Sent: Thursday, July 24, 2008 7:57 AM Subject: [iText-questions] Missing Table.WidthPercentage andTable.SpaceBetweenCells Hi, when upgrading itextsharp from version 3.0.