Re: [iText-questions] Table cell spacing

2005-01-15 Thread Bruno
Quoting Wendy Smoak <[EMAIL PROTECTED]>: > So then I switched to PdfPTable... and it does not seem to have spacing at > all. I found a message in the list archives saying to use a nested table to > get the effect of cell spacing, but that doesn't do quite the same thing-- If you use Cell or Ta

[iText-questions] Table cell spacing

2005-01-15 Thread Wendy Smoak
I've created a simple Table and set the spacing to 5. I'm getting 5 between the cells and the border, but 10 between the cells themselves. This sort of makes sense, as each cell has its own spacing and so adjacent cells have double spacing between them, but it looks strange (and isn't how HTML

Re: [iText-questions] Creating a PDF from XML source data

2005-01-15 Thread Wendy Smoak
From: "Bruno" <[EMAIL PROTECTED]> I wrote the XML package a long time ago, because I needed some specific XML functionality in a project at Ghent University. I added the package to iText, but sometimes I regret this: it's suites MY needs, but a lot of people expect just too much of it and they blam

Re: [iText-questions] Use texts to create watermark

2005-01-15 Thread Paulo Soares
See the example stamped.java at itextpdf.sf.net. To place text use ColumnText.showTextAligned(). - Original Message - From: "Viet Nguyen" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Saturday, January 15, 2005 4:59 PM Subject: Re: [iText-questions] Use texts to create

Re: [iText-questions] PDF Truncated in Using PdfWriter.getImportPage()

2005-01-15 Thread Paulo Soares
Show me the code and the pdfs. - Original Message - From: "Xiao Ying, Chen" <[EMAIL PROTECTED]> To: Sent: Saturday, January 15, 2005 10:28 AM Subject: [iText-questions] PDF Truncated in Using PdfWriter.getImportPage() Dear all; I am new to iText. I have a problem in using PdfWriter.get

Re: [iText-questions] iText Bookmark Issue

2005-01-15 Thread Paulo Soares
If you create the bookmarks with chapter/section no. If you explicitly create the bookmark with PdfOutline you can specify a destination of type XYZ that allows the zoom level to be retained. - Original Message - From: "Liao, Shangshin" <[EMAIL PROTECTED]> To: Sent: Friday, January 14, 2

Re: [iText-questions] Use texts to create watermark

2005-01-15 Thread Paulo Soares
A new pdf or an existing one? - Original Message - From: "Viet Nguyen" <[EMAIL PROTECTED]> To: Sent: Saturday, January 15, 2005 10:39 AM Subject: [iText-questions] Use texts to create watermark Hallo, I'am a newbie for itext. I would like to add a watermark to a PDF file. This waterma

[iText-questions] Use texts to create watermark

2005-01-15 Thread Viet Nguyen
Hallo,   I'am a newbie for itext. I would like to add a watermark to a PDF file. This watermark is created from the text but not from the image, Anybody can help me ? Thank you very much.  

[iText-questions] PDF Truncated in Using PdfWriter.getImportPage()

2005-01-15 Thread Xiao Ying, Chen
Title: Message Dear all;I am new to iText. I have a problem in using PdfWriter.getImportPage()It is found the original PDF content will be truncated if that PDF is in PDF version 1.5 (Acrobat 6.x).I really appreciate your expertise could help me solve the problem.Best regards, XiaoYing

Re: [iText-questions] Creating a PDF from XML source data

2005-01-15 Thread Bruno
Quoting Wendy Smoak <[EMAIL PROTECTED]>: > I see XmlToPdf and SAXiTextHandler classes (iText 1.2) but I don't see > anything about XML in "iText by example" on the website. > > Can someone point me to an example of how to create a PDF from an XML > document? Chapters 7 and 12 in the old tutorial