Click or drag to resize
Pdftools logo

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.Validation
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
Syntax
C#
public bool IsConversionRecommended { get; }

Property Value

Boolean
See Also