Team Aspose,
I’m attempting to write a unit test within our application to ensure that when we use Apsose.Pdf to convert a PDF file to a PDF/A compliant file that the saved PDF file is actually PDF/A compliant.
If I try to create an com.aspose.pdf.Document from my previously converted PDF file in order to utilise the isPdfaCompliant() method, then the compliance is re-initialised to false.
The metadata used to describe PDF/A compliance does not appear to be available to other PDF file parsing utilities e.g. Tika.
Can you suggest a way in which I may be able to achieve this?