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.
…...Convert(log, PdfFormat.PDF_UA_1, ConvertErrorAction...Document("input.pdf"); // Create a log file to capture conversion errors...