Uses of Class
com.itextpdf.kernel.pdf.PdfVersion
Package
Description
-
Uses of PdfVersion in com.itextpdf.kernel.crypto.securityhandler
ModifierConstructorDescriptionStandardHandlerUsingAes256
(PdfDictionary encryptionDictionary, byte[] userPassword, byte[] ownerPassword, int permissions, boolean encryptMetadata, boolean embeddedFilesOnly, PdfVersion version) -
Uses of PdfVersion in com.itextpdf.kernel.pdf
Modifier and TypeFieldDescriptionprotected PdfVersion
PdfReader.headerPdfVersion
static final PdfVersion
PdfVersion.PDF_1_0
static final PdfVersion
PdfVersion.PDF_1_1
static final PdfVersion
PdfVersion.PDF_1_2
static final PdfVersion
PdfVersion.PDF_1_3
static final PdfVersion
PdfVersion.PDF_1_4
static final PdfVersion
PdfVersion.PDF_1_5
static final PdfVersion
PdfVersion.PDF_1_6
static final PdfVersion
PdfVersion.PDF_1_7
static final PdfVersion
PdfVersion.PDF_2_0
protected PdfVersion
PdfDocument.pdfVersion
Document version.protected PdfVersion
WriterProperties.pdfVersion
Modifier and TypeMethodDescriptionstatic PdfVersion
PdfVersion.fromPdfName
(PdfName name) Creates a PdfVersion class from aPdfName
object if the specified version can be found.static PdfVersion
PdfVersion.fromString
(String value) Creates a PdfVersion class from a String object if the specified version can be found.PdfDocument.getPdfVersion()
Gets PDF version.Modifier and TypeMethodDescriptionint
PdfVersion.compareTo
(PdfVersion o) protected void
PdfWriter.initCryptoIfSpecified
(PdfVersion version) protected void
PdfDocument.open
(PdfVersion newPdfVersion) Initializes document.WriterProperties.setPdfVersion
(PdfVersion version) Defines pdf version for the created document.static boolean
VersionConforming.validatePdfVersionForDeprecatedFeatureLogError
(PdfDocument document, PdfVersion expectedVersion, String deprecatedFeatureLogMessage) static boolean
VersionConforming.validatePdfVersionForDeprecatedFeatureLogWarn
(PdfDocument document, PdfVersion expectedVersion, String deprecatedFeatureLogMessage) static boolean
VersionConforming.validatePdfVersionForDictEntry
(PdfDocument document, PdfVersion expectedVersion, PdfName entryKey, PdfName dictType) ModifierConstructorDescriptionPdfEncryption
(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionType, byte[] documentId, PdfVersion version) Creates the encryption.PdfEncryption
(Certificate[] certs, int[] permissions, int encryptionType, PdfVersion version) Creates the certificate encryption. -
Uses of PdfVersion in com.itextpdf.kernel.pdf.tagutils
Modifier and TypeMethodDescriptionTagStructureContext.getTagStructureTargetVersion()
Gets the version of the PDF standard to which the tag structure shall adhere.ModifierConstructorDescriptionTagStructureContext
(PdfDocument document, PdfVersion tagStructureTargetVersion) Do not use this constructor, instead usePdfDocument.getTagStructureContext()
method.