Skip to content

PDF encryption - skewing - markdown hyperlinks - Python 3.11

Compare
Choose a tag to compare
@Lucas-C Lucas-C released this 13 Jan 17:39
· 339 commits to master since this release

Added

Changed

  • FPDF.add_link() creates a link to the current page by default, and now accepts optional parameters: x, y, page & zoom.
    Hence calling set_link() is not needed anymore after creating a link with add_link().
  • FPDF.write_html() now generates warnings for unclosed HTML tags, unless warn_on_tags_not_matching=False is set

Fixed