PDF .NET Library Documentation - PDF Technologies, Inc.

The PDFAConverter type exposes the following members.

Constructors

  NameDescription
PDFAConverter
Creates new PDFAConverter class

Methods

  NameDescription
Abort
This procedure will clear all internal data and break generation of the PDF document.
ConvertPDFA
This function converts a PDF document to PDF/A.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
isPDFA
This function checks a PDF document to verify compliance with the PDF/A standard.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Aborted
AllErrorList

Properties

  NameDescription
Error
Returns possible error messages.
FastMode
In FastMode the attempt to convert non-compliant documents are aborted when the first non-convertible property is encountered. No further checks are performed for the sake of speed.
PDFAErrorList
Returns all PDF/A errors encountered in the document.

Events

  NameDescription
Progress
Gets or sets the method to be executed when this event is raised.

See Also