Support of PdfCompliance PDF/A-2a using .NET

Hi.

I am evaluating Aspose.Words mainly for it’s PDF/A conversion abilities. I would like to know if it is possible to convert to PDF/A-2a or if it will be in the future ?

Right now, it is pretty simple to convert to PDF/A-1a (code below) but I would have liked to produce a 2a file right away.

Document doc = new Document(wordSource);
PdfSaveOptions options = new PdfSaveOptions();
options.Compliance = PdfCompliance.PdfA1a;
doc.Save(outPath, options);

I suppose I could use Aspose.pdf to convert the PDF/A-1a to PDF/A-2a. But what about a direct way in Aspose.Words?

Regards

Jerome

Hi Jerome,

Thanks for your inquiry. Unfortunately, Aspose.Words does not support the requested feature at the moment. However, I have logged this feature request as WORDSNET-11488 in our issue tracking system. You will be notified via this forum thread once this feature is available.

We apologize for your inconvenience.

A post was split to a new topic: Support for PDF/A-2u, PDF/A-2a, PDF/A-3u, PDF/A-3a compliance

The issues you have found earlier (filed as WORDSNET-11488) have been fixed in this Aspose.Words for .NET 21.7 update and this Aspose.Words for Java 21.7 update.