How to output a file in PDF/A format

Please tell me how to output a file in PDF/A format.

There is a description on the following site that it is possible to generate in PDF / A format.

However, I cannot find PDF/A in the values that can be specified in Aspose.Cells.SaveFormat.

What should I specify for SaveFormat when generating PDF/A with Aspose.Cells?

We use Aspose.Cells for .Net 22.2.0.0.

Thank you for your support.

@wbys,

Thanks for your query.

Please try setting the PdfSaveOptions.Compliance attribute for your requirements. See the document with code examples for reference.

Hope, this helps a bit.

Thank you for Tips.
I fixed my problem as per your sample.

@wbys,

Good to know that your issue is sorted out by the suggested attribute and example code. Feel free to write us back if you have further queries or comments, we will be happy to assist you soon.