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
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.