Package | Description |
---|---|
com.itextpdf.forms.fields | |
com.itextpdf.kernel.pdf | |
com.itextpdf.pdfa | |
com.itextpdf.pdfa.checker |
Modifier and Type | Field and Description |
---|---|
protected PdfAConformanceLevel |
PdfFormField.pdfAConformanceLevel |
Modifier and Type | Method and Description |
---|---|
static PdfButtonFormField |
PdfFormField.createCheckBox(PdfDocument doc, Rectangle rect, String name, String value, int checkType, PdfAConformanceLevel pdfAConformanceLevel)
Creates a PdfButtonFormField as a checkbox.
|
static PdfFormField |
PdfFormField.createRadioButton(PdfDocument doc, Rectangle rect, PdfButtonFormField radioGroup, String value, PdfAConformanceLevel pdfAConformanceLevel)
Creates a generic PdfFormField that is added to a radio group.
|
Modifier and Type | Field and Description |
---|---|
static PdfAConformanceLevel |
PdfAConformanceLevel.PDF_A_1A |
static PdfAConformanceLevel |
PdfAConformanceLevel.PDF_A_1B |
static PdfAConformanceLevel |
PdfAConformanceLevel.PDF_A_2A |
static PdfAConformanceLevel |
PdfAConformanceLevel.PDF_A_2B |
static PdfAConformanceLevel |
PdfAConformanceLevel.PDF_A_2U |
static PdfAConformanceLevel |
PdfAConformanceLevel.PDF_A_3A |
static PdfAConformanceLevel |
PdfAConformanceLevel.PDF_A_3B |
static PdfAConformanceLevel |
PdfAConformanceLevel.PDF_A_3U |
protected PdfAConformanceLevel |
PdfReader.pdfAConformanceLevel |
Modifier and Type | Method and Description |
---|---|
static PdfAConformanceLevel |
PdfAConformanceLevel.getConformanceLevel(String part, String conformance) |
static PdfAConformanceLevel |
PdfAConformanceLevel.getConformanceLevel(XMPMeta meta) |
PdfAConformanceLevel |
PdfReader.getPdfAConformanceLevel()
Gets the declared Pdf/A conformance level of the source document that is being read.
|
Modifier and Type | Method and Description |
---|---|
PdfAConformanceLevel |
PdfADocument.getConformanceLevel()
Gets the PdfAConformanceLevel set in the constructor or in the metadata of the PdfReader .
|
Modifier and Type | Method and Description |
---|---|
protected void |
PdfADocument.setChecker(PdfAConformanceLevel conformanceLevel) |
Constructor and Description |
---|
PdfADocument(PdfWriter writer, PdfAConformanceLevel conformanceLevel, PdfOutputIntent outputIntent)
Constructs a new PdfADocument for writing purposes, i.e.
|
Modifier and Type | Field and Description |
---|---|
protected PdfAConformanceLevel |
PdfAChecker.conformanceLevel |
Modifier and Type | Method and Description |
---|---|
PdfAConformanceLevel |
PdfAChecker.getConformanceLevel()
Gets the PdfAConformanceLevel for this file.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
PdfAChecker.checkStructure(PdfAConformanceLevel conformanceLevel) |
Constructor and Description |
---|
PdfA1Checker(PdfAConformanceLevel conformanceLevel)
Creates a PdfA1Checker with the required conformance level
|
PdfA2Checker(PdfAConformanceLevel conformanceLevel)
Creates a PdfA2Checker with the required conformance level
|
PdfA3Checker(PdfAConformanceLevel conformanceLevel)
Creates a PdfA3Checker with the required conformance level
|
PdfAChecker(PdfAConformanceLevel conformanceLevel) |
Copyright © 1998–2018 iText Group NV. All rights reserved.