Browse our Products

Aspose.PDF for Java 20.7 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-39591Change XImage.Name results corrupted PDF documentEnhancement
PDFJAVA-39536Load XPS document - FileLoadException is thrownBug
PDFJAVA-37882Different PDFA size with files having same contentBug
PDFJAVA-39279ClassCastException while getting the annotation.getModified();Bug
PDFJAVA-36067TextSegment formatting issuesBug
PDFJAVA-39551Save bulleted lists to DOCX format in EnchantedFlow modeBug

Public API and Backwards Incompatible Changes

New Classes

  • com.aspose.pdf.TxtLoadOptions

New Methods

  • com.aspose.pdf.IDocument.convertWithSkippingErrors(Document.CallBackGetHocr)
  • com.aspose.pdf.PdfFormatConversionOptions.getConvertSoftMaskAction()
  • com.aspose.pdf.PdfFormatConversionOptions.setConvertSoftMaskAction(int)
  • com.aspose.pdf.Resources.clearImagesCache()
  • com.aspose.pdf.XImage.rename(String)

New Fields

  • com.aspose.pdf.ExcelSaveOptions.ExcelFormat.CSV = 2
  • com.aspose.pdf.ImageDeleteAction.KeepContents = 0
  • com.aspose.pdf.LoadFormat.TXT = 12;

Changes

  • com.aspose.pdf.ImageDeleteAction.None value changed: 0 -> 1
  • com.aspose.pdf.ImageDeleteAction.ForceDelete value changed: 1 -> 2
  • com.aspose.pdf.ImageDeleteAction.Check value changed: 2 -> 3