Hello, Thanks for your reply. I am using iText APIs to create PDF/A.
writer.setPDFXConformance(PdfWriter.PDFA1B); writer.createXmpMetadata(); document.open(); and after that i am processing my document. i.e. creating chunks and paragraphs and adding it to document. I have also embedded fonts in PDF/A. I am able to generate PDF/A successfully without any exception. But when i try to validate generated PDF/A with PdfPilot tool,it is giving me above error about color OutPutIntent. So do i need to process anything about color of Fonts?? and how to set OutPutIntent,.font is having color in format RGB. but how to convert it into OutPutIntent?? I read in "iText in action,Second edition" .Page no. 422. there it is mentioned about ICC profile..whats that?? Please Reply Thanks Amol -- View this message in context: http://itext-general.2136553.n4.nabble.com/what-is-OutputIntent-and-how-to-create-it-tp3701217p3703145.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ 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
