[iText-questions] Positioning HTML snippets using HTMLWorker

2007-06-04 Thread tony roza
Hello, I would like to use HTMLWorker to position a table on a PDF. However when i do so, HTMLWorker writes the table to the top center of the page. Is there a way to set the XY starting position of the table on the document? I have not been able to find an API to do this. Thanks. Tony Roza

Re: [iText-questions] Hello. I need to run concat_pdf.java on Linux

2007-06-04 Thread William Alexander Segraves
- Original Message - From: "Vera Lucero" <[EMAIL PROTECTED]> To: Sent: Monday, 04 June, 2007 4:10 PM Subject: [iText-questions] Hello. I need to run concat_pdf.java on Linux > Do you have any examples on how to run iText.jar on Linux? Yes. > I copied the iText.jar and concat_pdf.java t

Re: [iText-questions] Hello. I need to run concat_pdf.java on Linux

2007-06-04 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vera Lucero wrote: > Do you have any examples on how to run iText.jar on Linux? I copied the > iText.jar and concat_pdf.java to Linux and trying to set it up to run. I > got the following response from Bruno Lowagie. Thanks. Vera > Short answer: t

Re: [iText-questions] Japanese character in destination

2007-06-04 Thread Paulo Soares
Please keep the conversation in the mailing list. Named destinations will only work like this in PdfWriter. With PdfCopy and PdfStamper you'll have to assemble yourself the names array using SimpleDestination. Paulo - Original Message - From: "Jingrong Chen" <[EMAIL PROTECTED]> To: <[

[iText-questions] Hello. I need to run concat_pdf.java on Linux

2007-06-04 Thread Vera Lucero
Do you have any examples on how to run iText.jar on Linux? I copied the iText.jar and concat_pdf.java to Linux and trying to set it up to run. I got the following response from Bruno Lowagie. Thanks. Vera Hello, you asked a strange question in the wrong place: "Hello. Thanks for concat

[iText-questions] RtfWriter: How to set font size of paragraph rendered from NewPage()

2007-06-04 Thread Stewart Meyers
Hello, Whenever NewPage() is called for RtfWriter, it places a paragraph with a NewPage (/page) marker in the document. The problem is that the paragraph which contains the new page takes up some height in the document. Is there a way to set the font of the paragraph which contains the NewPag

[iText-questions] Rendering HTML reports into PDF

2007-06-04 Thread sue mi
Our application has a need to render several HTML reports into PDF. These reports fall under 4-5 standard format, so we use 4-5 XSLs and then create reports. The user also wants to select generate PDF after the report is generated. Is it possible to generate the PDFs with iText in this scenari

Re: [iText-questions] Header Cell Problem.

2007-06-04 Thread Bruno Lowagie (iText)
sunil.belurgikar wrote: > will Appreciate any help on this. I probably don't understand the question, but have you looked at the bonus example TablesInColumns? http://itext.ugent.be/itext-in-action/chapter.php?chapter=6#bonus By combining PdfPTable with ColumnText, you can finetune your design. Fo

[iText-questions] Header Cell Problem.

2007-06-04 Thread sunil.belurgikar
I am wrting a PdFpTable to document. This PdFTable has many pdftables as Pdfpcells,which are added in a for loop. Table should display continuously so I am using setSplitLate(false) on all the PdFpTable . In Inner PdfTable, the first row is like a Header (setheader method isn't there for PDFPcel

Re: [iText-questions] Adding Lang Alt Support for XmpSchema --> for PDF/A compliance

2007-06-04 Thread Bruno Lowagie (iText)
Bruno Lowagie (iText) wrote: > That's not finished yet. It's an ongoing project. > You can have PDF/A support the hard way I meant: Tagged PDF support (please replace PDF/A with Tagged PDF) br, Bruno - This SF.net email is sp

[iText-questions] [Itext-releases] itext-releases

2007-06-04 Thread News about iText releases
Hello all, Last week I heard that some people are subscribed to itext-questions because they want to be informed of new releases. I can imagine that those people get a lot of unwanted noise in their mailbox. So I have created a new read-only (!) mailing-list to which you can subscribe if you only w

[iText-questions] [AcroFields] Font and attributes of the text field.

2007-06-04 Thread Dzmitry Pershyn
Hi, everyone. 1) Please advice a simple way to get field font and size. As a result I need an instance of BaseFont class. I found only not good-looking solution: ... final Item item = acroFields.getFieldItem(fieldName); final ArrayList list = item.merged; if (list != null) { for (final

[iText-questions] iText 2.0.4

2007-06-04 Thread Bruno Lowagie (iText)
Mark M. Hall wrote: > On Monday 04 June 2007 01:07, Felix Satyaputra wrote: >> Will these changes be included in the next release of >> iText? > Yes. And what's more: this release has just been published! iText 2.0.3 was a silent release, in the sense that we didn't announce it on the mailing-li

Re: [iText-questions] RTF List: Spacing and Bullet Symbol

2007-06-04 Thread Mark M. Hall
On Monday 04 June 2007 01:07, Felix Satyaputra wrote: > Will these changes be included in the next release of > iText? Yes. Greetings, Mark - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE ver