Table of Contents

Class PdfAConformanceLevel

Namespace
iText.Kernel.Pdf
Assembly
itext.kernel.dll

Enumeration of all the PDF/A conformance levels.

public class PdfAConformanceLevel : IConformanceLevel
Inheritance
PdfAConformanceLevel
Implements
Inherited Members

Fields

PDF_A_1A

public static readonly PdfAConformanceLevel PDF_A_1A

Field Value

PdfAConformanceLevel

PDF_A_1B

public static readonly PdfAConformanceLevel PDF_A_1B

Field Value

PdfAConformanceLevel

PDF_A_2A

public static readonly PdfAConformanceLevel PDF_A_2A

Field Value

PdfAConformanceLevel

PDF_A_2B

public static readonly PdfAConformanceLevel PDF_A_2B

Field Value

PdfAConformanceLevel

PDF_A_2U

public static readonly PdfAConformanceLevel PDF_A_2U

Field Value

PdfAConformanceLevel

PDF_A_3A

public static readonly PdfAConformanceLevel PDF_A_3A

Field Value

PdfAConformanceLevel

PDF_A_3B

public static readonly PdfAConformanceLevel PDF_A_3B

Field Value

PdfAConformanceLevel

PDF_A_3U

public static readonly PdfAConformanceLevel PDF_A_3U

Field Value

PdfAConformanceLevel

PDF_A_4

public static readonly PdfAConformanceLevel PDF_A_4

Field Value

PdfAConformanceLevel

PDF_A_4E

public static readonly PdfAConformanceLevel PDF_A_4E

Field Value

PdfAConformanceLevel

PDF_A_4F

public static readonly PdfAConformanceLevel PDF_A_4F

Field Value

PdfAConformanceLevel

PDF_A_4_REVISION

public const string PDF_A_4_REVISION = "2020"

Field Value

string

Methods

GetConformance()

public virtual string GetConformance()

Returns

string

GetConformanceLevel(string, string)

public static PdfAConformanceLevel GetConformanceLevel(string part, string conformance)

Parameters

part string
conformance string

Returns

PdfAConformanceLevel

GetConformanceLevel(XMPMeta)

public static PdfAConformanceLevel GetConformanceLevel(XMPMeta meta)

Parameters

meta XMPMeta

Returns

PdfAConformanceLevel

GetPDFAConformance(IConformanceLevel, PdfDocument)

Gets the PdfA conformance level.

[Obsolete("since 8.0.4 Will be removed in next major release")]
public static PdfAConformanceLevel GetPDFAConformance(IConformanceLevel possibleConformance, PdfDocument document)

Parameters

possibleConformance IConformanceLevel

the possible candidate for PdfAConformanceLevel

document PdfDocument

the document

Returns

PdfAConformanceLevel

the conformance level or null if it's not PDFA

GetPart()

public virtual string GetPart()

Returns

string