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
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
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