Downloads and Changelogs of the SetaPDF-FormFiller
The following table will show you all changelogs and available downloads of the SetaPDF-FormFiller component. A full overview of all your licenses is available in your personal Pickup Depot.
switch product
Version 2.41.0.1834
Release date: 2023-02-21
SetaPDF-FormFiller Full Component
Feature
- Added $recreateAppearanceIfNeedAppearancesIsSet parameter to all flatten() methods of all field classes and the main Fields class to support an automated re-creation of the field appearance during the flatten process if the NeedAppearance flag is set.
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().