You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support for Table cells that span multiple rows via the rowspan attribute, which can be combined with colspan - thanks to @mjasperse
TableSpan.COL and TableSpan.ROW enums that can be used as placeholder table entries to identify span extents - thanks to @mjasperse
Fixed
when adding a link on a table cell, an extra link was added erroneously on the left. Moreover, now FPDF._disable_writing() properly disable link writing.
outer table borders are now drawn continuously for nonzero gutter_width/gutter_height, with spacing applied inside the border similar to HTML tables - thanks to @mjasperse - cf. #1071
removed the requirement that all rows in a Table have the same number of columns - thanks to @mjasperse
Deprecated
font aliases (Arial → Helvetica, CourierNew → Courer, TimesNewRoman → Times). They will be removed in a later release.