Virginjus, I've tested against Adobe Preflight from time to time and I have clients who regularly verify their PDF/A files against some PDF/A checker. Adobe's Acrobat is kind of a dangerous tool to proof with, though, as various versions contain various kinds of bugs in that area. I've reported a number of bugs in to the black hole called Adobe Support back when I implemented PDF/A support for FOP.
You could send me a small PDF example with which you have a problem and I can take a look. Maybe you've stumbled on a case which was never encountered before. An other idea is to switch fonts and see if anything changes. On 21.06.2010 14:01:31 Virginjus Kandrotas wrote: > Hello Jeremias, > > I just downloaded current FOP Trunk. Unfortunately the problem regarding > validation against Adobe Preflight and “pdfaPilot” still exist. Using my > workaround with ansi fonts is working, but this option increase each pdf > output document at ~180 kb. Can you please explain dthis behavior? Why > standard pdfa-1b fop font encoding is still not working ? Have you ever > tested you pdfa-1b output documents against Acrobat Preflight, if yes, can > you please send me working exmaple.fo and fop.xconf ? > > Best regards, > > Virginijus > > --- Virginjus Kandrotas <[email protected]> schrieb am Fr, 16.4.2010: > > > Von: Virginjus Kandrotas <[email protected]> > > Betreff: AW: “CIDset in subset font is incomplete” error by pdf/a-1b > > validation > > An: [email protected] > > Datum: Freitag, 16. April, 2010 13:06 Uhr > > 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] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
