pdftools_sdk.pdf_a.validation.validation_options
Classes
The PDF validation options |
- class pdftools_sdk.pdf_a.validation.validation_options.ValidationOptions[source]
Bases:
_NativeObject
The PDF validation options
Options to check the quality and standard conformance of documents using the validator’s method
pdftools_sdk.pdf_a.validation.validator.Validator.validate()
.- property conformance: Conformance | None
The conformance to be validated
The required conformance or None to validate the document’s claimed conformance, i.e.
pdftools_sdk.pdf.document.Document.conformance
.The PDF validation verifies if the input document conforms to all standards associated with this conformance.
Note that it is generally only meaningful to validate the claimed conformance of a document.
Default value: None, i.e. validate the document’s claimed conformance.
- Returns:
Optional[pdftools_sdk.pdf.conformance.Conformance]