Changelogs & Release Notes

Show changelog from version to

1 Bugfixes
11 Features
8 Tweaks
SetaPDF-FormFiller Component
Tweak
  • Optimized SetaPDF_FormFiller_Field_Abstract::setFieldFlags() to allow setting the whole flag at once
  • Remove XFA information via the save() method if defined and if no field was touched
  • Refactored code to use SetaPDF_Core_Encoding wrapper instead of iconv.
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