Class 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.

public class PdfANonSpecificationFlags

Constructors

NameDescription
PdfANonSpecificationFlags()The default constructor.

Properties

NameDescription
CheckDifferentNamesInFontDictionaries { get; set; }Some 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