Hi
I am converting PDF (generated from Adobe) to PDFA using Aspose Java SDK. While validating the pdf, attached errors are thrown.
Could you hel me on how to overcome these error, is there any method provided by Aspose…...Document document = new Document("path/to/your/input.pdf"); // Validate...isValid = document.validate("path/to/validation-result.xml", PdfFormat...