News Archive

New Versions2013-10-14

We released new versions of all SetaPDF 2.x components!

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

switch product

Version 2.9.0.545

Release date: 2013-10-14
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.
Demo
  • Updated and added several PDF documents.
  • Added several test documents.