Browse our Products
Aspose.PDF for Java 20.6 Release Notes
This page contains release notes information for Aspose.PDF for Java 20.6.
Improvements and Changes
Key | Summary | Category |
---|---|---|
PDFJAVA-39432 | PDF to CSV conversion support | New Feature |
PDFJAVA-39319 | Exception on adding HOCR data | Bug |
PDFJAVA-39019 | Import from XFDF issue | Bug |
PDFJAVA-38438 | The text isn’t properly aligned in PNG and TIFF outputs | Bug |
PDFJAVA-39391 | Support for OSGI environment | Bug |
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()