[
https://issues.apache.org/jira/browse/PDFBOX-2858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14618164#comment-14618164
]
Tilman Hausherr commented on PDFBOX-2858:
-----------------------------------------
I don't see any Reader Extensions in the document catalog. Could it be the UR3
entry?
> 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: Bug
> Components: AcroForm
> Affects Versions: 2.0.0
> Reporter: Tilman Hausherr
> Attachments: 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
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]