Changelogs & Release Notes

Show changelog from version to

5 Bugfixes
4 Features
4 Tweaks
SetaPDF-Merger Component
Bugfix
  • Translate standard constants (Description, File Name) to Acrobat specific values in setSort().
  • Return an empty array in SetaPDF_Merger_Collection_Folder::_getFiles() if the embedded files name tree is missing.
SetaPDF-Core Component
Feature
  • Added setTabOrder() and getTabOrder() in SetaPDF_Core_Document_Page_Annotations class.
  • Added method to normalize line breaks: SetaPDF_Core_Text::normalizeLineBreaks().
  • Added SetaPDF_Core_Document::getSaveMethod() and renamed $update parameter in save() method to $saveMethod (meaning is the same as before).
  • Added support for PDF documents with invalid data before their PDF file header.
Bugfix
  • Fixed a bug which occurs if AES encryption is used while the Length value of a stream is an indirect object which is already written because of the SetaPDF_Core_Document::SAVE_METHOD_REWRITE_ALL save method.
  • Prevent "String offset cast occured" notice in abstract reader class.
  • Fixed SetaPDF_Core_Document_Destination::findByName() when name was not found.
Tweak
  • Normalizes line breaks in SetaPDF_Core_Text_Block class.
  • Check for null bytes in file names before passing them to PHP functions to prevent warnings or notices.
  • Added support for faulty objects with a generation number higher than zero in object streams.
  • Allow date strings without "D:" prefix.