[iText-questions] to Add cell in a table at perticular row and column numbers

2005-02-08 Thread Mahesh Dhola
Hi, I am using currently Table object but many ppl says that PdfPTable is better. but my problem is: i want to add cell in a table at perticular row and column number. I have two methods: first method adds few cells at few row,col numbers and then other method adds another few cells at some row an

[iText-questions] Coldfusion and itext eventhandlers.

2005-02-08 Thread Gareth Edwards
Anyone know how it is possible to create some sort of wrapper to allow me to use the event handlers/listeners when using itext with Coldfusion? Gareth. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds

[iText-questions] Autoreply: iText-questions digest, Vol 1 #2692 - 8 msgs

2005-02-08 Thread jens . hsu
·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. --

Re: [iText-questions] Using multiple Images in PdfPTable generates strange PDFs

2005-02-08 Thread Dirk Materlik
Hi everyone still listening to me, On 08.02.2005, at 21:30, Dirk Materlik wrote: whenever I generate a PDF that uses more than one Image (generated via PdfTemplate, as in the tutorial), the resulting PDF renders wrong in Acrobat. The first Image is shown correctly, but later images or texts are

[iText-questions] Using multiple Images in PdfPTable generates strange PDFs

2005-02-08 Thread Dirk Materlik
Hello list, whenever I generate a PDF that uses more than one Image (generated via PdfTemplate, as in the tutorial), the resulting PDF renders wrong in Acrobat. The first Image is shown correctly, but later images or texts are not rendered at all. On some platforms (windows), scrolling around m

Re: [iText-questions] pakage com.lowagie.*;

2005-02-08 Thread Bruno Lowagie
etter ayoub wrote: If it's possible can you help me? I see this application http://itext.sourceforge.net/examples/com/lowagie/examples/general/HelloWorld.java and I need more information about com.lowagie.*; package thanks a lot…. http://www.lowagie.com/iText/ http://itext.sourceforge.net/tutorial/

[iText-questions] pakage com.lowagie.*;

2005-02-08 Thread etter ayoub
If it's possible can you help me? I see this application http://itext.sourceforge.net/examples/com/lowagie/examples/general/HelloWorld.java and I need more information about com.lowagie.*; package thanks a lot….   Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails

[iText-questions] Absolute Position of a table

2005-02-08 Thread Michael Helfer
I am creating a directory listing that has a table which spans several pages. I want the table to start in the middle of the first page and then start underneath a header on the remaining pages. However, I can't figure out how to set the absolute starting position of the table. Is this possible in

Re: [iText-questions] PdfAnnotation.createFreeText border color

2005-02-08 Thread Neil Darroch
--- Paulo Soares <[EMAIL PROTECTED]> wrote: > > >> I'm using PdfAnnotation.createFreeText and would >> like >> to set the border color. How do I do this? > > annot.setBorderStyle() > I was using this but couldn't find a way to set the border color. This is the code I am using: annot.setBorde

[iText-questions] Thai examples?

2005-02-08 Thread Steve Appling
Does anyone have an example of using a Thai font with iText? --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start rea

[iText-questions] Autoreply: iText-questions digest, Vol 1 #2691 - 12 msgs

2005-02-08 Thread jens . hsu
·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. --

Re: [iText-questions] Border around a whole PdfPTable

2005-02-08 Thread Steve Appling
Yes, but it is a little bit of a pain. You'll need to implement a PdfPTableEvent handler (see PdfPTable.setTableEvent) and draw the border manually using the sizing information contained in the event callback. Take care it you are using the technique presented in the tutorial to handle large t

Re: [iText-questions] adding page numbers

2005-02-08 Thread Paulo Soares
It's now possible to write in a previous page with PdfStamper.insertPage() but Document.add() can't be used. - Original Message - From: "Xavier Le Vourch" <[EMAIL PROTECTED]> To: "Andre Fourie" <[EMAIL PROTECTED]>; Sent: Monday, February 07, 2005 7:36 PM Subject: Re: [iText-questions] ad

[iText-questions] Border around a whole PdfPTable

2005-02-08 Thread Denham, Martin
Can I display a border around the outer edge of a PdfPTable but not around each cell? *** EDF Energy plc internet e-mail disclaimer This e-mail and any files transmitted with it are confidential and may be protected

[iText-questions] Information Request

2005-02-08 Thread Francesca Zuffellato NONLILLY
Hello ! Can I create a Pdf file with a background image using iText ? Alternatively can I read/open an existing pdf document (with a background image) and fill it with data ? Which are iText tags to specify Font Face and Font Size inside the tag ? Thanks in advance, Francesca ___

[iText-questions] Additional Actions not working

2005-02-08 Thread Annu Ittyachen Mathew
Hi, I want to set a JS action when the document is about to print. I used the code below PdfAction oAction = PdfAction.javaScript("this.print(false);\r",oPdfWriter); oPdfWriter.setAdditionalAction(PdfName.WP,oAction); However no such action is created. Am I doing anything wrong. I w

[iText-questions] HeaderFooter class

2005-02-08 Thread James Cowan
Hi The HeaderFooter class seems to create quite a bit of white space after the header and before the footer. What is the best way to reduce this? James Cowan --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews o

Re: [iText-questions] Acrobat reader 7.0 doesn't print from hidden frame.

2005-02-08 Thread Paulo Soares
That's not iText related. - Original Message - From: "Yan" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 08, 2005 2:00 AM Subject: [iText-questions] Acrobat reader 7.0 doesn't print from hidden frame. > Hi, > > I have a web page which contains a hidden frame. During the run time, a

Re: [iText-questions] Rowspan problem

2005-02-08 Thread Paulo Soares
There's no right way here. As real rowspan is not supported, nested tables must be used and it's not possible to automatically synchronize the heights. Whatever works for you is right. - Original Message - From: "Weseloh, Markus" <[EMAIL PROTECTED]> To: "'Paulo Soares'" <[EMAIL PROTECTED]