[iText-questions] Time to write to the file

2002-11-18 Thread Ramakrishna Kuppa
- Ramakrishna Kuppa | October 2002 Ph: 408 434 8339 | Ashwayuja Chitrabhanu 5104 http://www.intruvert.com

RE: [iText-questions] Time to write to the file

2002-11-18 Thread Ramakrishna Kuppa
. - Ramakrishna Kuppa | October 2002 Ph: 408 434 8339 | Ashwayuja Chitrabhanu 5104 http://www.intruvert.com -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 11:45 AM

[iText-questions] ClassCastException trying to get instance of Image

2002-11-01 Thread Ramakrishna Kuppa
- Ramakrishna Kuppa | October 2002 Ph: 408 434 8339 | Ashwayuja Chitrabhanu 5104 http://www.intruvert.com

RE: [iText-questions] How to set the PDF file name?

2002-10-08 Thread Ramakrishna Kuppa
PROTECTED]] Sent: Tuesday, October 08, 2002 4:07 PM To: Ramakrishna Kuppa; 'Robert Badaracco'; [EMAIL PROTECTED] Subject: RE: [iText-questions] How to set the PDF file name? You might want to do something like this.. HttpServletResponse _hsr = _requestContext.getResponse

[iText-questions] How can I fit an image completely in a cell?

2002-07-25 Thread Ramakrishna Kuppa
I have an image which is say 10 pixels wide. However, I would like it to fit in a cell (column in HTML slang). In HTML, I can just do it by mentioning that the width should be 100% i.e., img src=... width=100%. In iText, do we have a method, say on an Image object, equivalent to that? i.e.,

RE: [iText-questions] Linux Box Images

2002-07-23 Thread Ramakrishna Kuppa
Try this directly as: Image checked = Image.getInstance(path +check.gif); If path is the absolute path, the image will be picked up gracefully without any problem. -Original Message- From: Miller, Eric [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 4:05 PM To: [EMAIL

RE: [iText-questions] Opening a PDF in IE

2002-07-15 Thread Ramakrishna Kuppa
Check the following: do you have PDF Reader installed in your system? If yes, then IE picks it up (as the correct plugin) for display. If you are using the Content-Disposition header, use the "inline" option instead of the "attachment" option Following are some

[iText-questions] need urgent help...

2002-07-13 Thread Ramakrishna Kuppa
Title: need urgent help... I am trying to insert a pie chart image into a PDF document. These are the steps in the process: * generate the pie chart image * build a URL pointing to the image, and finally * create an Image object as follows: Image chartImg =

RE: [iText-questions] Changing margins in middle of document

2002-07-09 Thread Ramakrishna Kuppa
Title: RE: [iText-questions] Changing margins in middle of document Paulo, I am not sure if these are related issues, but let me put what I am trying to solve in front of all of you. I display data in tabular format where the number of columns can vary from 2 to 12. One among the columns

RE: [iText-questions] Changing margins in middle of document

2002-07-09 Thread Ramakrishna Kuppa
To: Ramakrishna Kuppa; [EMAIL PROTECTED] Subject: RE: [iText-questions] Changing margins in middle of document Why would setWidths(int[]) not help? -Matt --- Ramakrishna Kuppa [EMAIL PROTECTED] wrote: Paulo, I am not sure if these are related issues, but let me put what I am trying to solve in front

[iText-questions] Inserting images dynamically ...

2002-05-01 Thread Ramakrishna Kuppa
Title: Inserting images dynamically ... Hi I am creating a PDF report dynamically. I have some images which need to be inserted into the document. I am trying to use the Gif class to load the image; however, it needs a URL to the image. How can I specify this during development and

[iText-questions] (no subject)

2002-05-01 Thread Ramakrishna Kuppa
I am receiving this error message when trying to dynamically create and display a PDF document: "com.lowagie.text.DocumentException: banner-3part1.gif is not a supported GIF-file (the image separator '0x2c' is not found after reading the color table) at