| AnalysisResultIsConversionRecommended Property |
Whether the document should be converted to PDF/A
A conversion is generally recommended in the following cases:
-
If IsConforming is , i.e. if the document does not conform to the Conformance.
-
If the document is conforming, but other issues are found for which a conversion is highly recommended.
For example, if certain corner cases of the specification are detected.
Note that in certain processes it might also be beneficial to convert a document if its conformance does not match the RecommendedConformance.
This will actually upgrade the PDF/A level of the input document.
Namespace: PdfTools.PdfA.ValidationAssembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax public bool IsConversionRecommended { get; }
Property Value
BooleanSee Also