Uses of Class
com.itextpdf.kernel.pdf.PdfVersion
Packages that use PdfVersion
Package
Description
-
Uses of PdfVersion in com.itextpdf.kernel.crypto.securityhandler
Constructors in com.itextpdf.kernel.crypto.securityhandler with parameters of type PdfVersionModifierConstructorDescriptionStandardHandlerUsingAes256
(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 PdfVersionModifier 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
Fields in com.itextpdf.kernel.pdf with type parameters of type PdfVersionMethods in com.itextpdf.kernel.pdf that return PdfVersionModifier and TypeMethodDescriptionprivate 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
(String value) Creates a PdfVersion class from a String object if the specified version can be found.PdfDocument.getPdfVersion()
Gets PDF version.Methods in com.itextpdf.kernel.pdf with parameters of type PdfVersionModifier 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) Constructors in com.itextpdf.kernel.pdf with parameters of type PdfVersionModifierConstructorDescriptionPdfEncryption
(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
Fields in com.itextpdf.kernel.pdf.tagutils declared as PdfVersionModifier and TypeFieldDescriptionprivate PdfVersion
TagStructureContext.tagStructureTargetVersion
Methods in com.itextpdf.kernel.pdf.tagutils that return PdfVersionModifier and TypeMethodDescriptionTagStructureContext.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 PdfVersionModifierConstructorDescriptionTagStructureContext
(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 PdfVersionModifier and TypeMethodDescriptionprivate void
LayoutTaggingHelper.registerRules
(PdfVersion pdfVersion) -
Uses of PdfVersion in com.itextpdf.pdfa
Methods in com.itextpdf.pdfa that return PdfVersionModifier and TypeMethodDescriptionprivate static PdfVersion
PdfADocument.getPdfVersionForPdfA
(PdfAConformanceLevel conformanceLevel)