Re: [iText-questions] Need to insert contents of the file u nder asection

2007-10-13 Thread Venkatesh Kamath
then how to include complete pages under a section using java i-text. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration

[iText-questions] need to include a complete page

2007-10-13 Thread venkatesh kamath
  Hi All, how to a include a complete page from other file(pdf) under a section. Thanks in advance.- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log

[iText-questions] wrapping problem

2007-10-13 Thread coolbaba
I want to display the text or a number in a PdfPTable cell with out wrapping down. my requirement is,if I have 40 characters text , it has to be displayed in one line with out wrapping down. Is it possible with iText library? -- View this message in context:

Re: [iText-questions] wrapping problem

2007-10-13 Thread mister bean
Use cell.setNoWrap(true) as illustrated on page 173 of the book. ---mr. bean coolbaba wrote: I want to display the text or a number in a PdfPTable cell with out wrapping down. my requirement is,if I have 40 characters text , it has to be displayed in one line with out wrapping down. Is