I will be out of the office starting April 5, 2009 and will not return
until April 13, 2009.
Hello,
Please contact Bob Kawasaki (312) 630-1604 if you need immediate assistance
during this time, thanks.
--
_
wrote:
hi all
I would like to know that itext Whether or not to do Generate
attachment's effect
With iText you can add file attachments to a PDF file.
If that's not the answer you expected, you'll have to rephrase
your question because "understandable your English is difficult."
--
Thi
Hello, everyone
I’ve solved this problem myself. It was my stupidity. It turns
out that I messed up the format of
the xml file. Specifically, I mistakenly messed up the Page attribute. Anyway,
I apologize for my stupidity.
From: im...@hotmail.com
To: itext-questions@lists
Heya!
Since iText's HTMLWorker doesn't add any margin after p elements while
web browsers by default do, I tried adding some using StyleSheet object:
HTMLWorker hWorker = new HTMLWorker(doc);
StyleSheet styles = new StyleSheet();
styles.loadTagStyle("p", "after", "10");
Hi, everyone,
I'm a newbie of iText and now I need to add bookmarks to an
existing PDF file which is created
By PDFCreator 0.9.1, an open source PDF Printer. The version of the created
file is PDF 1.3 and I'm having
this strange problem. That is, when I use the setOutlines meth