Uses of Class
com.itextpdf.kernel.pdf.PdfAConformanceLevel
Package
Description
-
Uses of PdfAConformanceLevel in com.itextpdf.forms.fields
Modifier and TypeFieldDescriptionprotected PdfAConformanceLevel
PdfFormField.pdfAConformanceLevel
Modifier and TypeMethodDescriptionstatic PdfButtonFormField
PdfFormField.createButton
(PdfDocument doc, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptybutton form field
with custom behavior and layout.static PdfButtonFormField
PdfFormField.createButton
(PdfDocument doc, Rectangle rect, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptybutton form field
with custom behavior and layout, on a specified location.static PdfButtonFormField
PdfFormField.createCheckBox
(PdfDocument doc, Rectangle rect, String name, String value, int checkType, PdfAConformanceLevel pdfAConformanceLevel) Creates aPdfButtonFormField
as a checkbox.static PdfChoiceFormField
PdfFormField.createChoice
(PdfDocument doc, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptychoice form field
.static PdfChoiceFormField
PdfFormField.createChoice
(PdfDocument doc, Rectangle rect, String name, String value, PdfFont font, float fontSize, PdfArray options, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates achoice form field
with custom behavior and layout, on a specified location.static PdfChoiceFormField
PdfFormField.createChoice
(PdfDocument doc, Rectangle rect, String name, String value, PdfArray options, int flags, PdfFont font, PdfAConformanceLevel pdfAConformanceLevel) Creates achoice form field
with custom behavior and layout, on a specified location.static PdfChoiceFormField
PdfFormField.createComboBox
(PdfDocument doc, Rectangle rect, String name, String value, String[][] options, PdfFont font, PdfAConformanceLevel pdfAConformanceLevel) Creates acombobox
with custom behavior and layout, on a specified location.static PdfChoiceFormField
PdfFormField.createComboBox
(PdfDocument doc, Rectangle rect, String name, String value, String[] options, PdfFont font, PdfAConformanceLevel pdfAConformanceLevel) Creates acombobox
with custom behavior and layout, on a specified location.static PdfFormField
PdfFormField.createEmptyField
(PdfDocument doc, PdfAConformanceLevel pdfAConformanceLevel) Creates an empty form field without a predefined set of layout or behavior.static PdfChoiceFormField
PdfFormField.createList
(PdfDocument doc, Rectangle rect, String name, String value, String[][] options, PdfFont font, PdfAConformanceLevel pdfAConformanceLevel) Creates alist field
with custom behavior and layout, on a specified location.static PdfChoiceFormField
PdfFormField.createList
(PdfDocument doc, Rectangle rect, String name, String value, String[] options, PdfFont font, PdfAConformanceLevel pdfAConformanceLevel) Creates alist field
with custom behavior and layout, on a specified location.static PdfButtonFormField
PdfFormField.createPushButton
(PdfDocument doc, Rectangle rect, String name, String caption, PdfFont font, float fontSize, PdfAConformanceLevel pdfAConformanceLevel) Creates aPdfButtonFormField
as a push button without data, with its caption in a custom font.static PdfFormField
PdfFormField.createRadioButton
(PdfDocument doc, Rectangle rect, PdfButtonFormField radioGroup, String value, PdfAConformanceLevel pdfAConformanceLevel) Creates a genericPdfFormField
that is added to a radio group.static PdfButtonFormField
PdfFormField.createRadioGroup
(PdfDocument doc, String name, String value, PdfAConformanceLevel pdfAConformanceLevel) Creates aradio group form field
.static PdfSignatureFormField
PdfFormField.createSignature
(PdfDocument doc, Rectangle rect, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptysignature form field
.static PdfSignatureFormField
PdfFormField.createSignature
(PdfDocument doc, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptysignature form field
.static PdfTextFormField
PdfFormField.createText
(PdfDocument doc, Rectangle rect, String name, String value, PdfFont font, float fontSize, boolean multiline, PdfAConformanceLevel pdfAConformanceLevel) Creates a namedtext form field
with an initial value, with a specified font and font size.static PdfTextFormField
PdfFormField.createText
(PdfDocument doc, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptytext form field
. -
Uses of PdfAConformanceLevel in com.itextpdf.kernel.pdf
Modifier and TypeFieldDescriptionstatic final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_1A
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_1B
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_2A
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_2B
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_2U
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_3A
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_3B
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_3U
protected PdfAConformanceLevel
PdfReader.pdfAConformanceLevel
Modifier and TypeMethodDescriptionstatic PdfAConformanceLevel
PdfAConformanceLevel.getConformanceLevel
(XMPMeta meta) static PdfAConformanceLevel
PdfAConformanceLevel.getConformanceLevel
(String part, String conformance) PdfReader.getPdfAConformanceLevel()
Gets the declared PDF/A conformance level of the source document that is being read. -
Uses of PdfAConformanceLevel in com.itextpdf.pdfa
Modifier and TypeMethodDescriptionPdfADocument.getConformanceLevel()
Gets the PdfAConformanceLevel set in the constructor or in the metadata of thePdfReader
.Modifier and TypeMethodDescriptionprotected void
PdfADocument.setChecker
(PdfAConformanceLevel conformanceLevel) Sets the checker that defines the requirements of the PDF/A standard depending on conformance level.ModifierConstructorDescriptionPdfADocument
(PdfWriter writer, PdfAConformanceLevel conformanceLevel, PdfOutputIntent outputIntent) Constructs a new PdfADocument for writing purposes, i.e.PdfADocument
(PdfWriter writer, PdfAConformanceLevel conformanceLevel, PdfOutputIntent outputIntent, DocumentProperties properties) Constructs a new PdfADocument for writing purposes, i.e. -
Uses of PdfAConformanceLevel in com.itextpdf.pdfa.checker
Modifier and TypeMethodDescriptionPdfAChecker.getConformanceLevel()
Gets thePdfAConformanceLevel
for this file.Modifier and TypeMethodDescriptionprotected static boolean
PdfAChecker.checkStructure
(PdfAConformanceLevel conformanceLevel) Checks conformance level of PDF/A standard.ModifierConstructorDescriptionPdfA1Checker
(PdfAConformanceLevel conformanceLevel) Creates a PdfA1Checker with the required conformance levelPdfA2Checker
(PdfAConformanceLevel conformanceLevel) Creates a PdfA2Checker with the required conformance levelPdfA3Checker
(PdfAConformanceLevel conformanceLevel) Creates a PdfA3Checker with the required conformance levelprotected
PdfAChecker
(PdfAConformanceLevel conformanceLevel) Creates a PdfAChecker with the required conformance level.