[iText-questions] A problem wifth PDF of big size

2003-07-30 Thread Werewolf
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 ---

[iText-questions] Problems with setting Cell width

2003-07-22 Thread Werewolf
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