Hello,
I’m trying to convert a PDF document to PDF/UA using the Document Convert method.
doc.Convert(log, PdfFormat.PDF_UA_1, ConvertErrorAction.None)
However, this methods always fails, whatever the input document.
…...a basic example of how to perform the conversion: // Load the...