RE: [iText-questions] PdfPTable and padding my cells

2003-12-01 Thread Gajdos Gabriel
< cell = new PdfPCell(Image.getInstance(pic, null)); IMHO this is the default behaviour that this image will fill in the cell. Try to insert an image with Chunk. Remember, you can create Chunk with image and this Chunk can be used to create Phrase. Something like this... Chunk ch = new Ch

[iText-questions] PdfPTable and padding my cells

2003-12-01 Thread Wilson, Allan
I have 5 cells where the last two are filled with an image of a signature. The two signatures are slammed right next to each other. I need to have a little space between cells and cannot find the right command to do it with PdfPTable. Below is some code snippets that might help: PdfPTable

Re: [iText-questions] Chapters / Sections without titles in the document

2003-12-01 Thread Isabelle Guimiot
That's exactly what I've been looking at since this morning, I begin to understand that PdfOutline stuff, I think it's the solution I need ! :) Actually I still have a very little problem, I thought your 'TestOutlines' file would give me the answer but it didn't : I'd like to make the PdfDestinati

Re: [iText-questions] Pdf can be viewed after saved but not embed inside browser

2003-12-01 Thread Paulo Soares
Make your URL end with ".pdf", a dummy parameter will do. IE looks a lot closer at the URL ending than at the content type. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 01, 2003 11:28 Subject: [iText-questions] Pd

[iText-questions] Icon File

2003-12-01 Thread wang yun
Dear Support, Can Image read winodws Icon files? Thanks, yun --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us

Re: [iText-questions] Chapters / Sections without titles in the document

2003-12-01 Thread Paulo Soares
What new methods would you like to have in chapters and sections? For more sophisticated bookmarks there's also the class PdfOutline and PdfAction. With them, bookmarks can be freely created in any order or shape, jumping not only to some page position but also to a web link or an external document

Re: [iText-questions] Writing to a table from top of column to bottom

2003-12-01 Thread Paulo Soares
With Table it's possible to address it as x,y. With PdfPTable you'll have to store the data somewhere and feed it in left-right, top-bottom order. Best Regards, Paulo Soares - Original Message - From: "Daniel Galvin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 30, 2

Re: [iText-questions] Jfreechart + itext

2003-12-01 Thread David Gilbert
Hi Everyone, That version of the document will be a little out of date now. I just released JFreeChart 0.9.15, so I took a moment to update the instructions for generating charts in PDF format. You can download the new version from here: http://www.jfree.org/jfreechart/jfreechart-0.9.15-PDF.pdf

[iText-questions] Pdf can be viewed after saved but not embed inside browser

2003-12-01 Thread [EMAIL PROTECTED]
Dear All, My application wants to get some data from database and display the result in a table in pdf format within a browser. I'm using a structs framework and all the packaging of the data is done within my service class. When I forward to my JSP, I invoke a servelet using the following code:

Thanx: RE: [iText-questions] single A4 --> double A5 layout conversion

2003-12-01 Thread Gajdos Gabriel
Thanx, Bruno... I have totally forgotten this example... My fault! >> Example: If source file has 10 pages, I want to get result file with only 5 >> page sheets, but each page will contain 2 pages from source file. >There is an example that puts 4 pages of one document >on 1 page of a new docume

Re: [iText-questions] single A4 --> double A5 layout conversion

2003-12-01 Thread Bruno
Quoting Gajdos Gabriel <[EMAIL PROTECTED]>: > Hi all! > > I am looking for a help with following situation. > > I have a PDF with A4 page size. > Is it possible (with iText) to convert it into a new A4 file containing 2 > previous pages on each page (A4-->A5 page layout)? > > Example: If source

[iText-questions] Chapters / Sections without titles in the document

2003-12-01 Thread Isabelle Guimiot
Hi ! I'm new on the list but I've been using I-text for quite a long time. I create great documents with it, my client is very happy, but last week he asked me to add bookmarks (documents can have more than 50 pages...) and I noticed it was possible with chapters and sections. The problem I have

[iText-questions] single A4 --> double A5 layout conversion

2003-12-01 Thread Gajdos Gabriel
Hi all! I am looking for a help with following situation. I have a PDF with A4 page size. Is it possible (with iText) to convert it into a new A4 file containing 2 previous pages on each page (A4-->A5 page layout)? Example: If source file has 10 pages, I want to get result file with only 5 page

[iText-questions] A problem with tapmap

2003-12-01 Thread Mallika Rajasekaran
Hi, I am not able to map Newline element tag with my own tag. I am giving the following code which I tried. Can anyone help me... Java Class:iTextTest.java ** import java.io.FileOutputStream; import com.lowagie.text.Document; import com.lowagie.text.PageSize; import com.lowagie.text.p