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

ASF subversion and git services commented on PDFBOX-3027:
---------------------------------------------------------

Commit 1708853 from [~msahyoun] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1708853 ]

PDFBOX-3027: allow conformance level 'U' as a valid entry

> 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
>         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