Skip to content

Images can now be embedded as CMYK - Docs for using Pygal & FastAPI - Various bugfixes

Compare
Choose a tag to compare
@Lucas-C Lucas-C released this 28 Apr 16:01
· 318 commits to master since this release

Added

Fixed

  • FPDF.table(): images no more overflow cells
  • FPDF.table(): text overflow in the last cell of the header row is now properly handled
  • FPDF.table(): when align="RIGHT" is provided, the page right margin is now properly taken in consideration

Changed

  • FPDF.write_html() does not render the top row as a header, in bold with a line below, when no <th> are used, in order to be more backward-compatible with earlier versions of fpdf2 - cf. #740

Deprecated

  • the split_only optional parameter of FPDF.multi_cell(), which is replaced by two new distincts optional parameters: dry_run & output