[iText-questions] PdfPTable.WriteSelectedRows always wrapping text

2005-12-03 Thread Stewart Meyers
I’m using the Table class to render a table for a Pdf document.  If I set the Cell.NoWrap property to true, it works fine in the body of the document in that it doesn’t wrap the text in the cells.  But when I convert the Table to a PdfPTable using Table.CreatePdfPTable(), then attempt to wr

[iText-questions] Cell.NoWrap function always sets to true (iTextSharp)

2005-12-03 Thread Stewart Meyers
The Cell.NoWrap property sets to true whether you attempt to set it to true or false.  Here is the code snippet from Cell.cs:       public bool NoWrap     {     get     {     return (maxLines == 1);     }       set    

Re: [iText-questions] Re: PDF will not open.

2005-12-03 Thread Vineet Reynolds
Oh yes!! That fits the story. You can download the a example servlet from http://www.onjava.com/onjava/2003/06/18/examples/pdfservlet-files.zip The concerned article can be found here: http://www.onjava.com/pub/a/onjava/2003/06/18/dynamic_files.html  though it doesnt discuss the problem at