Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-2858

Saving document caused prompt saying Extended features has been disabled

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.22, 3.0.0 PDFBox
    • AcroForm
    • 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

        1. santander_freistellungsauftrag-pdfbox.pdf
          2.29 MB
          Maruan Sahyoun
        2. santander_freistellungsauftrag_modified.pdf
          2.35 MB
          Tilman Hausherr
        3. santander_freistellungsauftrag.pdf
          2.29 MB
          Tilman Hausherr

        Issue Links

          Activity

            People

              msahyoun Maruan Sahyoun
              tilman Tilman Hausherr
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: