Click or drag to resize
Pdftools logo

Validator Methods

The Validator type exposes the following members.

Methods
 NameDescription
Public methodAnalyze

Analyze a PDF document in preparation for its conversion to PDF/A.

This method validates the document's standards conformance like Validate(Document, ValidationOptions). In addition to that, certain additional checks can be performed. However, the main difference is that the analysis result can be used in Convert(AnalysisResult, Document, Stream, ConversionOptions, OutputOptions) to convert the PDF document to PDF/A.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Public methodValidate

Validate the standards conformance of a PDF document.

Top
See Also