iText 9.1.0 API
iText.Kernel.Pdf.PdfAConformance Class Reference

PDF/A is a special variant of PDF designed specifically for long-term document preservation (the “A” stands for archive). More...

Public Member Functions

String  GetPart ()
  Get the part of the PDF/A conformance. More...
 
String  GetLevel ()
  Get the level of the PDF/A conformance. More...
 

Static Public Attributes

static readonly iText.Kernel.Pdf.PdfAConformance  PDF_A_1A
  PDF/A-1A More...
 
static readonly iText.Kernel.Pdf.PdfAConformance  PDF_A_1B
  PDF/A-1B More...
 
static readonly iText.Kernel.Pdf.PdfAConformance  PDF_A_2A
  PDF/A-2A More...
 
static readonly iText.Kernel.Pdf.PdfAConformance  PDF_A_2B
  PDF/A-2B More...
 
static readonly iText.Kernel.Pdf.PdfAConformance  PDF_A_2U
  PDF/A-2U More...
 
static readonly iText.Kernel.Pdf.PdfAConformance  PDF_A_3A
  PDF/A-3A More...
 
static readonly iText.Kernel.Pdf.PdfAConformance  PDF_A_3B
  PDF/A-3B More...
 
static readonly iText.Kernel.Pdf.PdfAConformance  PDF_A_3U
  PDF/A-3U More...
 
static readonly iText.Kernel.Pdf.PdfAConformance  PDF_A_4
  PDF/A-4 More...
 
static readonly iText.Kernel.Pdf.PdfAConformance  PDF_A_4E
  PDF/A-4E More...
 
static readonly iText.Kernel.Pdf.PdfAConformance  PDF_A_4F
  PDF/A-4F More...
 

Detailed Description

PDF/A is a special variant of PDF designed specifically for long-term document preservation (the “A” stands for archive).

PDF/A is a special variant of PDF designed specifically for long-term document preservation (the “A” stands for archive).

The class contains an enumeration of all the PDF/A conformance currently supported by iText.

Member Function Documentation

◆ GetLevel()

String iText.Kernel.Pdf.PdfAConformance.GetLevel ( )
inline

Get the level of the PDF/A conformance.

Returns
the level of the PDF/A conformance

◆ GetPart()

String iText.Kernel.Pdf.PdfAConformance.GetPart ( )
inline

Get the part of the PDF/A conformance.

Returns
the part of the PDF/A conformance

Member Data Documentation

◆ PDF_A_1A

readonly iText.Kernel.Pdf.PdfAConformance iText.Kernel.Pdf.PdfAConformance.PDF_A_1A
static
Initial value:
, "A")

PDF/A-1A

◆ PDF_A_1B

readonly iText.Kernel.Pdf.PdfAConformance iText.Kernel.Pdf.PdfAConformance.PDF_A_1B
static
Initial value:
, "B")

PDF/A-1B

◆ PDF_A_2A

readonly iText.Kernel.Pdf.PdfAConformance iText.Kernel.Pdf.PdfAConformance.PDF_A_2A
static
Initial value:
, "A")

PDF/A-2A

◆ PDF_A_2B

readonly iText.Kernel.Pdf.PdfAConformance iText.Kernel.Pdf.PdfAConformance.PDF_A_2B
static
Initial value:
, "B")

PDF/A-2B

◆ PDF_A_2U

readonly iText.Kernel.Pdf.PdfAConformance iText.Kernel.Pdf.PdfAConformance.PDF_A_2U
static
Initial value:
, "U")

PDF/A-2U

◆ PDF_A_3A

readonly iText.Kernel.Pdf.PdfAConformance iText.Kernel.Pdf.PdfAConformance.PDF_A_3A
static
Initial value:
, "A")

PDF/A-3A

◆ PDF_A_3B

readonly iText.Kernel.Pdf.PdfAConformance iText.Kernel.Pdf.PdfAConformance.PDF_A_3B
static
Initial value:
, "B")

PDF/A-3B

◆ PDF_A_3U

readonly iText.Kernel.Pdf.PdfAConformance iText.Kernel.Pdf.PdfAConformance.PDF_A_3U
static
Initial value:
, "U")

PDF/A-3U

◆ PDF_A_4

readonly iText.Kernel.Pdf.PdfAConformance iText.Kernel.Pdf.PdfAConformance.PDF_A_4
static
Initial value:
, null)

PDF/A-4

◆ PDF_A_4E

readonly iText.Kernel.Pdf.PdfAConformance iText.Kernel.Pdf.PdfAConformance.PDF_A_4E
static
Initial value:
, "E")

PDF/A-4E

◆ PDF_A_4F

readonly iText.Kernel.Pdf.PdfAConformance iText.Kernel.Pdf.PdfAConformance.PDF_A_4F
static
Initial value:
, "F")

PDF/A-4F

iText.Kernel.Pdf
Definition: PdfAction.cs:34
iText.Kernel
Definition: ITextCoreProductData.cs:27
iText.Kernel.Pdf.PdfAConformance
PDF/A is a special variant of PDF designed specifically for long-term document preservation (the “A” ...
Definition: PdfAConformance.cs:33
iText
Definition: Barcode128.cs:35