Re: [iText-questions] Having problems generating pdf's with a servlet in WebSphere 5.1.2 and Rational 6.0.1

2006-03-21 Thread bruno
C Sell wrote: When I run the project I get a no-c lass definition error from the server log. It looks like it can't find the jar file. That's one possible reason. Another possibility is that the jar is compiled with the JDK1.4 (I use 1.4), and that WebSphere expects the classes that are compi

Re: [iText-questions] Unwanted blank page (but only if >1 pages and there are headers)

2006-03-21 Thread bruno
Werner Lehmann wrote: Here are a few details about that report: each page has header and footer (via the HeaderFooter class), the footer has an additional "page x of y" template. I think the HeaderFooter class is responsible. If you leave out the header, does the problem persist? The HeaderFo

RE: [iText-questions] PdfPTable KeepTogether and ColumnText

2006-03-21 Thread Mitch Freed
Paulo, Are there any future plans to add support for PdfPTable KeepTogether in ColumnText? The Paragraph KeepTogether seems to work well with ColumnText. Thanks, -Mitch -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 12:45 PM To: Mitch Fr

[iText-questions] Please remove me from the mailing list.

2006-03-21 Thread Russell Burke
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities

[iText-questions] Multilingual Support in iText

2006-03-21 Thread Arumugam, Rajesh (GE Infra, Aviation, Non-GE, US)
Hi, I have downloaded used iText in one of our web application for generating PDF documents on the fly. Thanks for building such a nice utility. Part of my requirement is to provide support for displaying multilingual characters like Russian, Thai, Bahasa Indonasia, Arabic etcDoes iText sup

Re: [iText-questions] PdfPTable KeepTogether and ColumnText

2006-03-21 Thread Paulo Soares
KeepTogether is not supported in ColumnText but you can prevent the cells to split with PdfPTable.setSplitRow(false). Paulo - Original Message - From: "Mitch Freed" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 21, 2006 6:15 PM Subject: [iText-questions] PdfPTable KeepTogether and Col

[iText-questions] Graphics2d + transparency

2006-03-21 Thread Peter van Raamsdonk
Anybody any transparent thoughts on this...   I'm using buffered images to draw on Graphics2d generated from the PdfContentByte. The buffered images are type ARGB (source PNG, GIF) and they contain transparency if I check image.getColorModel().getTransparency().   To check the transparency further

[iText-questions] PdfPTable KeepTogether and ColumnText

2006-03-21 Thread Mitch Freed
Does the PdfPTable and the KeepTogether property not work when using ColumnText to populate the Pdf? I have a PdfPTable with two PdfPCells making up two rows that I am setting KeepTogether to true on, but the table will always split across pages -- regardless of the KeepTogether setting. I s

RE: [iText-questions] pdfcopyfields

2006-03-21 Thread Paulo Soares
I doesn't work that way. The sequence is: - read the original pdf - use the stamper to fill the fields - close the stamper (you are advised to flatten the fields) - read the pdf created by the stamper - add it to PdfCopyFields > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMA

[iText-questions] pdfcopyfields

2006-03-21 Thread Jesus Mercado
Hello,   My situation is as follows. I have one pdf file name ScheduleA.pdf and it contains an Acroform with various fields. Thru a program I need to load that page a certain number of times set the values for the acrofields and then concatonate all the SchedulesA.pdf files of that run. So basicl

Re: [iText-questions] How to create a template pdf file

2006-03-21 Thread Leonard Rosenthol
At 02:47 AM 3/21/2006, simon xu wrote: But how do I create my template pdf file?what tool is needed? Adobe Acrobat 7 Professional. Leonard --- Leonard Rosenthol

RE: [iText-questions] Find co-ordinates of a field

2006-03-21 Thread Paulo Soares
AcroFields.getFieldPositions() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dilip Ladhani > Sent: Tuesday, March 21, 2006 3:14 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Find co-ordinates of a field > > Hi, >

RE: [iText-questions] Absolute Position of tables, paragraphs, phrase

2006-03-21 Thread Paulo Soares
PdfPTable.writeSelectedRows() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Frank Fischer > Sent: Tuesday, March 21, 2006 1:57 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Absolute Position of tables, > paragrap

[iText-questions] Find co-ordinates of a field

2006-03-21 Thread Dilip Ladhani
Hi,   I need to find co-ordinates (X and Y) of a field (a signature field) in my PDF. I need to find the co-ordinates for the top and the botton corner. How can I do that using iText?    

[iText-questions] Absolute Position of tables, paragraphs, phrase

2006-03-21 Thread Frank Fischer
Hi all   does anyone know how i can absolute position a table in a pdf document? I have a PdfPTable and would like to position it similar to positioning text using PdfContentByte and showTextAligned(). Same for objects like phrase and paragraphes. Is there a way to do this?   Thanks a lot f

RE: [iText-questions] HTML to PDF in a batch

2006-03-21 Thread Paulo Soares
You'll be better served with htmldoc. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, March 21, 2006 11:34 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] HTML to PDF in a batch > >

RE: [iText-questions] How to create a template pdf file

2006-03-21 Thread Paulo Soares
Acrobat professional. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of simon xu > Sent: Tuesday, March 21, 2006 7:47 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] How to create a template pdf file > > I'like to use

[iText-questions] HTML to PDF in a batch

2006-03-21 Thread kiran_kiran1
Dear Sir/Madam, Can you please let us know about your tool. We need toconvert HTML to PDF in a batch and will it supportmultilangauages. Thanks & Regards, Kiran

[iText-questions] Unwanted blank page (but only if >1 pages and there are headers)

2006-03-21 Thread Werner Lehmann
Hi, I have a "blank page" problem with a PDF report: as soon as the report extends over more than 1 page I get an additional blank page at the end. It does not matter how many pages the report has, it always has one extra blank page. The problem goes away if I do not add headers which is of c