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 PdfVersionPdfReader. headerPdfVersionstatic PdfVersionPdfVersion. PDF_1_0static PdfVersionPdfVersion. PDF_1_1static PdfVersionPdfVersion. PDF_1_2static PdfVersionPdfVersion. PDF_1_3static PdfVersionPdfVersion. PDF_1_4static PdfVersionPdfVersion. PDF_1_5static PdfVersionPdfVersion. PDF_1_6static PdfVersionPdfVersion. PDF_1_7static PdfVersionPdfVersion. PDF_2_0protected PdfVersionPdfDocument. pdfVersionDocument version.protected PdfVersionWriterProperties. pdfVersionFields in com.itextpdf.kernel.pdf with type parameters of type PdfVersion Modifier and Type Field Description private static java.util.List<PdfVersion>PdfVersion. valuesMethods in com.itextpdf.kernel.pdf that return PdfVersion Modifier and Type Method Description private 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(java.lang.String value)Creates a PdfVersion class from a String object if the specified version can be found.PdfVersionPdfDocument. getPdfVersion()Gets PDF version.PdfVersionPdfWriter. getPdfVersion()Gets defined pdf version for the document.Methods in com.itextpdf.kernel.pdf with parameters of type PdfVersion Modifier and Type Method Description intPdfVersion. compareTo(PdfVersion o)protected voidPdfWriter. initCryptoIfSpecified(PdfVersion version)InitializesPdfEncryptionobject if any encryption is specified inWriterProperties.protected voidPdfDocument. open(PdfVersion newPdfVersion)Initializes document.WriterPropertiesWriterProperties. setPdfVersion(PdfVersion version)Defines pdf version for the created document.static booleanVersionConforming. validatePdfVersionForDeprecatedFeatureLogError(PdfDocument document, PdfVersion expectedVersion, java.lang.String deprecatedFeatureLogMessage)static booleanVersionConforming. validatePdfVersionForDeprecatedFeatureLogWarn(PdfDocument document, PdfVersion expectedVersion, java.lang.String deprecatedFeatureLogMessage)static booleanVersionConforming. validatePdfVersionForDictEntry(PdfDocument document, PdfVersion expectedVersion, PdfName entryKey, PdfName dictType)static booleanVersionConforming. 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 PdfVersionTagStructureContext. tagStructureTargetVersionMethods in com.itextpdf.kernel.pdf.tagutils that return PdfVersion Modifier and Type Method Description PdfVersionTagStructureContext. 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 voidLayoutTaggingHelper. 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 PdfVersionPdfADocument. getPdfVersionAccordingToConformance(PdfAConformance aConformance)
-