iText 9.1.0 API
|
The class represents possible PDF document conformance. More...
Public Member Functions |
|
PdfConformance (PdfAConformance aConformance, PdfUAConformance uaConformance) | |
Creates a new PdfConformance instance based on PDF/A and PDF/UA conformance. More... |
|
PdfConformance (PdfAConformance aConformance) | |
Creates a new PdfConformance instance based on only PDF/A conformance. More... |
|
PdfConformance (PdfUAConformance uaConformance) | |
Creates a new PdfConformance instance based on only PDF/UA conformance. More... |
|
PdfConformance () | |
Creates a new PdfConformance instance without PDF/A or PDF/UA conformance. More... |
|
virtual bool | IsPdfA () |
Checks if any PDF/A conformance is specified. More... |
|
virtual bool | IsPdfUA () |
Checks if any PDF/UA conformance is specified. More... |
|
virtual bool | IsPdfAOrUa () |
Checks if any PDF/A or PDF/UA conformance is specified. More... |
|
virtual PdfAConformance | GetAConformance () |
Gets the PdfAConformance instance if specified. More... |
|
virtual PdfUAConformance | GetUAConformance () |
Gets the PdfUAConformance instance if specified. More... |
|
override bool | Equals (Object o) |
override int | GetHashCode () |
Static Public Member Functions |
|
static iText.Kernel.Pdf.PdfConformance | GetConformance (XMPMeta meta) |
Gets PdfConformance instance from iText.Kernel.XMP.XMPMeta. More... |
|
static void | SetConformanceToXmp (XMPMeta xmpMeta, iText.Kernel.Pdf.PdfConformance conformance) |
Sets required fields into XMP metadata according to passed PDF conformance. More... |
|
static PdfAConformance | GetAConformance (String part, String level) |
Gets an instance of PdfAConformance based on passed part and level. More... |
|
Static Public Attributes |
|
const String | PDF_A_4_REVISION = "2020" |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_A_1A |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_A_1B |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_A_2A |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_A_2B |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_A_2U |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_A_3A |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_A_3B |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_A_3U |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_A_4 |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_A_4E |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_A_4F |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_UA_1 |
static readonly iText.Kernel.Pdf.PdfConformance | PDF_NONE_CONFORMANCE |
The class represents possible PDF document conformance.
|
inline |
Creates a new PdfConformance instance based on PDF/A and PDF/UA conformance.
aConformance | the PDF/A conformance |
uaConformance | the PDF/UA conformance |
|
inline |
Creates a new PdfConformance instance based on only PDF/A conformance.
aConformance | the PDF/A conformance |
|
inline |
Creates a new PdfConformance instance based on only PDF/UA conformance.
uaConformance | the PDF/UA conformance |
|
inline |
Creates a new PdfConformance instance without PDF/A or PDF/UA conformance.
|
inlinevirtual |
Gets the PdfAConformance instance if specified.
null
.
|
inlinestatic |
Gets an instance of PdfAConformance based on passed part and level.
part | the part of PDF/A conformance |
level | the level of PDF/A conformance |
null
if there is no PDF/A conformance for passed parameters
|
inlinestatic |
Gets PdfConformance instance from iText.Kernel.XMP.XMPMeta.
meta | the meta data to parse |
|
inlinevirtual |
Gets the PdfUAConformance instance if specified.
null
.
|
inlinevirtual |
Checks if any PDF/A conformance is specified.
true
if PDF/A conformance is specified, otherwise false
|
inlinevirtual |
Checks if any PDF/A or PDF/UA conformance is specified.
true
if PDF/A or PDF/UA conformance is specified, otherwise false
|
inlinevirtual |
Checks if any PDF/UA conformance is specified.
true
if PDF/UA conformance is specified, otherwise false
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |