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

Unused PDSignature class should be removed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.8.0
    • 1.8.1
    • PDModel
    • None

    Description

      In 1.8.0, the uses of class org.apache.pdfbox.pdmodel.interactive.form.PDSignature have been replace with ....form.PFSignatureField, but the old ...form.PDSignature class still exists.

      This can be confusing when upgrading to PDFBox 1.8.0 – code that tests for the presence of PDSignature instances will compile, but fail to work correctly. Removing the old PDSignature will give upgraders a more helpful compilation error.

      The old ...form.PDSignature class should be removed or the new ...form.PDSignatureField should be renamed to completely replace it.

      Attachments

        Activity

          People

            lehmi Andreas Lehmkühler
            chuckhoupt Chuck Houpt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: