| 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. createButton(PdfDocument doc, int flags, PdfAConformanceLevel pdfAConformanceLevel)
             Creates an empty  button form fieldwith custom behavior and layout. | 
| static PdfButtonFormField | PdfFormField. createButton(PdfDocument doc, Rectangle rect, int flags, PdfAConformanceLevel pdfAConformanceLevel)
             Creates an empty  button form fieldwith 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 a  PdfButtonFormFieldas a checkbox. | 
| static PdfChoiceFormField | PdfFormField. createChoice(PdfDocument doc, int flags, PdfAConformanceLevel pdfAConformanceLevel)
             Creates an empty  choice form field. | 
| static PdfChoiceFormField | PdfFormField. createChoice(PdfDocument doc, Rectangle rect, String name, String value, PdfArray options, int flags, PdfFont font, PdfAConformanceLevel pdfAConformanceLevel)
             Creates a  choice form fieldwith custom behavior and layout, on a specified location. | 
| static PdfChoiceFormField | PdfFormField. createChoice(PdfDocument doc, Rectangle rect, String name, String value, PdfFont font, float fontSize, PdfArray options, int flags, PdfAConformanceLevel pdfAConformanceLevel)
             Creates a  choice form fieldwith 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 a  comboboxwith 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 a  comboboxwith 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 a  list fieldwith 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 a  list fieldwith 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 a  PdfButtonFormFieldas 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 generic  PdfFormFieldthat is added to a radio group. | 
| static PdfButtonFormField | PdfFormField. createRadioGroup(PdfDocument doc, String name, String value, PdfAConformanceLevel pdfAConformanceLevel)
             Creates a  radio group form field. | 
| static PdfSignatureFormField | PdfFormField. createSignature(PdfDocument doc, PdfAConformanceLevel pdfAConformanceLevel)
             Creates an empty  signature form field. | 
| static PdfSignatureFormField | PdfFormField. createSignature(PdfDocument doc, Rectangle rect, PdfAConformanceLevel pdfAConformanceLevel)
             Creates an empty  signature form field. | 
| static PdfTextFormField | PdfFormField. createText(PdfDocument doc, PdfAConformanceLevel pdfAConformanceLevel)
             Creates an empty  text form field. | 
| static PdfTextFormField | PdfFormField. createText(PdfDocument doc, Rectangle rect, String name, String value, PdfFont font, float fontSize, boolean multiline, PdfAConformanceLevel pdfAConformanceLevel)
             Creates a named  text form fieldwith an initial value, with a specified font and font size. | 
| 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. 
            | 
| PdfADocument(PdfWriter writer, PdfAConformanceLevel conformanceLevel, PdfOutputIntent outputIntent, DocumentProperties properties)
             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  PdfAConformanceLevelfor 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–2019 iText Group NV. All rights reserved.