Skip to content

fix for PDF export breaking after long tables

Dan Visel requested to merge pdf-export-table-fix into main

Something changed in the way Chrome breaks tables; this affects the way PagedJS handles tables, and sometimes a PDF will contain now content after a long table. This MR is just a quick fix for table export – a more thorough change (to deal with multiple-page tables) will require changes in PagedJS.

Merge request reports