| Please visit the following link to get some introduction about PDF Conformance from 'How to Create PDF/A-1 with Aspose.Pdf'. |
If you want to support creation of PDF/A, please add report parameter as the following:
Parameter Name: PdfConformance
Date Type: String
Values supported: PdfA1A, PdfA1B
Example
<Render> … <Extension Name="APPDF" Type=" Aspose.Pdf.ReportingServices.Renderer, Aspose.Pdf.ReportingServices"> <Configuration> <PdfConformance>PdfA1A</PdfConformance> </Configuration> </Extension> </Render>
