Hi All, I am trying to generate PDFA-1b document with FOP by feeding an xml and xsl file as input. When i run, the document gets generated successfully in PDFA mode. But when the content of the xsl file exceeds one page(more than one apge sequence), the processor throws PDFConformanceException saying "For PDF/A-1b, all fonts, even the base 14 fonts, have to be embedded! Offending font: Times-Roman". I am also giving the console output below.
Oct 21, 2009 12:02:18 PM org.apache.fop.apps.FopFactoryConfigurator configure INFO: Default page-height set to: 29.7cm Oct 21, 2009 12:02:18 PM org.apache.fop.apps.FopFactoryConfigurator configure INFO: Default page-width set to: 21cm Oct 21, 2009 12:02:18 PM org.apache.fop.fonts.truetype.TTFFile determineAscDesc WARNING: Ascender and descender together are larger than the em box. This could lead to a wrong baseline placement in Apache FOP. Oct 21, 2009 12:02:18 PM org.apache.fop.layoutmgr.table.TableLayoutManager getNextKnuthElements INFO: table-layout="fixed" and width="auto", but auto-layout not supported => assuming width="100%" org.apache.fop.pdf.PDFConformanceException: For PDF/A-1b, all fonts, even the base 14 fonts, have to be embedded! Offending font: Times-Roman The strange thing is that this problem does not occur if my xsl page content is only in one page. If you guys have any ideas to share, it would be great. Thanks and regards, Sivashankar -- View this message in context: http://www.nabble.com/PDFA---Problem-with-embedding-of-fonts-when-fo-document-contains-more-than-1-page-tp25987879p25987879.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
