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 files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/


[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 events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/


[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: 
http://www.nabble.com/wrapping-problem-tf4619071.html#a13191867
Sent from the iText - General mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/


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 it possible with iText
 library?
 

-- 
View this message in context: 
http://www.nabble.com/wrapping-problem-tf4619071.html#a13192600
Sent from the iText - General mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/