Hello!
When I create PDF with table of small size, it works perfectly.
But if I add 10-20 rows to the table, the browser doesn't open it.
On the other hand, file with big table can be created without any
problems.
What's is the reason?
Maksim
---
Hello!
How can I set width of cell in a table?
There is a method Cell.setWidth(String). So, what should contain
argumebt of this function?
For example, I want to set width = 200px.
I tried the following variants:
cell.setWidth("200px");
cell.setWidth("200");
so, how to solve this problem?
Thank