Downloads and Changelogs of the SetaPDF-Extractor
The following table will show you all changelogs and available downloads of the SetaPDF-Extractor component. A full overview of all your licenses is available in your personal Pickup Depot.
SetaPDF-Extractor
Version 2.41.0.1834
Release date: 2023-02-21
SetaPDF-Core Component
Feature
- Added SetaPDF_Core_Text_RichTextBlock which supports simple HTML tags to draw styled text.
- Added align constant SetaPDF_Core_Text::JUSTIFY_ALL.
- Implemented align SetaPDF_Core_Text::JUSTIFY_ALL in SetaPDF_Core_Text_Block.
Bugfix
- Fixed handling of bookmark outlines without a Count entry in the outline dictionary.
- Add additional line-break between revisions when using incremental update.
- Fixed ToUnicode creation if a UTF-16 value is evaluated to a numeric index in the mapping array.
Tweak
- Introduced SetaPDF_Core_Text_Block::setTextWidth() and marked SetaPDF_Core_Text_Block::setWidth() as deprecated.
- Ignore invalid values in SetaPDF_Core_Document_Appearance::getAppearance() method instead of throwing an exception.
- Check for numeric values in SetaPDF_Core_DataStructure_Color::createByComponents().
- Validate hex input in SetaPDF_Core_DataStructure_Color::hexToRgb().
- Added support for 3-character length hex value in SetaPDF_Core_DataStructure_Color::hexToRgb().