I am using a java version of this library and can’t figure out how to set the cell’s height. When I use cell.setFixedHeight() and passing any number less that 18 the content dissapears in output PDF file. Why?
Thank you
I am using a java version of this library and can’t figure out how
Share
Check whether the width and height given for document is not exceeds.
and for cell height you have to give in float value
for e.g
I hope this will help you to proceed further 🙂