I have looked around but not able to get an answer... I am using Itext7 to create a PDF from the data read from a DB and each row/cell can be longer than one line. However, I need to stop when the contents of the table reach the available space and create a new page. I tried table.getHeight()
that is returning null
and nothing I found on SOF so far works.
Any help would be highly appreciated