PdfANonSpecificationFlags

PdfANonSpecificationFlags class

This class holds flags to control PDF/A conversion for cases when source PDF document doesn’t
correspond to PDF specification. If flags of this clas are used it decreases performance
but it’s necessary when source PDF document can’t be convert into PDF/A format by usual way.
By default all flags are set to false.

The PdfANonSpecificationFlags type exposes the following members:

Constructors

NameDescription
PdfANonSpecificationFlags()Initializes a new instance of the PdfANonSpecificationFlags class

Properties

NameDescription
check_different_names_in_font_dictionariesSome PDF documents contain fonts which have different names in internal data.
Use of this flag enforces special processing logic for cases when fields
BaseFont and FontDescriptor.FontName are different.

See Also