Table of Contents

Class PdfA3Checker

Namespace
iText.Pdfa.Checker
Assembly
itext.pdfa.dll

PdfA3Checker defines the requirements of the PDF/A-3 standard and contains a number of methods that override the implementations of its superclass PdfA2Checker.

public class PdfA3Checker : PdfA2Checker, IValidationChecker
Inheritance
PdfA3Checker
Implements
Derived
Inherited Members

Remarks

PdfA3Checker defines the requirements of the PDF/A-3 standard and contains a number of methods that override the implementations of its superclass PdfA2Checker. The specification implemented by this class is ISO 19005-3

Constructors

PdfA3Checker(PdfAConformanceLevel)

Creates a PdfA3Checker with the required conformance level

public PdfA3Checker(PdfAConformanceLevel conformanceLevel)

Parameters

conformanceLevel PdfAConformanceLevel

the required conformance level, a or u or b

Fields

allowedAFRelationships

protected static readonly ICollection<PdfName> allowedAFRelationships

Field Value

ICollection<PdfName>

Methods

CheckFileSpec(PdfDictionary)

protected override void CheckFileSpec(PdfDictionary fileSpec)

Parameters

fileSpec PdfDictionary