Hi Team,
I am using GroupDocs.Metadata in .NET to check whether a PDF is in PDF/A format.
Currently, I am reading XMP metadata using PdfRootPackage and checking for “pdfaid” (pdfaid:part and pdfaid:conformance). However, this approach is not working correctly in all cases — some PDF/A files are not detected.
Could you please confirm:
- Is there any reliable way in GroupDocs to identify PDF/A documents?
- Or is checking XMP metadata the only supported method?