Browse our Products

Aspose.PDF for Java 20.6 Release Notes

Improvements and Changes

KeySummaryCategory
PDFJAVA-39432PDF to CSV conversion supportNew Feature
PDFJAVA-39319Exception on adding HOCR dataBug
PDFJAVA-39019Import from XFDF issueBug
PDFJAVA-38438The text isn’t properly aligned in PNG and TIFF outputsBug
PDFJAVA-39391Support for OSGI environmentBug

Public API and Backwards Incompatible Changes

New Methods

  • com.aspose.pdf.Document.convertWithSkippingErrors(CallBackGetHocr)
  • com.aspose.pdf.IDocument.convertWithSkippingErrors(Document.CallBackGetHocr)"

New Fields

  • com.aspose.pdf.ExcelSaveOptions.ExcelFormat.CSV
  • com.aspose.pdf.LoadFormat.TXT

New Class

  • com.aspose.pdf.TxtLoadOptions

Changes to Existing API

Changed the return type (java.util.List instead of IGenericList) for the following methods:

  • com.aspose.pdf.TableAbsorber#getTableList()
  • com.aspose.pdf.AbsorbedTable#getRowList()
  • com.aspose.pdf.AbsorbedRow#getCellList()