Re: [iText-questions] PdfPTable width and wrapping problem

2007-10-15 Thread Paulo Soares
Re: [iText-questions] PdfPTable width and wrapping problem > > How I can find out text width. I need to apply width for 26 > columns. In these 26 columns, 15 columns would filled up > with 12 digit number. for that I need to apply min 7f for 15 > columns to avoid wrapping of the numbe

Re: [iText-questions] PdfPTable width and wrapping problem

2007-10-15 Thread Naveen Desai
How I can find out text width. I need to apply width for 26 columns. In these 26 columns, 15 columns would filled up with 12 digit number. for that I need to apply min 7f for 15 columns to avoid wrapping of the number. Is it possible to apply 7f for 15 columns.If not is there any other solution. I

Re: [iText-questions] PdfPTable width and wrapping problem

2007-10-14 Thread Paulo Soares
The no wrap is there essentially for the html generation, for pdf it will overwrite the cells. It won't change the cell's dimensions or the font size to fit in the cell. If you want any of this you'll have to measure the text width and act accordingly by changing the cell's dimensions of the font s

[iText-questions] PdfPTable width and wrapping problem

2007-10-14 Thread coolbaba
we are using iText library in our project for generating reports in the PDF format. I am facing problem with text wrap. The report looks following way I have 6 tables in the pdf file. Table table = new Table(6) 3 table are in the first row 1 table is in the second row and 2 tables are in the th