Uses of Class
com.itextpdf.kernel.pdf.PdfVersion
-
Packages that use PdfVersion Package Description com.itextpdf.kernel.crypto.securityhandler com.itextpdf.kernel.pdf com.itextpdf.kernel.pdf.tagutils com.itextpdf.layout.tagging com.itextpdf.pdfa -
-
Uses of PdfVersion in com.itextpdf.kernel.crypto.securityhandler
Constructors in com.itextpdf.kernel.crypto.securityhandler with parameters of type PdfVersion Constructor Description StandardHandlerUsingAes256(PdfDictionary encryptionDictionary, byte[] userPassword, byte[] ownerPassword, int permissions, boolean encryptMetadata, boolean embeddedFilesOnly, PdfVersion version)
-
Uses of PdfVersion in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfVersion Modifier and Type Field Description protected PdfVersion
PdfReader. headerPdfVersion
static PdfVersion
PdfVersion. PDF_1_0
static PdfVersion
PdfVersion. PDF_1_1
static PdfVersion
PdfVersion. PDF_1_2
static PdfVersion
PdfVersion. PDF_1_3
static PdfVersion
PdfVersion. PDF_1_4
static PdfVersion
PdfVersion. PDF_1_5
static PdfVersion
PdfVersion. PDF_1_6
static PdfVersion
PdfVersion. PDF_1_7
static PdfVersion
PdfVersion. PDF_2_0
protected PdfVersion
PdfDocument. pdfVersion
Document version.protected PdfVersion
WriterProperties. pdfVersion
Fields in com.itextpdf.kernel.pdf with type parameters of type PdfVersion Modifier and Type Field Description private static java.util.List<PdfVersion>
PdfVersion. values
Methods in com.itextpdf.kernel.pdf that return PdfVersion Modifier and Type Method Description private static PdfVersion
PdfVersion. createPdfVersion(int major, int minor)
static PdfVersion
PdfVersion. fromPdfName(PdfName name)
Creates a PdfVersion class from aPdfName
object if the specified version can be found.static PdfVersion
PdfVersion. fromString(java.lang.String value)
Creates a PdfVersion class from a String object if the specified version can be found.PdfVersion
PdfDocument. getPdfVersion()
Gets PDF version.PdfVersion
PdfWriter. getPdfVersion()
Gets defined pdf version for the document.Methods in com.itextpdf.kernel.pdf with parameters of type PdfVersion Modifier and Type Method Description int
PdfVersion. compareTo(PdfVersion o)
protected void
PdfWriter. initCryptoIfSpecified(PdfVersion version)
InitializesPdfEncryption
object if any encryption is specified inWriterProperties
.protected void
PdfDocument. open(PdfVersion newPdfVersion)
Initializes document.WriterProperties
WriterProperties. setPdfVersion(PdfVersion version)
Defines pdf version for the created document.static boolean
VersionConforming. validatePdfVersionForDeprecatedFeatureLogError(PdfDocument document, PdfVersion expectedVersion, java.lang.String deprecatedFeatureLogMessage)
static boolean
VersionConforming. validatePdfVersionForDeprecatedFeatureLogWarn(PdfDocument document, PdfVersion expectedVersion, java.lang.String deprecatedFeatureLogMessage)
static boolean
VersionConforming. validatePdfVersionForDictEntry(PdfDocument document, PdfVersion expectedVersion, PdfName entryKey, PdfName dictType)
static boolean
VersionConforming. validatePdfVersionForNotSupportedFeatureLogError(PdfDocument document, PdfVersion expectedStartVersion, java.lang.String notSupportedFeatureLogMessage)
Logs error message in case provided PDF document version is earlier than specified expected starting version.Constructors in com.itextpdf.kernel.pdf with parameters of type PdfVersion Constructor Description PdfEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionType, byte[] documentId, PdfVersion version, AbstractMacIntegrityProtector macContainer)
Creates the encryption.PdfEncryption(java.security.cert.Certificate[] certs, int[] permissions, int encryptionType, PdfVersion version, AbstractMacIntegrityProtector macContainer)
Creates the certificate encryption. -
Uses of PdfVersion in com.itextpdf.kernel.pdf.tagutils
Fields in com.itextpdf.kernel.pdf.tagutils declared as PdfVersion Modifier and Type Field Description private PdfVersion
TagStructureContext. tagStructureTargetVersion
Methods in com.itextpdf.kernel.pdf.tagutils that return PdfVersion Modifier and Type Method Description PdfVersion
TagStructureContext. getTagStructureTargetVersion()
Gets the version of the PDF standard to which the tag structure shall adhere.Constructors in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfVersion Constructor Description TagStructureContext(PdfDocument document, PdfVersion tagStructureTargetVersion)
Do not use this constructor, instead usePdfDocument.getTagStructureContext()
method. -
Uses of PdfVersion in com.itextpdf.layout.tagging
Methods in com.itextpdf.layout.tagging with parameters of type PdfVersion Modifier and Type Method Description private void
LayoutTaggingHelper. registerRules(PdfVersion pdfVersion)
-
Uses of PdfVersion in com.itextpdf.pdfa
Methods in com.itextpdf.pdfa that return PdfVersion Modifier and Type Method Description private static PdfVersion
PdfADocument. getPdfVersionAccordingToConformance(PdfAConformance aConformance)
-