Skip to content

PDF document signing - greek tutorial - better SVG image parsing

Compare
Choose a tag to compare
@Lucas-C Lucas-C released this 16 Aug 12:57
· 551 commits to master since this release

Added

Changed

  • an /ID is now inserted in the trailer dictionary of all PDF documents generated.
    This ID can be controlled through the new file_id() method.
  • the svg.path package was added as a dependency to better parse SVG images

Fixed

  • font_stretching doesn't make text spill out of multi_cell() and write() boundaries anymore, thanks to @gmischler
  • local_context() now always restores the correct font settings after finishing, thanks to @gmischler
  • properly parsing single-digits arguments in SVG paths - cf. #450
  • document outline encoding: it was found to be broken when using a thai font - cf. #458