[iText-questions] Andrew S Moy/CHI/NTRS is out of the office.

2009-04-05 Thread Andrew S Moy
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. -- _

Re: [iText-questions] itext whether can it make to this effect

2009-04-05 Thread 1T3XT info
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

Re: [iText-questions] PdfStamper.setOutlines doesn't work properly

2009-04-05 Thread Forever Young Wakin
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

[iText-questions] HTMLWorker: Stylesheet not affecting p elements

2009-04-05 Thread Pauli Borodulin
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");

[iText-questions] PdfStamper.setOutlines doesn't work properly

2009-04-05 Thread Imgen Wakin
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