Aspose::Pdf::PdfANonSpecificationFlags class

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.

class PdfANonSpecificationFlags : public System::Object

Methods

MethodDescription
get_CheckDifferentNamesInFontDictionaries() constSome 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.
PdfANonSpecificationFlags()Constructor.
set_CheckDifferentNamesInFontDictionaries(bool)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