You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Maruan Sahyoun (JIRA)" <ji...@apache.org> on 2015/07/08 09:22:04 UTC

[jira] [Commented] (PDFBOX-2858) Saving document caused prompt saying Extended features has been disabled

    [ https://issues.apache.org/jira/browse/PDFBOX-2858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14618132#comment-14618132 ] 

Maruan Sahyoun commented on PDFBOX-2858:
----------------------------------------

Reader Extensions is not an XFA only feature!

> 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: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org