I’m using Aspose Words.NET v10.8. I would like to convert a Word document to PDFA-1a file. Dim doc As Document = New Document(“test.doc”) Dim license As License = New License() license.SetLicense(“Aspose.Total.lic”) Dim…...Validate("log.xml", PdfFormat.PDF_A_1A); pdfDocument...pdfDocument.Convert("log.xml", PdfFormat.PDF_A_1A, ConvertErrorAction...