[
https://issues.apache.org/jira/browse/PDFBOX-2858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maruan Sahyoun resolved PDFBOX-2858.
------------------------------------
Assignee: Maruan Sahyoun
Resolution: Fixed
Filling & saving the form as done before breaks the signature.
Filling and saving including the change set no longer breaks the signature and
the form can be opened in Adobe Reader wo a warning dialog. Further changes are
permitted.
> Saving document caused prompt saying Extended features has been disabled
> ------------------------------------------------------------------------
>
> Key: PDFBOX-2858
> URL: https://issues.apache.org/jira/browse/PDFBOX-2858
> Project: PDFBox
> Issue Type: New Feature
> Components: AcroForm
> Affects Versions: 2.0.0
> Reporter: Tilman Hausherr
> Assignee: Maruan Sahyoun
> Priority: Major
> Fix For: 2.0.22, 3.0.0 PDFBox
>
> Attachments: santander_freistellungsauftrag-pdfbox.pdf,
> santander_freistellungsauftrag.pdf,
> santander_freistellungsauftrag_modified.pdf
>
>
> 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?!
> {code}
> PDField field =
> pdf.getDocumentCatalog().getAcroForm().getField("IBAN Antragsteller");
> if (field instanceof PDTextField)
> {
> PDTextField txField = (PDTextField) field;
> txField.setValue("12345678901234567890");
>
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]