Changelogs & Release Notes

Show changelog from version to

9 Bugfixes
5 Features
3 Tweaks
SetaPDF-Core Component
Feature
  • Added JPEG 2000 support
  • SetaPDF_Core_Font_TrueType_Parser uses now BinaryReader instead of own implementation
  • SetaPDF_Core_Font::get can now use IndirectObjects
  • Implemented SetaPDF_Core_TransparencyGroup
  • Implemented class for parsing errorious crossreference tables
Bugfix
  • Fixed bug on SetaPDF_Core_Reader_File::reset which appeared with a negative pos param
  • Fixed bug in SetaPDF_Core_Reader_Abstract::readBytes() while reading up to end
  • Fixed problems with utf-16 under ubuntu
  • Fixed bug in SetaPDF_Core_Reader_Binary::readUInt32 with reading little endian on 32bit machines
  • Fixed bug in SetaPDF_Core_Type_Numeric::ensure32BitInteger
  • Fixed invalid Info dictionary in trailer - shall be an indirect reference
  • Fixed writing of changed objects after resolving referenced objects
  • Fixed SetaPDF_Core_PageFormats::getFormat()
  • Fixed resolving of action values (uri, name)
Tweak
  • Documentation updates
  • Optimized resolving of page objects
  • Optimized SecHandler/SecHandler_Standard