[ 
https://issues.apache.org/jira/browse/PDFBOX-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maruan Sahyoun resolved PDFBOX-3027.
------------------------------------
    Resolution: Fixed

resolving per result of (not committed) unit test. There is another issue 
related to overwriting existing properties for which I will open another ticket.

> Incorrect enumeration of conformances for PDFAIdentificationSchema
> ------------------------------------------------------------------
>
>                 Key: PDFBOX-3027
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3027
>             Project: PDFBox
>          Issue Type: Bug
>          Components: XmpBox
>    Affects Versions: 2.0.0
>            Reporter: Evgeniy Muravitskiy
>            Assignee: Maruan Sahyoun
>             Fix For: 2.0.0
>
>         Attachments: Flyer-PDFA3-Overview-EN.pdf
>
>
> {{PDFAIdentificationSchema.setConformance(String)}} make next check for input 
> data:
> {code}
> if (value.equals("A") || value.equals("B"))
> {
> TextType conf = createTextType(CONFORMANCE, value);
> addProperty(conf);
> }
> else
> {
> throw new ....
> }
> {code}
> but for PDF/A-2 and PDF/A-3 exist 3 conformances: A, B, U.
> [Proof link for PDF/A-2 | 
> http://www.pdfa.org/wp-content/uploads/2011/10/Flyer-PDFA2-Overview-EN.pdf]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to