Changelogs & Release Notes

Show changelog from version to

1 Bugfixes
3 Features
4 Tweaks
SetaPDF-Merger Component
Feature
  • Allow more control over named destinations configuration in addFile() and addDocument() methods.
  • Add fit mode option to outlines configuration in addFile() and addDocument() methods.
SetaPDF-Core Component
Feature
  • Added getFitMode() and setFitMode() methods to SetaPDF_Core_Document_Destination class.
Bugfix
  • Fixed saving of object streams when using SetaPDF_Core_Document::SAVE_METHOD_REWRITE_ALL on documents with previously updated objects in several object streams.
Tweak
  • Optimized handling of EOL marker at the end of streams.
  • Add /P entry in annotation dictionary automatically when it is added to a pages annotation dictionary.
  • Optimized writing of unchanged object streams (no reading of unused values - performance improvement)
  • Added SetaPDF_Core_Type_Raw class to improve performance for RawPdf parser.