Package com.itextpdf.kernel.pdf
Class PdfUAConformanceLevel
java.lang.Object
com.itextpdf.kernel.pdf.PdfUAConformanceLevel
- All Implemented Interfaces:
-
IConformanceLevel
Implementation of
IConformanceLevel
interface for PDF/UA conformance level.
PDF/UA is a conformance level for PDF files that ensures the files are accessible. It contains an enumeration of all the PDF/UA conformance levels currently supported by iText.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PdfUAConformanceLevel
PDF/UA conformance level PDF/UA-1. -
Method Summary
Modifier and TypeMethodDescriptionint
Get the version of the PDF/UA conformance level.
-
Field Details
-
PDFUA_1
PDF/UA conformance level PDF/UA-1.
-
-
Method Details
-
getVersion
public int getVersion()Get the version of the PDF/UA conformance level.- Returns:
- the version of the PDF/UA conformance level
-