Browse our Products
Aspose.PDF for Python via Java 23.8 Release Notes
This page contains release notes information for Aspose.PDF for Python via Java 23.8.
Improvements and Changes
Key | Summary | Category |
---|---|---|
PDFPYTHONJAVA-87 | Implement extract text using TextAbsorber | New Feature |
Public API and Backwards Incompatible Changes
Added new Python file Absorbers.py with the following classes:
- asposepdf.Absorbers.TextFormattingMode
- asposepdf.Absorbers.TextSearchOptions
- asposepdf.Absorbers.TextExtractionOptions
- asposepdf.Absorbers.TextAbsorber
- asposepdf.Absorbers.AbsorbedCell
- asposepdf.Absorbers.AbsorbedRow
- asposepdf.Absorbers.AbsorbedTable
- asposepdf.Absorbers.TableAbsorber
- asposepdf.Absorbers.TextFragmentAbsorber
Added new classes in Api.py:
- asposepdf.Api.TextFragment
- asposepdf.Api.TextFragmentCollection
- asposepdf.Api.Rectangle
Method name was renamed:
- asposepdf.Api.PageCollection.getPage - > asposepdf.Api.PageCollection.get_item
Class name was renamed:
- asposepdf.Assist.Rectangle - > asposepdf.Assist.JavaRectangle