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

Incorrect enumeration of conformances for PDFAIdentificationSchema

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • XmpBox
    • None

    Description

      PDFAIdentificationSchema.setConformance(String) make next check for input data:

      if (value.equals("A") || value.equals("B"))
      {
      TextType conf = createTextType(CONFORMANCE, value);
      addProperty(conf);
      }
      else
      {
      throw new ....
      }
      

      but for PDF/A-2 and PDF/A-3 exist 3 conformances: A, B, U.
      Proof link for PDF/A-2

      Attachments

        1. Flyer-PDFA3-Overview-EN.pdf
          94 kB
          Evgeniy Muravitskiy

        Activity

          People

            msahyoun Maruan Sahyoun
            evgeniy.muravitskiy Evgeniy Muravitskiy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: