Closed sventschui closed 4 years ago
I have a PDF with multiple tables. For the page break one of these tables is torn apart. Is there a possibility to move the entire table to a new page instead of only some of its rows?
Did you try adding a new PLPageBreak() before the table?
new PLPageBreak()
Wrapping the tables in another table with each cell set to PLTableCell.setVertSplittable(false) does what I was looking for :)
PLTableCell.setVertSplittable(false)
Ok cool :)
I have a PDF with multiple tables. For the page break one of these tables is torn apart. Is there a possibility to move the entire table to a new page instead of only some of its rows?