| 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.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax public bool IsConversionRecommended { get; }
Property Value
BooleanSee Also