Browse our Products

Aspose.PDF for Java 20.2 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-39123Option for excluding font resources when saving PDF as HTMLNew Feature
PDFJAVA-36820PDF to DOCX - API is taking longer to Convert the DocumentEnhancement
PDFJAVA-39092Exception on converting PDF to DOCXBug
PDFJAVA-36904Exceptions encountered converting PDF to DOCXBug
PDFJAVA-38595ArrayIndexOutOfBoundsException exception occurs while extracting paragraphsBug
PDFJAVA-38604An exception occurred during iterating PdfActions in Outline ItemsBug
PDFJAVA-39061Documentation on how Aspose libraries cache user data/files for performanceBug
PDFJAVA-39124Saving a page from a document throws NullPointerExceptionBug
PDFJAVA-38678Exception while adding the stampBug

Public API and Backward Incompatible Changes

Changes in class com.aspose.pdf.Annotation

Deprecated Methods

  • getHorizontalAlignment_Annotation_New()
  • setHorizontalAlignment_Annotation_New(int)

Added Methods

  • getTextHorizontalAlignment()
  • setTextHorizontalAlignment(int)

Changes in class com.aspose.pdf.TextBoxField

Added Methods

  • getTextVerticalAlignment()
  • setTextVerticalAlignment(int)

Changes in class com.aspose.pdf.DocSaveOptions

Added Methods

  • getBatchSize()
  • setBatchSize(int)

Changes in class com.aspose.pdf.HtmlSaveOptions

Added Field

  • public static final int DontSave = 4;

Removed Classes

  • Removed internal class com.aspose.pdf.OcspSettings from public API.