Hi All, Is there a way to validate a pdf with PDFBox? I mean to ensure that the document complies with the PDF Reference.
My idea was to load the document and then ensure each xobject is parsed (retrieving each one). Is it a good way to do it ? BR, Guillaume

