PdfAConverter
Overview
PdfAConverter is a class in Aspose.PDF FOSS for Java.
Orchestrator for PDF/A and PDF/X conversion.
This class provides 2 methods for working with PdfAConverter objects in Java programs.
Available methods include: PdfAConverter, convert.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
PdfAConverter() | Creates a new converter instance. |
convert(parser: PDFParser, options: PdfFormatConversionOptions) → PdfAValidationResult | Converts the parsed PDF so that it conforms to the standard described by |
| {@code options.getFormat()}. |