Reference for changes in Java interface
This section lists all changes in the Java interface between 3-Heights® PDF Toolbox API and the PDF Toolbox SDK. Interface elements are ordered alphabetically by PDF Toolbox SDK namespace.
info
For the full API reference for the PDF Toolbox SDK, see Java API reference.
com.pdf_tools.internal.NativeObject
[Class] com.pdf_tools.internal.NativeObject → com.pdf_tools.fourheights.pdftoolbox.internal.NativeObject |
---|
|
Base namespace
com.pdf_tools.fourheights.pdftoolbox.ConformanceException
[Class] com.pdf_tools.fourheights.pdftoolbox.ConformanceException |
---|
Extends PdfToolboxException .Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.CONFORMANCE . See Exceptions. |
com.pdf_tools.fourheights.pdftoolbox.CorruptException
[Class] com.pdf_tools.fourheights.pdftoolbox.CorruptException |
---|
Extends PdfToolboxException. Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.CORRUPT . See Exceptions. |
com.pdf_tools.ErrorCode
[Enum.] com.pdf_tools.ErrorCode → com.pdf_tools.fourheights.pdftoolbox.ErrorCode |
---|
Removed. See Exceptions. |
com.pdf_tools.ErrorCodeException
[Class] com.pdf_tools.ErrorCodeException → com.pdf_tools.fourheights.pdftoolbox.PdfToolboxException |
---|
Removed method getCode . In all affected methods, the ErrorCodeExceptionwithErrorCode.IO has been substituted by a java.io.IOException . See Exceptions. |
com.pdf_tools.fourheights.pdftoolbox.LicenseException
[Class] com.pdf_tools.fourheights.pdftoolbox.LicenseException |
---|
Extends PdfToolboxException. Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.LICENSE . See Exceptions. |
com.pdf_tools.fourheights.pdftoolbox.PasswordException
[Class] com.pdf_tools.fourheights.pdftoolbox.PasswordException |
---|
Extends PdfToolboxException. Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.PASSWORD . See Exceptions. |
com.pdf_tools.fourheights.pdftoolbox.Sdk
[Class] com.pdf_tools.fourheights.pdftoolbox.Sdk |
---|
|
com.pdf_tools.pdf.StringMap
[Class] com.pdf_tools.pdf.StringMap → com.pdf_tools.fourheights.pdftoolbox.pdf.StringMap |
---|
Removed implementation of the AutoCloseable interface. See AutoCloseable implementation removed. |
com.pdf_tools.fourheights.pdftoolbox.UnknownFormatException
[Class] com.pdf_tools.fourheights.pdftoolbox.UnknownFormatException |
---|
Extends PdfToolboxException. Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.UNKNOWN_FORMAT . See Exceptions. |
com.pdf_tools.fourheights.pdftoolbox.UnsupportedFeatureException
[Class] com.pdf_tools.fourheights.pdftoolbox.UnsupportedFeatureException |
---|
Extends PdfToolboxException. Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.UNSUPPORTED_FEATURE . See Exceptions. |
geometry namespace
com.pdf_tools.pdf.Rotation
[Enum.] com.pdf_tools.pdf.Rotation → com.pdf_tools.fourheights.pdftoolbox.geometry.Rotation |
---|
Renamed enum value NO_ROTATION → NONE . |
com.pdf_tools.pdf.TextAlignment
[Enum.] com.pdf_tools.pdf.TextAlignment → com.pdf_tools.fourheights.pdftoolbox.geometry.HorizontalAlignment |
---|
pdf.geometry.integer namespace
com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size
[Struct] com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size |
---|
Image and ImageMask to substitute the removed methods Image.getWidth , Image.getHeight , ImageMask.getWidth , and ImageMask.getHeight . See Image size and image mask size. |
geometry.real namespace
com.pdf_tools.Point
[Struct] com.pdf_tools.Point → com.pdf_tools.fourheights.pdftoolbox.geometry.real.Point |
---|
New base class com.pdf_tools.fourheights.pdftoolbox.internal.NativeBase . See Structs extend NativeBase. |
com.pdf_tools.Rectangle
[Struct] com.pdf_tools.Rectangle → com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle |
---|
|
com.pdf_tools.Size
[Struct] com.pdf_tools.Size → com.pdf_tools.fourheights.pdftoolbox.geometry.real.Size |
---|
New base classcom.pdf_tools.fourheights.pdftoolbox.internal.NativeBase . See Structs extend NativeBase. |
com.pdf_tools.pdf.Transformation
[Class → Struct] com.pdf_tools.pdf.Transformation → com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform |
---|
|
pdf namespace
com.pdf_tools.pdf.Conformance
[Enum.] com.pdf_tools.pdf.Conformance → com.pdf_tools.fourheights.pdftoolbox.pdf.Conformance |
---|
|
com.pdf_tools.pdf.CopyOption
[Enum.] com.pdf_tools.pdf.CopyOption |
---|
Removed. Substituted by [pdf.PageCopyOptions ] and pdf.navigation.OutlineCopyOptions . See Copy options. |
com.pdf_tools.fourheights.pdftoolbox.pdf.CopyStrategy
[Enum.] com.pdf_tools.fourheights.pdftoolbox.pdf.CopyStrategy |
---|
Values:
CopyOption . See Copy options. |
com.pdf_tools.pdf.Document
[Class] com.pdf_tools.pdf.Document → com.pdf_tools.fourheights.pdftoolbox.pdf.Document |
---|
|
com.pdf_tools.pdf.EncryptionParams
[Struct → Class] com.pdf_tools.pdf.EncryptionParams → com.pdf_tools.fourheights.pdftoolbox.pdf.Encryption |
---|
New constructor Encryption(String userPassword, String ownerPassword, Permission permissions) . |
com.pdf_tools.pdf.FileReference
[Class] com.pdf_tools.pdf.FileReference → com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference |
---|
|
com.pdf_tools.pdf.FileReferenceList
[Class] com.pdf_tools.pdf.FileReferenceList → com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList |
---|
Removed implementation of the AutoCloseable interface. See AutoCloseable implementation removed |
com.pdf_tools.pdf.Metadata
[Class] com.pdf_tools.pdf.Metadata → com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata |
---|
|
com.pdf_tools.fourheights.pdftoolbox.pdf.NameConflictResolution
[Enum.] com.pdf_tools.fourheights.pdftoolbox.pdf.NameConflictResolution |
---|
Values:
CopyOption . See Copy options. |
com.pdf_tools.pdf.Page
[Class] com.pdf_tools.pdf.Page → com.pdf_tools.fourheights.pdftoolbox.pdf.Page |
---|
|
com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions |
---|
Members:
|
com.pdf_tools.pdf.PageList
[Class] com.pdf_tools.pdf.PageList → com.pdf_tools.fourheights.pdftoolbox.pdf.PageList |
---|
Removed implementation of the AutoCloseable interface. See AutoCloseable implementation removed |
com.pdf_tools.pdf.Permission
[Enum.] com.pdf_tools.pdf.Permission → com.pdf_tools.fourheights.pdftoolbox.pdf.Permission |
---|
com.pdf_tools.fourheights.pdftoolbox.pdf.RemovalStrategy
[Enum.] com.pdf_tools.fourheights.pdftoolbox.pdf.RemovalStrategy |
---|
Values:
CopyOption . See Copy options. |
pdf.annotations namespace
com.pdf_tools.pdf.Annotation
[Class] com.pdf_tools.pdf.Annotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Annotation |
---|
|
com.pdf_tools.pdf.AnnotationLineEnding
[Enum.] com.pdf_tools.pdf.AnnotationLineEnding → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineEnding |
---|
|
com.pdf_tools.pdf.AnnotationList
[Class] com.pdf_tools.pdf.AnnotationList → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList |
---|
Removed implementation of the AutoCloseable interface. See AutoCloseable implementation removed |