Hello everybody interesting in this problem, after different test scenarios I have found solution to my problem. To avoid following error “CIDset in subset font is incomplete” I used ansi encoded font metrics (default by fop TTFReader is CID-keyed). Both validators shows no errors on new created pdf documents. To generate ansi encoded metrics TTFReader should be called with “-enc ansi” option.
It is still open question why it is not working with standard CID-keyed metrics, maybe FOP guru's can answer it? Best regards, Virginijus --- Virginjus Kandrotas <[email protected]> schrieb am Do, 15.4.2010: > Von: Virginjus Kandrotas <[email protected]> > Betreff: “CIDset in subset font is incomplete” error by pdf/a-1b validation > An: [email protected] > Datum: Donnerstag, 15. April, 2010 10:25 Uhr > Hello, > > I am trying to use fop 0.95 to generate pdf/a-1b conform > documents. By validating created pdf document > against > “callas pdfaPilot“ online demo version > http://www.datalogics.com/products/callas/callaspdfA-onlinedemo.asp > as well Acrobat Professional Preflight function I am getting > following error: > > “CIDset in subset font is incomplete (1 match on 1 page) > > Text Gladiator,Bold 12.0 pt TrueType (CID) embedded (as a > subset) (1 match)” > > As example fo input file I am using fop 0.95 > test/xml/pdf-a/minimal-pdf-a.fo and test/test.xconf config > file. > > Can anybody explain what is wrong here ? > > Best Regards, > > Virginijus > > __________________________________________________ > Do You Yahoo!? > Sie sind Spam leid? Yahoo! Mail verfügt über einen > herausragenden Schutz gegen Massenmails. > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
