Aspose.Cells|Slides|Words Java saving as PDF/A

I’ve already raised this question for Aspose.Words here Aspose.Words Java saving as PDF/A

But I’m using multiple components and need to create PDF/A files. The documentation that I’ve read so far says it can create either PDF 1.5 or PDF/A-1b. But how do I create PDF/A-1b files as when calling save the only option is Pdf or PDF depending which SaveFormat your using.

This is blocking development and testing as the consumer requires PDF/A-1b files.

Hi John,

Yes, all APIs support PDF/A-1b conversion. Please check convert Excel documents to PDF and convert PowerPoint documents to PDF to convert Excel and PowerPoint documents respectively. You can use setCompliance method exposed by PdfSaveOptions in Aspose.Cells and PdfOptions in Aspose.Slides for this purpose.

Another way to do this conversion is to use individual APIs to convert documents to simple PDF and then use Aspose.Pdf to save to PDF/A in your required format.

Please feel free to contact us in case you have further comments or questions.

Best Regards,