Hi
Im trying to convert a Pdf to PdfUa, I found some examples on how to it.
And from this I made this test-function
private void Convert()
{
Document pdfDoc = new Document("C:\\Temp\\NotPdfua.pdf");
var validateF…...test-function it says true in this line if (pdfDoc.IsPdfUaCompliant)...