Changelogs & Release Notes

Show changelog from version to

0 Bugfixes
3 Features
4 Tweaks
SetaPDF-Merger Component
Tweak
  • Added XMP metadata creation to the merge() method.
SetaPDF-Core Component
Feature
  • Added getPermissions() method to SetaPDF_Core_Document_Catalog which returns the documents SetaPDF_Core_Document_Catalog_Permissions instance allowing you to check for and remove defined "usage right".
  • Added removeXfaInformation() method to SetaPDF_Core_Document_Info class.
  • Added isXfaForm() method to SetaPDF_Core_Document_Catalog_AcroForm class.
Tweak
  • Optimized doc block comments.
  • Added possibility to add/remove callbacks to the document instance which will be called before the save() method is processed via the add/removeBeforeSaveCallback() methods.
  • Added support for handling invalid cross-references with more than 20 bytes per entry.