Evgeniy Muravitskiy created PDFBOX-3027:
-------------------------------------------
Summary: 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
{{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]