Hello Support, Hi All, I am trying to create PDF/A file with iText 2.1.7 jar. I know it is older version,but due to some reasons we need to use this version only for PDF/A .
writer.setPDFXConformance(PdfWriter.PDFA1B); writer.createXmpMetadata(); when i use these statements and generate PDF/A by processing my paragraphs and fonts,it generate PDF/A file.But when i try to validate it with PdfPilot tool to check its PDF/A complience,it is giving me error that *"Device process colors are used but no PDF/A OutPutIntent".* So i read in book "iText in action second edition" ,page number 422. It is mentioned there to provide ICC profile to set outputintent. But from where should i get this ICC profile?? Please reply. Thanks Amol Borate -- View this message in context: http://itext-general.2136553.n4.nabble.com/ICC-profile-for-PDF-A-issue-tp3732336p3732336.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
