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
*
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
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,
·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.
--
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
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
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
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
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.