Browse our Products

Aspose.PDF for Java 20.1 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-37208Extracting the text content from stamp annotationNew Feature
PDFJAVA-37806PCL to PDF OutOfMemoryError occurredBug
PDFJAVA-37808PCL to PDF Program hangs keeps running without generating fileBug
PDFJAVA-38822Exception CrossTableNotFoundException while getting the pageBug
PDFJAVA-39049merging XFDF with the PDF template produces all checkboxes uncheckedBug
PDFJAVA-38828NullPointerException on parsing annotation with 3D contentBug
PDFJAVA-34799PDF to EPUB - Resultant file is not correctBug
PDFJAVA-36630HTML to PDF having float not workingBug
PDFJAVA-36004PDF to HTML - Static text appears as HyperlinkBug
PDFJAVA-36311PDF to DOC: text line missingBug
PDFJAVA-37273SVG to PDF - the image is being displacedBug
PDFJAVA-37032EPUB to PDF - Exception during conversionBug
PDFJAVA-39025NullPointerException Since 19.8 versionBug

Public API and Backwards Incompatible Changes

Changed parameter type for methods

  • com.aspose.pdf.Border.setHCornerRadius
  • com.aspose.pdf.Border.getVCornerRadius
  • int -> double

Added new methods

  • com.aspose.pdf.Form.getAutoRecalculate">
  • com.aspose.pdf.Form.setAutoRecalculate(boolean)">
  • com.aspose.pdf.XImageCollection.delete(int,int)">
  • com.aspose.pdf.XImageCollection.delete(String,int)">

Added New Class

  • com.aspose.pdf.ImageDeleteAction"> with fields
    • None
    • ForceDelete
    • Check

Added default constructor in class

  • com.aspose.pdf.Table