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 PdfAConverterInheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Methods
Process(PdfToPdfAOptions)
Converts PDF document into PDF/A format.
public static ResultContainer Process(PdfToPdfAOptions options)Parameters
optionsPdfToPdfAOptions: An options object containing instructions for the operation.
Returns
ResultContainer : An object containing the result of the operation.
Exceptions
If options not set.
Process(PdfAValidateOptions)
Check PDF document for compliance with specified format PDF/A.
public static ResultContainer Process(PdfAValidateOptions options)Parameters
optionsPdfAValidateOptions: An options object containing instructions for the operation.
Returns
ResultContainer : An object containing the result of the operation.
Exceptions
If options not set.
Namespace: Documentize Assembly: Documentize.dll