Re: [iText-questions] PdfCopyFields breaking Signature Panel?

2008-09-21 Thread Paulo Soares
Looks like the sig flags are not put in the acro fields dictionary. Paulo - Original Message - From: <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Cc: "Post all your questions about iText here" ; <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2008 5:36 PM Subj

Re: [iText-questions] radio buttons position

2008-09-21 Thread Paulo Soares
You'll have to examine the field dictionary. Paulo - Original Message - From: "Zhi Ren" <[EMAIL PROTECTED]> To: Sent: Sunday, September 21, 2008 8:51 AM Subject: [iText-questions] radio buttons position Hello, I have a question: In the form in the chapter 16 of your book, there is a

Re: [iText-questions] Checkbox

2008-09-21 Thread Paulo Soares
With AcroFields.getField(), same as any other field. Paulo - Original Message - From: "Zhi Ren" <[EMAIL PROTECTED]> To: Sent: Saturday, September 20, 2008 11:45 PM Subject: [iText-questions] Checkbox Hi, With iText, how do I find if a checkbox/push button in a PDF file is checked or

Re: [iText-questions] Facing issues with PDF Generated using Itext while using StampPDF Batch for stamping

2008-09-21 Thread Paulo Soares
The version is too old. Use the latest version and post a small snipped of your code if it still doesn't work. Paulo - Original Message - From: "SahuRaje" <[EMAIL PROTECTED]> To: Sent: Sunday, September 21, 2008 9:39 AM Subject: [iText-questions] Facing issues with PDF Generated using

[iText-questions] Facing issues with PDF Generated using Itext while using StampPDF Batch for stamping

2008-09-21 Thread SahuRaje
HI, We use Itext 1.3 to generate pdf; code for Document Creation is parent_document = new Document(PageSize.A4.rotate(), fltLeftMargin, fltRightMargin, fltTopMargin, fltBottomMargin StampPDF Batch is used to Stamp the PDF generated but the Stamping is correct on some pages but on other pages the

[iText-questions] radio buttons position

2008-09-21 Thread Zhi Ren
Hello, I have a question: In the form in the chapter 16 of your book, there is a radio button group ("person.preferred"). There are three radio buttons with possible values: EN, FR, and NL. With getFieldPositions(), I can get postions of the three buttons, my question is: how do I find which bu