Skip to content

v1.5.0

Choose a tag to compare

@dragonofmercy dragonofmercy released this 04 Jun 13:18
· 273 commits to main since this release

Added

  • Table cell spanning: data cells span columns with Cell::colSpan(), plus grouped headers via TableStyle::withColumnGroups() and ColumnGroup (rowspan not yet supported).
  • Multi-column text flow: Page::columns() flows cell() and markdown() across equal-width columns, filling each column before the next and continuing onto new pages.
  • Text justification: TextAlign::JUSTIFY fills each wrapped line to the cell width for both Page::cell() and Page::table() columns.