Hi Paulo, There is NO ICC profile attached to the image I am using. I am assuming this by the following code.
Image img = Image.getInstance(imageFile); System.out.println(img.hasICCProfile()); This returning false. Is there any other way to check whether an ICC profile presnet or not? -- Ganesh. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bruno Sent: Friday, August 25, 2006 5:48 PM To: Post all your questions about iText here Subject: Re: [iText-questions] PdfXConformanceException GaneshPrakhya wrote: >Ok, so, in order to create PDFX conformant documents, do I need to use a template which is compliant to PDFX standard? > Yes, I don't know any free tool that knows how to change an unembedded font into an embedded font. >Or is it possible to create >PDFX standard documents eventhough I use a template without PDFX compliance? > No, you need a template that is PDF/X compliant. br, Bruno ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
