Changelogs & Release Notes

Show changelog from version to

2 Bugfixes
2 Features
4 Tweaks
SetaPDF-Core Component
Feature
  • Added abstract class SetaPDF_Core_Canvas_Operators and implemented it in all SetaPDF_Core_Canvas_* classes to allow straight access to draw(), path() and text()
  • Allowed support for hex encoded rgb-color values in SetaPDF_Core_DataStructure_Color
Bugfix
  • Fixed setting of custom metadata with special chars (e.g. whitespace) in its key.
  • Removed permission check in SetaPDF_Core_Document_Info::setModDate().
Tweak
  • Added support for an array parameter in SetaPDF_Core_Document_Page::setBoundary()
  • Removed "Content-Type: application/download" from HTTP writers for better support of Android and iOS devices.
  • Added permission check in SetaPDF_Core_Document::setSecHandler()
  • Optimized SetaPDF_Core_Document_Action::getIndirectObject() to allow automatic creation of an indirect object if not already exists.