Changelogs & Release Notes

Show changelog from version to

0 Bugfixes
6 Features
9 Tweaks
SetaPDF-Merger Component
Feature
  • Added support for handling of tagged PDFs (can be enabled via the new Merger::setHandleTags() method).
Tweak
  • Moved several internal methods into handler classes for better overview.
SetaPDF-Core Component
Feature
  • Added PdfArray::filter() method.
  • Added support for <a>-Tags in RichTextBlock.
  • Added PdfA::addSchemaExtension() method to easily add schema extension entries.
  • Added Xmp\PdfUa helper class to get PDF/UA part information or update PDF/UA-1 and PDF/UA-2 metadata.
  • Added new methods (getClassMapDictionary(), getRoleMapDictionary(), getNamespacesArray()) to Catalog\StructTreeRoot class.
Tweak
  • Added name to default viewing dictionary in the OCProperties dictionary.
  • Added encoding check in RichTextBlock::setText().
  • Added $usedTransformationMatrix parameter to XObject::draw() methods.
  • Improved handling of recursive structures in page tree.
  • Improved handling of recursive structures in document outlines.
  • Improved handling of recursive structures in name and number trees.
  • Improved handling of recursive structures in AcroForm.
  • Make use of PdfA::addSchemaExtension() in all XMP helper classes.