Changelogs & Release Notes

Show changelog from version to

1 Bugfixes
6 Features
7 Tweaks
SetaPDF-FormFiller Component
Tweak
  • Removed class_exists calls to avoid problems with foreign autoload-implementations.
SetaPDF-Core Component
Feature
  • Make all PDF types cloneable in a specific document context through a deepClone() method.
  • Added writeTo() methods to all PDF types to allow more control over the content written to a document instance (e.g. get the writers byte offset after or before a type was written).
  • Added a special PDF type "Callback" that acts like a proxy for any other PDF type. It lets you add callbacks for any method of the main PDF type.
  • Added SetaPDF_Core_Document::(set|get)DirectWrite() method to control whether PDF types should be written individually or after assembling a single string.
  • Added SetaPDF_Core_Document::objectRegistered() to check if an object instance is registered to the document instance.
  • Added setAll() method to SetaPDF_Core_Document_Info to allow copying of metadata from one instance to another
Bugfix
  • Added missing ensure() calls in SetaPDF_Core_DataStructure_Tree class
Tweak
  • Optimized SetaPDF_Core_Document_OutlinesItem::setDestination() to allow a PHP string as parameter
  • Make SetaPDF_Core_Document_Catalog_AcroForm::resolveFieldName() return an array by passing true as the snd parameter.
  • Sync "Size" with document and its cross reference instance.
  • Fixed missing sprintf in an error message in SetaPDF_Core_Document_Info
  • Added some "true" arguments to ensure() calls.
  • Added handling for removing an already send BOM or white spaces to the Http writer classes