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
Classes in com.itextpdf.kernel.pdf that implement interfaces with type arguments of type PdfVersionModifier and TypeClassDescriptionclassThis class represents all official PDF versions.Fields in com.itextpdf.kernel.pdf declared as PdfVersionModifier and TypeFieldDescriptionprotected PdfVersionPdfReader.headerPdfVersionstatic final PdfVersionPdfVersion.PDF_1_0static final PdfVersionPdfVersion.PDF_1_1static final PdfVersionPdfVersion.PDF_1_2static final PdfVersionPdfVersion.PDF_1_3static final PdfVersionPdfVersion.PDF_1_4static final PdfVersionPdfVersion.PDF_1_5static final PdfVersionPdfVersion.PDF_1_6static final PdfVersionPdfVersion.PDF_1_7static final PdfVersionPdfVersion.PDF_2_0protected PdfVersionPdfDocument.pdfVersionDocument version.protected PdfVersionWriterProperties.pdfVersionFields in com.itextpdf.kernel.pdf with type parameters of type PdfVersionMethods in com.itextpdf.kernel.pdf that return PdfVersionModifier and TypeMethodDescriptionprivate static PdfVersionPdfVersion.createPdfVersion(int major, int minor) static PdfVersionPdfVersion.fromPdfName(PdfName name) Creates a PdfVersion class from aPdfNameobject if the specified version can be found.static PdfVersionPdfVersion.fromString(String value) Creates a PdfVersion class from a String object if the specified version can be found.PdfDocument.getPdfVersion()Gets PDF version.PdfWriter.getPdfVersion()Gets defined pdf version for the document.Methods in com.itextpdf.kernel.pdf with parameters of type PdfVersionModifier and TypeMethodDescriptionintPdfVersion.compareTo(PdfVersion o) protected voidPdfWriter.initCryptoIfSpecified(PdfVersion version) InitializesPdfEncryptionobject if any encryption is specified inWriterProperties.protected voidPdfDocument.open(PdfVersion newPdfVersion) Initializes document.WriterProperties.setPdfVersion(PdfVersion version) Defines pdf version for the created document.static booleanVersionConforming.validatePdfVersionForDeprecatedFeatureLogError(PdfDocument document, PdfVersion expectedVersion, String deprecatedFeatureLogMessage) static booleanVersionConforming.validatePdfVersionForDeprecatedFeatureLogWarn(PdfDocument document, PdfVersion expectedVersion, String deprecatedFeatureLogMessage) static booleanVersionConforming.validatePdfVersionForDictEntry(PdfDocument document, PdfVersion expectedVersion, PdfName entryKey, PdfName dictType) static booleanVersionConforming.validatePdfVersionForNotSupportedFeatureLogError(PdfDocument document, PdfVersion expectedStartVersion, 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 PdfVersionModifierConstructorDescriptionPdfEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, int encryptionType, byte[] documentId, PdfVersion version, AbstractMacIntegrityProtector macContainer) Creates the encryption.PdfEncryption(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 PdfVersionModifier and TypeFieldDescriptionprivate final PdfVersionTagStructureContext.tagStructureTargetVersionMethods 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 voidLayoutTaggingHelper.registerRules(PdfVersion pdfVersion) -
Uses of PdfVersion in com.itextpdf.pdfa
Methods in com.itextpdf.pdfa that return PdfVersionModifier and TypeMethodDescriptionprivate static PdfVersionPdfADocument.getPdfVersionAccordingToConformance(PdfAConformance aConformance)