Usually, this is caused by some whitespace somewhere in the document that may not even produce any visible output. My recommendation is to put a font-family property on fo:root to avoid any fallbacks to default fonts which are not embedded but only referenced.
If this doesn't help, I'll need to see the FO file so I can try to reproduce. On 21.10.2009 09:41:26 sivag_123 wrote: > > 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. > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org