PdfAConverter

PdfAConverter

Overview

PdfAConverter is a class in Aspose.Pdf FOSS for Java.

Orchestrator for PDF/A and PDF/X conversion.

Methods

SignatureDescription
PdfAConverter()Creates a new converter instance.
convert(parser: PDFParser, options: PdfFormatConversionOptions)PdfAValidationResultConverts the parsed PDF so that it conforms to the standard described by
{@code options.getFormat()}.

See Also