Using Aspose.Words, how to convert Word document to PDF UA without using Aspose.PDF

Using Aspose Words, I converted a word document to PDF. While there are no WCAG issues as per Adobe Acrobat, I used Aspose.PDF to check if the coverted PDF is PDF UA compliant but apparently it’s not… how to convert Word document to PDF UA compliant via Aspose.Words without having to use Aspose.PDF? Is that possible?

have a look at this:PdfSaveOptions Class | Aspose.Words for .NET
There’s an example at the bottom. Just use SaveAs, specify .pdf in your path and use PDFSaveOptions.
Hope this helps.
Regards
Dawid

Thanks DawidPekala, I did that too but there is nothing about PDF/UA though…

hi @qme

Sure… completely missed the UA bit in OP.
Yeah - that’s probably classed as ‘advanced’ PDF option and only available within Aspose.PDF.

Regards
Dawid

@qme

Unfortunately, Aspose.Words does not support PdfCompliance PDF/UA. We already logged this feature as WORDSNET-6614 in our issue tracking system. You will be notified via this forum thread once this feature is available. We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-6614) have been fixed in this Aspose.Words for .NET 22.1 update also available on NuGet.