[iText-questions] problem in table

2005-02-13 Thread Sameer Kumar
hi i have nested PdfPTable my outer table column contain table which is more then one page then got error ERROR: Infinite table loop at the last after rendering the table Thanks & Regards Sameer kumar Ext-1519 *

[iText-questions] How to set the default font and paragraph alignment

2005-02-13 Thread Kar, Sagar (Genworth, Contractor)
Hi,   I am using the xhtml to pdf converter. i.e I am using the SAXmyHtmlHandler class to generate the pdf document. What I want is to set the default paragraph alignment to JUSTIFIED and the default font to some font family and some size. How do I do that?     thanks, Sagar

[iText-questions] [XML to PDF]Chinese character in XML

2005-02-13 Thread Raymond
Hi, I'm using iText XML to generate pdf. The XML contains some chinese characters. The following is the text xml I had used. test.xml äæ123 I had search through the archive and used the following code in the program. test.java Document poc = new Document(PageSize.A4, 80, 50,

[iText-questions] Autoreply: iText-questions digest, Vol 1 #2702 - 6 msgs

2005-02-13 Thread jens . hsu
·s¦~®¥³ß¡I¥»¤½¥q¤§¬K¸`°²´Á¬°¤G¤ë¤­¤é(¬P´Á¤»)¦Ü¤G¤ë¤Q¥|¤é(¬P´Á¤@)¡A±N©ó¤G¤ë¤Q¤­¤é(¬P´Á¤G)«ì´_¥¿±`¤W¯Z¡C ·q¯¬·s¬K§Ö¼Ö¡A¸U¨Æ¦p·N¡C Our office is closed from February 5 to February 14 due to the Chinese New Year Holiday. The office will be resumed on February 15. Happy New Year. --

RE: [iText-questions] hyperlink

2005-02-13 Thread Gareth Edwards
I have tried this, and for some reason the link doesn't work if the anchor is in a table cell? Any ideas? Cheers Gareth. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie Sent: Saturday, 12 February 2005 6:00 PM To: hwell316 Cc: itext-questi

Re: [iText-questions] Need ur Help

2005-02-13 Thread PA
On Feb 13, 2005, at 11:53, Paulo Soares wrote: iText can't extract text. In that case, take a look at PDFBox: http://www.pdfbox.org/ Cheers -- PA, Onnay Equitursay http://alt.textdrive.com/ --- SF email is sponsored by - The IT Product Guide Read

Re: [iText-questions] Need ur Help

2005-02-13 Thread Paulo Soares
iText can't extract text. - Original Message - From: "karthik nagarajan" <[EMAIL PROTECTED]> To: Sent: Sunday, February 13, 2005 7:21 AM Subject: [iText-questions] Need ur Help > Hai, > i am new to iText.Actually my need is to read a pdf document and extarct the data and i wa

[iText-questions] Need ur Help

2005-02-13 Thread karthik nagarajan
Hai, i am new to iText.Actually my need is to read a pdf document and extarct the data  and i want to place that data into my database.     so my question is can i read from pdf document using java and can i update my table with the read content.     please help me with the example and ref

[iText-questions] RTF editing (or DefaultStyledDocument to iText Document)

2005-02-13 Thread David Chandler
My project (http://thdltools.sourceforge.net/) needs to edit RTF (some is just from MS Word documents saved as RTF, some isn't). I've been using RTFEditorKit but it doesn't preserve indention and centering. Yuck. The DefaultStyledDocument has the whitespace, but when the RTF is output I lose it.