Changelogs & Release Notes

Show changelog from version to

1 Bugfixes
2 Features
4 Tweaks
SetaPDF-Signer Component
Feature
  • Added addOcspResponse() and addCrl() methods to CMS signature class to allow adding several revocation information to the CMS container.
Change
  • Marked SetaPDF_Signer_Signature_Module_Cms::setOcspResponse() as deprecated. Use SetaPDF_Signer_Signature_Module_Cms::addOcspResponse() instead.
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.