Hi there, We’re currently implementing the writing of PDF/A documents by using iText, but found a problem during the validation of the documents in Adobe Acrobat 9. The Preflight tool shows an error message like “XMP property not predefined and no extension schema present”. The detail description says that the “description” and “title” values are not valid, so I had a look at the DublinCoreSchema and it’s specification. The specification says these attributes have the type “language alternative”, so I tested it to use an XmpArray of type ALTERNATIVE in the DublinCoreSchema for those two attributes, which solves the problem (validation is ok in Acrobat 9). Is it possible to include this in one of the next iText versions (we use 2.1.3)?
Best regards, Katja -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
