PDF Conformance

Skip to end of metadata
Go to start of metadata
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, PdfA1

Example
<Render>
…
<Extension Name="APPDF" Type=" Aspose.Pdf.ReportingServices.Renderer, Aspose.Pdf.ReportingServices">
<Configuration>
<PdfConformance>PdfA1A</PdfConformance>
</Configuration>
</Extension>
</Render>
 
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.