Changelogs & Release Notes

Show changelog from version to

1 Bugfixes
12 Features
5 Tweaks
SetaPDF-Merger Component
Feature
  • Appending a bookmark outline to a previously defined bookmark outline node is possible now.
SetaPDF-Core Component
Feature
  • Added new action types: ImportData, ResetForm and SubmitForm
  • Added optional usage of mb_* functions for encoding handling if iconv is not installed properly.
  • Added ICC profile parser and stream classes
  • Added handling for color spaces
  • Added special color class for handling color values that depends on the current color space
  • Added handling of Output Intents
  • Added a content parser class
  • Added SetaPDF_Core_XObject_Image::getColorSpace() method
  • Added SetaPDF_Core_Canvas::setColorSpace() + alias methods
  • SetaPDF_Document_Page_Annotation::getAppearance() allows to received the appearance object by a subtype now.
  • Added SetaPDF_Core_Font::getType() method to receive the subtype of a font.
Bugfix
  • Fixed FileSpecification set*-methods
Tweak
  • Refactored code to use SetaPDF_Core_Encoding wrapper instead of iconv.
  • Completed DocBlock
  • Added default empty Resource dictionary to new created pages
  • Added prototype class for Type0 fonts
  • Typos in exception messages