changed conformance back to A level as file vaildates

This commit is contained in:
jstaerk
2014-04-09 17:34:57 +02:00
parent 45ee40351f
commit 1af2eb6165

View File

@@ -233,7 +233,7 @@ public class PDFA3FileAttachment
doc.getDocumentCatalog().setMarkInfo(markinfo); doc.getDocumentCatalog().setMarkInfo(markinfo);
pdfaid.setPart(3); pdfaid.setPart(3);
pdfaid.setConformance("B");/* pdfaid.setConformance("A");/*
* All files are PDF/A-3, setConformance refers * All files are PDF/A-3, setConformance refers
* to the level conformance, e.g. PDF/A-3-B where * to the level conformance, e.g. PDF/A-3-B where
* B means only visually preservable, U means * B means only visually preservable, U means