Browse our Products

Aspose.PDF for Java 19.3 Release Notes

Features and Improvements

KeySummaryCategory
PDFJAVA-38453Add a field to the ScreenAnnotation class that provides access to the annotation resourceNew Feature
PDFJAVA-38446NullPointerException occurred while adding text stampBug
PDFJAVA-38445NullPointerException occurred while adding text stampBug
PDFJAVA-37369Sign a password protected PDF fileBug
PDFJAVA-38403License is not set while converting Image To PDFBug
PDFJAVA-38155The footer shifts down and disappear for multiple pageBug

Public API Changes

Added the following methods:

com.aspose.pdf.ExplicitDestination.toString()
com.aspose.pdf.FontRepository.clear()
com.aspose.pdf.IAppointment.toString()
com.aspose.pdf.RenditionAction.getRendition()
com.aspose.pdf.RenditionAction.getRenditionOperation()
com.aspose.pdf.RenditionAction.setRenditionOperation(int)
com.aspose.pdf.RenditionAction.getJavaScript()
com.aspose.pdf.RenditionAction.setJavaScript(String)
com.aspose.pdf.Signature.getCustomAppearance()
com.aspose.pdf.Signature.setCustomAppearance(SignatureCustomAppearance)
com.aspose.pdf.tagged.logicalstructure.elements.StructureElement.getID()
com.aspose.pdf.OutlineItemCollection.hasNext()
com.aspose.pdf.PdfAction.toString()
com.aspose.pdf.tagged.logicalstructure.elements.StructureElement.generateId()
com.aspose.pdf.tagged.logicalstructure.elements.StructureElement.setId(String)
com.aspose.pdf.tagged.logicalstructure.elements.StructureElement.clearId()
com.aspose.pdf.tagged.logicalstructure.StructTreeRootElement.getIDTree()
com.aspose.pdf.TextFormattingOptions.getFirstLineIndent()
com.aspose.pdf.TextFormattingOptions.setFirstLineIndent(float)
com.aspose.pdf.TextParagraph.getFirstLineIndent()
com.aspose.pdf.TextParagraph.setFirstLineIndent(float)

Added the following fields:

com.aspose.pdf.taggedpdf.TaggedPdfExceptionCode.StructureElement_StructureElementWithIdAlreadyExists
com.aspose.pdf.taggedpdf.TaggedPdfExceptionCode.StructureElement_StructureElementIdCanNotBeNullOrEmpty

Added the following classes:

com.aspose.pdf.MediaClip
com.aspose.pdf.MediaClipData
com.aspose.pdf.MediaClipSection
com.aspose.pdf.MediaRendition
com.aspose.pdf.Rendition
com.aspose.pdf.RenditionOperation
com.aspose.pdf.RenditionType
com.aspose.pdf.SelectorRendition
com.aspose.pdf.SignatureCustomAppearance