Table over multiple pages with cell borders
Hello! I am trying to create a table which spans over multiple pages. I want the cells to have space between them and the only way I found to do this is to add an "invisible" bottom border to the cell. It is not perfect, but it works. If I add spacing, it also adds space on the sides, and I don't want that.
The problem is that I get a NPE when the table reaches page 2, and it is because the cellGraphics object on the context is set to null at this line
Is this a bug or am I doing something wrong?
Hello! I am trying to create a table which spans over multiple pages. I want the cells to have space between them and the only way I found to do this is to add an "invisible" bottom border to the cell. It is not perfect, but it works. If I add spacing, it also adds space on the sides, and I don't want that.
The problem is that I get a NPE when the table reaches page 2, and it is because the cellGraphics object on the context is set to null at this line
Is this a bug or am I doing something wrong?
Could you please share an example code that causes this?
Hi @Alexandru-Pirvu , have you found a solution for this issue? Pull requests are welcome!
Hi, I'd like to work on this issue for a school project. Thanks!
Pull requests are welcome.
Pull requests are still welcome.