Class PdfAConverter

Info

Represents a plugin for handling the conversion of PDF documents in a PDF/A format and for validation of the PDF/A conformance.

[Obsolete("The class will be deleted soon. Please use PdfConverter class.")]
public static class PdfAConverter

Inheritance

objectPdfAConverter

Inherited Members

Methods

Process(PdfToPdfAOptions)

Converts PDF document into PDF/A format.

public static ResultContainer Process(PdfToPdfAOptions options)

Parameters

  • options PdfToPdfAOptions: An options object containing instructions for the operation.

Returns

ResultContainer : An object containing the result of the operation.

Exceptions

ArgumentException

If options not set.

Process(PdfAValidateOptions)

Check PDF document for compliance with specified format PDF/A.

public static ResultContainer Process(PdfAValidateOptions options)

Parameters

Returns

ResultContainer : An object containing the result of the operation.

Exceptions

ArgumentException

If options not set.

Namespace: Documentize Assembly: Documentize.dll

 English