gstrickland
Results
1
comments of
gstrickland
Pasting the code did not work, trying again. ```java private void drawTable(TableBuilder builder, List rowLines, boolean newPageIfWontFit) throws IOException { Table table = builder.buildTable(rowLines, page, startY); if (table.getCurrentPage() != page)...