Uses of Class
com.itextpdf.kernel.pdf.PdfAConformanceLevel
Packages that use PdfAConformanceLevel
Package
Description
-
Uses of PdfAConformanceLevel in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as PdfAConformanceLevelModifier and TypeFieldDescriptionprotected PdfAConformanceLevelPdfFormField.pdfAConformanceLevelMethods in com.itextpdf.forms.fields with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionstatic PdfButtonFormFieldPdfFormField.createButton(PdfDocument doc, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptybutton form fieldwith custom behavior and layout.static PdfButtonFormFieldPdfFormField.createButton(PdfDocument doc, Rectangle rect, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptybutton form fieldwith custom behavior and layout, on a specified location.static PdfButtonFormFieldPdfFormField.createCheckBox(PdfDocument doc, Rectangle rect, String name, String value, int checkType, PdfAConformanceLevel pdfAConformanceLevel) Creates aPdfButtonFormFieldas a checkbox.static PdfChoiceFormFieldPdfFormField.createChoice(PdfDocument doc, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptychoice form field.static PdfChoiceFormFieldPdfFormField.createChoice(PdfDocument doc, Rectangle rect, String name, String value, PdfFont font, float fontSize, PdfArray options, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates achoice form fieldwith custom behavior and layout, on a specified location.static PdfChoiceFormFieldPdfFormField.createChoice(PdfDocument doc, Rectangle rect, String name, String value, PdfArray options, int flags, PdfFont font, PdfAConformanceLevel pdfAConformanceLevel) Creates achoice form fieldwith custom behavior and layout, on a specified location.static PdfChoiceFormFieldPdfFormField.createComboBox(PdfDocument doc, Rectangle rect, String name, String value, String[][] options, PdfFont font, PdfAConformanceLevel pdfAConformanceLevel) Creates acomboboxwith custom behavior and layout, on a specified location.static PdfChoiceFormFieldPdfFormField.createComboBox(PdfDocument doc, Rectangle rect, String name, String value, String[] options, PdfFont font, PdfAConformanceLevel pdfAConformanceLevel) Creates acomboboxwith custom behavior and layout, on a specified location.static PdfFormFieldPdfFormField.createEmptyField(PdfDocument doc, PdfAConformanceLevel pdfAConformanceLevel) Creates an empty form field without a predefined set of layout or behavior.static PdfChoiceFormFieldPdfFormField.createList(PdfDocument doc, Rectangle rect, String name, String value, String[][] options, PdfFont font, PdfAConformanceLevel pdfAConformanceLevel) Creates alist fieldwith custom behavior and layout, on a specified location.static PdfChoiceFormFieldPdfFormField.createList(PdfDocument doc, Rectangle rect, String name, String value, String[] options, PdfFont font, PdfAConformanceLevel pdfAConformanceLevel) Creates alist fieldwith custom behavior and layout, on a specified location.static PdfButtonFormFieldPdfFormField.createPushButton(PdfDocument doc, Rectangle rect, String name, String caption, PdfFont font, float fontSize, PdfAConformanceLevel pdfAConformanceLevel) Creates aPdfButtonFormFieldas a push button without data, with its caption in a custom font.static PdfFormFieldPdfFormField.createRadioButton(PdfDocument doc, Rectangle rect, PdfButtonFormField radioGroup, String value, PdfAConformanceLevel pdfAConformanceLevel) Creates a genericPdfFormFieldthat is added to a radio group.static PdfButtonFormFieldPdfFormField.createRadioGroup(PdfDocument doc, String name, String value, PdfAConformanceLevel pdfAConformanceLevel) Creates aradio group form field.static PdfSignatureFormFieldPdfFormField.createSignature(PdfDocument doc, Rectangle rect, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptysignature form field.static PdfSignatureFormFieldPdfFormField.createSignature(PdfDocument doc, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptysignature form field.static PdfTextFormFieldPdfFormField.createText(PdfDocument doc, Rectangle rect, String name, String value, PdfFont font, float fontSize, boolean multiline, PdfAConformanceLevel pdfAConformanceLevel) Creates a namedtext form fieldwith an initial value, with a specified font and font size.static PdfTextFormFieldPdfFormField.createText(PdfDocument doc, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptytext form field. -
Uses of PdfAConformanceLevel in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfAConformanceLevelModifier and TypeFieldDescriptionstatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_1Astatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_1Bstatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_2Astatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_2Bstatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_2Ustatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_3Astatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_3Bstatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_3Uprotected PdfAConformanceLevelPdfReader.pdfAConformanceLevelMethods in com.itextpdf.kernel.pdf that return PdfAConformanceLevelModifier and TypeMethodDescriptionstatic PdfAConformanceLevelPdfAConformanceLevel.getConformanceLevel(XMPMeta meta) static PdfAConformanceLevelPdfAConformanceLevel.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
Methods in com.itextpdf.pdfa that return PdfAConformanceLevelModifier and TypeMethodDescriptionPdfADocument.getConformanceLevel()Gets the PdfAConformanceLevel set in the constructor or in the metadata of thePdfReader.Methods in com.itextpdf.pdfa with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionprotected voidPdfADocument.setChecker(PdfAConformanceLevel conformanceLevel) Sets the checker that defines the requirements of the PDF/A standard depending on conformance level.Constructors in com.itextpdf.pdfa with parameters of type PdfAConformanceLevelModifierConstructorDescriptionPdfADocument(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
Fields in com.itextpdf.pdfa.checker declared as PdfAConformanceLevelMethods in com.itextpdf.pdfa.checker that return PdfAConformanceLevelModifier and TypeMethodDescriptionPdfAChecker.getConformanceLevel()Gets thePdfAConformanceLevelfor this file.Methods in com.itextpdf.pdfa.checker with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionprotected static booleanPdfAChecker.checkStructure(PdfAConformanceLevel conformanceLevel) Checks conformance level of PDF/A standard.Constructors in com.itextpdf.pdfa.checker with parameters of type PdfAConformanceLevelModifierConstructorDescriptionPdfA1Checker(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 levelprotectedPdfAChecker(PdfAConformanceLevel conformanceLevel) Creates a PdfAChecker with the required conformance level.