PDF ISO 32000 validation

Q: Is there a way in the PDF Tron SDK to determine if a PDF document confirms with ISO32000?

A:

PDFNet does not include a built-in ISO 32000 validator. A full validator would be a huge undertaking and there are no available solutions that offer full ISO 32000 validation.

PDFNet does offer option to validate PDF documents for PDF/A compliance (ISO 19005-1, 2) as well as to fix/convert generic PDF to conformant PDF/A files (for example, please see PDF/A sample project - http://www.pdftron.com/pdfnet/samplecode.html#PDFA). You can also use the existing API to implement quick and dirty validation (e.g. you could inspect the header and some key document features).