Hi,
We are trying to validate pdf/a file which was generated with help of Aspose (see attached) using Document.Validate() method. It creates log file with a lot of issues (see attached).
Adove.Preflight says that this file is correct pdf/a-1b file.
Seems that Document.Validate() method does not work correctly.
We use such code for validating:
var pdfDocument = new Document(fileName);
pdfDocument.Validate(logFileName, PdfFormat.PDF_A_1B);
How we can validate pdf/a formats using Aspose library?
Thanks.
Hi Mikhail,
Thank you for your answer.
Please find attached Preflight screenshot and report.
PS. BTW if we will get validation errors in preflight too then i will ask why excel to pdf/a conversion (using Aspose library) creates such document with errors :). But it is not now as result document is correct using my preflight.
Hi Mikhail,
Ok, i will try and get back to you soon.
But at this moment you say that our pdf/a has some issues. Lets discuss another issue then - xls to pdf/a conversion. This test file was generated with help of aspose so if your acrobat says that it has some issues than there is a bug in Aspose.Cells - it generates not valid pdf/a-1b file.
Hi Mikhail,
Yes, with version 8.3.0 result file was successfully validated.
Thanks.
Hi Mikhail,