[iText-questions] Row fits the page

2002-11-20 Thread SATHISH Sreedharan
Hi, I want a solution to this problem.The problem is like this. I'm adding a Row to a Table and before I add this row I want to know whether this row will get added in the current page or it will get added in the next page as there is no space in the current page for this row to get

[iText-questions] Cell border

2002-11-20 Thread SATHISH Sreedharan
Hi, I have a doubt.I know using iText it is possible to set the border width.But what I want is to increase the border width of the cells in the bottom only leaving the left ,right and top lines as is.I know its a tough ask.Bu i just wanted to clarify is there any way to do it and has any one done

Re: [iText-questions] Cell border

2002-11-20 Thread Bruno
Quoting SATHISH Sreedharan [EMAIL PROTECTED]: Hi, I have a doubt.I know using iText it is possible to set the border width.But what I want is to increase the border width of the cells in the bottom only leaving the left ,right and top lines as is.I know its a tough ask.Bu i just wanted to

Re: [iText-questions] Row fits the page

2002-11-20 Thread Bruno
Quoting SATHISH Sreedharan [EMAIL PROTECTED]: Hi, I want a solution to this problem.The problem is like this. I'm adding a Row to a Table and before I add this row I want to know whether this row will get added in the current page or it will get added in the next page as there is no

RE: [iText-questions] Row fits the page

2002-11-20 Thread Bruno
Quoting SATHISH Sreedharan [EMAIL PROTECTED]: Ya.ur correct.I use Table.Actually what i need is that when the PDF is given to the Fax machine, the rows cannot be distinguished easily.So the client said put a dummy row after every data row.Not this table also has headers and hence i use the

[iText-questions] Line within a Cell

2002-11-20 Thread SATHISH Sreedharan
Hi all, Is it possible to draw a line using PdfContentByte or any other technique inside a Cell. Sathish --- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte

Re: [iText-questions] Line within a Cell

2002-11-20 Thread Bruno
Quoting SATHISH Sreedharan [EMAIL PROTECTED]: Hi all, Is it possible to draw a line using PdfContentByte or any other technique inside a Cell. Again: only if you use PdfPTable. As for your question about migrating from Table to PdfPTable, I think somebody on the mailinglist did this very

[iText-questions] how do i draw a colored line?

2002-11-20 Thread ramamoorthy
hi, i can able to draw a line using Graphics class. but i want to know how to i draw a colored line using that? regards, ramamoorthy. --- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click

[iText-questions] Regarding servlet with iText in IE

2002-11-20 Thread Anis h
Aanshul, if still your problem is unresolved .. try installing acrobat reader .. it will refresh the plug-ins.. it helped me Anis __ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com

[iText-questions] Draw a square in a cell

2002-11-20 Thread Joao Mello
Call someone tell me how to draw in a cell. Thank you, John __ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com --- This sf.net email is sponsored

[iText-questions] error while creating Image Object

2002-11-20 Thread ramamoorthy
Hi, I am using Itext Api. When i try to create Image object using Image class iam getting following error. remote host refused an attempted connect operation Please let me know what could be the solution for this. Your response is greately appreciated. Looking forward to hear from you. Regards,

RE: [iText-questions] Draw a square in a cell

2002-11-20 Thread Paulo Soares
It can be done for PdfPTable with a PdfPTable event, it gives the position of the cells. Best Regards, Paulo Soares -Original Message- From: Joao Mello [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 14:03 To: [EMAIL PROTECTED] Subject: [iText-questions] Draw a

RE: [iText-questions] error while creating Image Object

2002-11-20 Thread Paulo Soares
The error says it all: it's a comunication problem. Best Regards, Paulo Soares -Original Message- From: ramamoorthy [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 12:57 To: [EMAIL PROTECTED] Subject: [iText-questions] error while creating Image Object Hi, I

Re: [iText-questions] error while creating Image Object

2002-11-20 Thread Bruno
Quoting ramamoorthy [EMAIL PROTECTED]: Hi, I am using Itext Api. When i try to create Image object using Image class iam getting following error. remote host refused an attempted connect operation Please let me know what could be the solution for this. You are trying to get an image

[iText-questions] Rowheight

2002-11-20 Thread Joao Mello
how to set the height of a row in PdfTable. I am using the setFixedHeight() on the cell, but ignores me. Thank you, João Mello __ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com

[iText-questions] release 0.96

2002-11-20 Thread Bruno
Hello all, as promised I have put the latest release on my site today. I hope I didn't forget anything (like I did last time). This release combines Paulo's releases 104, 105 and 106 and adds some updates from Mark Hall (RTF package). I noticed two unresolved issues: 1. the border of a Table

Re: [iText-questions] Document.setFooter()

2002-11-20 Thread QJian
Thanks, Bruno. That's help a lot. Tim (Qinjian) Jian 3833 Farragut Ave. Kensington, MD 20895 Phone: 301-949-4400 Ext. 112 Fax: 301-929-5728 Email: [EMAIL PROTECTED]

[iText-questions] problem with creating pdf files with Japanese characters

2002-11-20 Thread Anis h
Bruno/Paulo, I created a pdf file using the source code in http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg02770.html I downloaded the jar file as you suggested and I am getting the following error; com.lowagie.text.DocumentException: Font 'HeiseiKakuGo-W5' with

RE: [iText-questions] problem with creating pdf files with Japanese characters

2002-11-20 Thread Paulo Soares
Are you sure the iTextAsian.jar is in your CLASSPATH? Best Regards, Paulo Soares -Original Message- From: Anis h [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 16:36 To: [EMAIL PROTECTED] Subject: [iText-questions] problem with creating pdf files with Japanese

[iText-questions] problem with creating pdf files with Japanese characters

2002-11-20 Thread Anis h
first line in my earlier mail should read I tried to create a pdf file using the source code in .. sorry for the typo. Thanks Anis Note: forwarded message attached. __ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site

[iText-questions] PdfPTable Width hangs...

2002-11-20 Thread Matías Salvador
I want to set the total width (with a float) andthe relative width (with a float[]) to a PdfPTable, both of them, and my applications hangs... is there any problem with doing that? Saludos/Regards,Matías Salvador Systems Analyst SISA Java Development Team Roca Av. 590 7th Floor C1067ABN -

[iText-questions] Reg Table split..

2002-11-20 Thread prashant kakani
Dear iText Developers... Well, I am generating a Table which has dynamic information in the form of Cells and the number of cells is variant. Sometimes,some Cell is split into two pages, and looks dirty. Could anybody plz help me out in this matter, or tell me if any of the examples talks about

Re: [iText-questions] problem opening pdf file...examples

2002-11-20 Thread Bruno
Quoting Hanumaiahgari, Srinivas [EMAIL PROTECTED]: Hi, I just tried the 'Hello World' example and could successfully create a pdf file. But when I try to open it, acrobat reader is thrwoing the following message 'There was an error opening this document. This file cannot be opened because

Re: [iText-questions] PdfPTable without absolute positioning

2002-11-20 Thread Bruno
Quoting SATHISH Sreedharan [EMAIL PROTECTED]: Hi! Is it also possible to put a PdfPTable without absolute positioning. Yes, see Chapter 5 of the tutorial (last section). I'm trying to convert an application that i developed using Table into a PdfPTable and hence the question arises of using