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.
…...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.
…