You must also have a color profile.
Paulo
- Original Message -
From: "Agnes Juhasz"
To:
Sent: Monday, January 18, 2010 3:03 PM
Subject: [iText-questions] PDF/A conformance in iText 2.1.7 question
Hi All,
For creating PDF/A document with iText 2.1.7
writer.setPDFXC
Hi All,
For creating PDF/A document with iText 2.1.7
writer.setPDFXConformance(PdfWriter.PDFA1B);
is enough or
PdfDictionary outi = new PdfDictionary(PdfName.OUTPUTINTENT);
outi.put(PdfName.OUTPUTCONDITIONIDENTIFIER, new PdfString("sRGB
IEC61966-2.1"));
outi.put(PdfName.INFO, new PdfStrin