Daniel Haryadi

Results 2 issues of Daniel Haryadi

I added the Ptable into document class. I realize if the element is Element.PTABLE it will create a new line through newLine method which create a blank page on my...

bug
help wanted
question

I created 2 PTable, both table should be in separated page. Step 1. document.add(table1) -> fits on page Step 2. document.newPage() Step 3. document.add(table2) -> this is not fit on...

bug
help wanted