Uses of Class
com.itextpdf.kernel.pdf.PdfConformance
-
Packages that use PdfConformance Package Description com.itextpdf.forms.fields com.itextpdf.forms.form.element com.itextpdf.forms.form.renderer com.itextpdf.kernel.pdf com.itextpdf.kernel.utils.checkers -
-
Uses of PdfConformance in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as PdfConformance Modifier and Type Field Description private PdfConformance
FormFieldBuilder. conformance
Conformance of the form field.protected PdfConformance
AbstractPdfFormField. pdfConformance
Methods in com.itextpdf.forms.fields that return PdfConformance Modifier and Type Method Description PdfConformance
FormFieldBuilder. getConformance()
Gets conformance for form field creation.PdfConformance
AbstractPdfFormField. getPdfConformance()
Gets the declared conformance.Methods in com.itextpdf.forms.fields with parameters of type PdfConformance Modifier and Type Method Description T
FormFieldBuilder. setConformance(PdfConformance conformance)
Sets conformance for form field creation. -
Uses of PdfConformance in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element with parameters of type PdfConformance Modifier and Type Method Description CheckBox
CheckBox. setPdfConformance(PdfConformance conformance)
Sets the conformance for the checkbox. -
Uses of PdfConformance in com.itextpdf.forms.form.renderer
Methods in com.itextpdf.forms.form.renderer that return PdfConformance Modifier and Type Method Description protected PdfConformance
AbstractFormFieldRenderer. getConformance(PdfDocument document)
Gets the conformance.protected PdfConformance
AbstractSelectFieldRenderer. getConformance(PdfDocument document)
Gets the conformance. -
Uses of PdfConformance in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfConformance Modifier and Type Field Description static PdfConformance
PdfConformance. PDF_A_1A
static PdfConformance
PdfConformance. PDF_A_1B
static PdfConformance
PdfConformance. PDF_A_2A
static PdfConformance
PdfConformance. PDF_A_2B
static PdfConformance
PdfConformance. PDF_A_2U
static PdfConformance
PdfConformance. PDF_A_3A
static PdfConformance
PdfConformance. PDF_A_3B
static PdfConformance
PdfConformance. PDF_A_3U
static PdfConformance
PdfConformance. PDF_A_4
static PdfConformance
PdfConformance. PDF_A_4E
static PdfConformance
PdfConformance. PDF_A_4F
static PdfConformance
PdfConformance. PDF_NONE_CONFORMANCE
static PdfConformance
PdfConformance. PDF_UA_1
static PdfConformance
PdfConformance. PDF_UA_2
protected PdfConformance
PdfDocument. pdfConformance
private PdfConformance
PdfReader. pdfConformance
Methods in com.itextpdf.kernel.pdf that return PdfConformance Modifier and Type Method Description static PdfConformance
PdfConformance. getConformance(XMPMeta meta)
GetsPdfConformance
instance fromXMPMeta
.PdfConformance
PdfDocument. getConformance()
Get thePdfConformance
PdfConformance
PdfReader. getPdfConformance()
Gets the declared PDF conformance of the source document that is being read.Methods in com.itextpdf.kernel.pdf with parameters of type PdfConformance Modifier and Type Method Description static void
PdfConformance. setConformanceToXmp(XMPMeta xmpMeta, PdfConformance conformance)
Sets required fields into XMP metadata according to passed PDF conformance. -
Uses of PdfConformance in com.itextpdf.kernel.utils.checkers
Methods in com.itextpdf.kernel.utils.checkers with parameters of type PdfConformance Modifier and Type Method Description static void
PdfCheckersUtil. checkMetadata(PdfDictionary catalog, PdfConformance conformance, java.util.function.Function<java.lang.String,PdfException> exceptionSupplier)
Checks that theCatalog
dictionary of a conforming file contains theMetadata
key whose value is a metadata stream as defined in ISO 32000-2:2020.
-