News Archive

SetaPDF Released in Version 2.43.0.18992023-12-11

Merry Christmas with SetaPDF!The year is coming to an end and we're releasing our last SetaPDF version for 2023. It comes with some bugfixes for very rare situations and mostly tweaks for stability.

We are also finally shipping trial versions for PHP 8.2 as of this version.

Merry Christmas and a Happy New Year from the Team of Setasign!

Check the release notes of the components below.
Log in to download the latest version of the related packages!

switch product

Version 2.43.0.1899

Release date: 2023-12-11
SetaPDF-Core Component
Feature
  • Added delete() method in SetaPDF_Core_Document_Catalog_AcroForm which allows you to remove/delete form field information from the AcroForm entry.
Bugfix
  • Fixed getCalculationOrderArray() in SetaPDF_Core_Document_Catalog_AcroForm to not create a CO entry if $create parameter is set to false.
  • Aligned fseek() behavior in stream reader class for different stream types/stream wrappers.
Tweak
  • Handle text operators without a text object in text graphic state.
  • Code style, doc-block optimizations and cleanup.
  • Make use of SetaPDF_Core::isZero() method.
  • Optimized getPageByAnnotation() method in SetaPDF_Core_Document_Catalog_Pages to use the /P entry of an annotation, if available.
  • Make use of SetaPDF_Core_Type_Array::indexOf() instead of a manual search in SetaPDF_Core_Document_Page_Annotations:: remove() method.
  • Fixed and optimized getPageNumberByIndirectObject() in SetaPDF_Core_Document_Catalog_Pages if called with an object of another document instance.
  • Increased default nesting level of graphic states to 100 (the limit was removed in PDF 2.0 completely).
  • Harden data types in SetaPDF_Core_Type_Stream::_applyFilter() method.
  • Added possibility to ignore faulty stream on a lower level in StreamProxyInterface implementations.
  • Optimized handling of uncommon flate encoded streams (Optimized fallback logic).