Uses of Class
com.itextpdf.kernel.pdf.PdfAConformanceLevel
-
Packages that use PdfAConformanceLevel Package Description com.itextpdf.forms.fields com.itextpdf.forms.form.element com.itextpdf.forms.form.renderer com.itextpdf.kernel.pdf com.itextpdf.pdfa com.itextpdf.pdfa.checker -
-
Uses of PdfAConformanceLevel in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as PdfAConformanceLevel Modifier and Type Field Description protected PdfAConformanceLevel
AbstractPdfFormField. pdfAConformanceLevel
Deprecated.since 8.0.4, this is not used anymore! Use pdfConformanceLevel insteadMethods in com.itextpdf.forms.fields that return PdfAConformanceLevel Modifier and Type Method Description PdfAConformanceLevel
FormFieldBuilder. getConformanceLevel()
Deprecated.since 8.0.4 will returnIConformanceLevel
in next major releasePdfAConformanceLevel
AbstractPdfFormField. getPdfAConformanceLevel()
Deprecated.Methods in com.itextpdf.forms.fields with parameters of type PdfAConformanceLevel Modifier and Type Method Description T
FormFieldBuilder. setConformanceLevel(PdfAConformanceLevel conformanceLevel)
Deprecated.since 8.0.4 conformance level param will change toIConformanceLevel
-
Uses of PdfAConformanceLevel in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element with parameters of type PdfAConformanceLevel Modifier and Type Method Description CheckBox
CheckBox. setPdfAConformanceLevel(PdfAConformanceLevel conformanceLevel)
Deprecated. -
Uses of PdfAConformanceLevel in com.itextpdf.forms.form.renderer
Methods in com.itextpdf.forms.form.renderer that return PdfAConformanceLevel Modifier and Type Method Description protected PdfAConformanceLevel
AbstractFormFieldRenderer. getConformanceLevel(PdfDocument document)
Deprecated.since 8.0.4 will returnIConformanceLevel
protected PdfAConformanceLevel
AbstractSelectFieldRenderer. getConformanceLevel(PdfDocument document)
Deprecated.since 8.0.4 will be returnIConformanceLevel
-
Uses of PdfAConformanceLevel in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfAConformanceLevel Modifier and Type Field 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
static PdfAConformanceLevel
PdfAConformanceLevel. PDF_A_4
static PdfAConformanceLevel
PdfAConformanceLevel. PDF_A_4E
static PdfAConformanceLevel
PdfAConformanceLevel. PDF_A_4F
protected PdfAConformanceLevel
PdfReader. pdfAConformanceLevel
Methods in com.itextpdf.kernel.pdf that return PdfAConformanceLevel Modifier and Type Method Description static PdfAConformanceLevel
PdfAConformanceLevel. getConformanceLevel(XMPMeta meta)
static PdfAConformanceLevel
PdfAConformanceLevel. getConformanceLevel(java.lang.String part, java.lang.String conformance)
static PdfAConformanceLevel
PdfAConformanceLevel. getPDFAConformance(IConformanceLevel possibleConformance, PdfDocument document)
Deprecated.since 8.0.4 Will be removed in next major releasePdfAConformanceLevel
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 with parameters of type PdfAConformanceLevel Modifier and Type Method Description private static PdfAChecker
PdfADocument. getCorrectCheckerFromConformance(PdfAConformanceLevel conformanceLevel)
private static PdfVersion
PdfADocument. getPdfVersionForPdfA(PdfAConformanceLevel conformanceLevel)
protected void
PdfADocument. 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 PdfAConformanceLevel Constructor 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. -
Uses of PdfAConformanceLevel in com.itextpdf.pdfa.checker
Fields in com.itextpdf.pdfa.checker declared as PdfAConformanceLevel Modifier and Type Field Description protected PdfAConformanceLevel
PdfAChecker. conformanceLevel
Methods in com.itextpdf.pdfa.checker that return PdfAConformanceLevel Modifier and Type Method Description PdfAConformanceLevel
PdfAChecker. getConformanceLevel()
Gets thePdfAConformanceLevel
for this file.Methods in com.itextpdf.pdfa.checker with parameters of type PdfAConformanceLevel Modifier and Type Method Description protected static boolean
PdfAChecker. checkStructure(PdfAConformanceLevel conformanceLevel)
Checks conformance level of PDF/A standard.Constructors in com.itextpdf.pdfa.checker with parameters of type PdfAConformanceLevel Constructor Description PdfA1Checker(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 levelPdfA4Checker(PdfAConformanceLevel conformanceLevel)
Creates a PdfA4Checker with the required conformance levelPdfAChecker(PdfAConformanceLevel conformanceLevel)
Creates a PdfAChecker with the required conformance level.
-