Browse our Products

Aspose.PDF for Python via Java 23.8 Release Notes

Improvements and Changes

KeySummaryCategory
PDFPYTHONJAVA-87Implement extract text using TextAbsorberNew 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