Quantcast
Viewing all articles
Browse latest Browse all 3131

validating PDFA-1b documents with aspose.pdf

hello guys,

i want to prove pdf-a-1b complinace with com.aspose.pdf.doument.validate()-method. 
here is the code:
com.aspose.pdf.Document pdf = new com.aspose.pdf.Document(source.getAbsolutePath());
pdf.validate(logFilePath, com.aspose.pdf.PdfFormat.PDF_A_1B);

ive attached a document inclusive output log.xml from a pdf, where the validation fails. 

the validationresult for this pdf of adobe reader and this online validator (http://www.pdf-tools.com/pdf/validate-pdfa-online.aspx) is successful. 

im using aspose-pdf-10.3.0 
it would be nice, if you can take a look at this.

thank you and kind regards
thomas 








Viewing all articles
Browse latest Browse all 3131

Trending Articles