ValidatorAnalyze Method |
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 AnalysisResult Analyze( Document document, AnalysisOptions options = null )
Exception | Condition |
---|---|
LicenseException | The license check has failed. |
ArgumentException | The conformance of the options argument is not PDF/A. |
ArgumentNullException | if document is . |