[iText-questions] AcroFields and single page export

2005-01-01 Thread Roger Misteli
Hiyas I didn't find this, but is it possible to load a pdf with acrofields, set all form values but export only a single page of the whole document? I have a 4 page PDF with AcroFields in there, I want to completely fill them and write each page as a singlee page to the file system. The single pag

[iText-questions] AcroFields & import_pages

2005-01-01 Thread Roger Misteli
Hiyas I didn't find this, but is it possible to load a pdf with acrofields, set all form values but export only a single page of the whole document? I have a 4 page PDF with AcroFields in there, I want to completely fill them and write each page as a singlee page to the file system. The single pag

[iText-questions] Re: iText-questions digest, Vol 1 #2541 - 4 msgs

2005-01-01 Thread wang yun
Dear Support, I want to add 3 check boxs with the FieldName "CreditCard1". I want to "Visa" to be the default value and checked. The new pdf "out.pdf" looks OK. But, as I use: String value = form.getField("CreditCard1") to get the value of this check box. The return value is empty. Please do m