Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
I had the same problem last night (getting the message box "This document enabled extended features in Adobe Reader. The document has been changed since it was created and use of extended features is no longer available. Please contact the author for the original version of this document") as in PDFBOX-2857 with this file
http://www.santander.de/media/pdf/formulare/AL004_FSA.pdf
after I modified the field "IBAN Antragsteller" with "12345678901234567890". But that one isn't an XFA form?!
PDField field = pdf.getDocumentCatalog().getAcroForm().getField("IBAN Antragsteller"); if (field instanceof PDTextField) { PDTextField txField = (PDTextField) field; txField.setValue("12345678901234567890"); }
Attachments
Attachments
Issue Links
- depends upon
-
PDFBOX-2859 Support Incremental Update for forms
- Closed