[iText-questions] PdfPTable with transparent background color ?

2002-02-27 Thread [EMAIL PROTECTED]
Sorry for my previous e-mail my English is a disaster Now I retry to explain my problem : I create a pdf document using a PdfPTable class to create a table (see the attachment) I also add a watermark on the document. For more readeable table, I set an alternate gray background using the below

RE: [iText-questions] Problems to display IE on MSIE !! Websphere 3.5 !! Please Help

2002-02-27 Thread Paulo Soares
I didn't understand if in webshere you manage to create a valid file on disk. Best Regards, Paulo Soares -Original Message- From: Giovanni Serra [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 16:09 To: [EMAIL PROTECTED] Subject: [iText-questions] Problems to

RE: [iText-questions] PdfPTable with transparent background color ?

2002-02-27 Thread Paulo Soares
Your image arrived with 0 bytes. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 9:53 To: [EMAIL PROTECTED] Subject: [iText-questions] PdfPTable with transparent background color ? Sorry

RE: [iText-questions] Problems to display IE on MSIE !! Websphere 3.5 !! Please Help

2002-02-27 Thread Paulo Soares
You have to look at the redirection. I bet that the redirection is not done correctly to the file on disk, hence the blank page. File access permissions may also have influence. You option 3 doesn't work from a JSP, redirect it instead to a servlet for the pdf generation. Best Regards, Paulo

RE: RE: [iText-questions] PdfPTable with transparent background color ?

2002-02-27 Thread Paulo Soares
What you want is translucid images, something that is only supported in Acrobat 5.0 and from what I'm told takes forever to print and fails with some printers. Fortunately thare are several ways to skin a cat. The easiest way to do it is to create two images, one the normal watermark and the

[iText-questions] Re: Servlet Invoked twice

2002-02-27 Thread bruno
Sergio Lopez Rodriguez writes: I'm using a Servlet to generate a PDF and i see the code is executed twice Why? If you are using MSIE, please look at some of the links to the MS knowledge base that are on the FAQ page. ___ iText-questions

[iText-questions] pb to add document properties and to read a existant document with internal navigation link

2002-02-27 Thread Jean-François Selber
Hello, I want togenerate a pdfwith title "My new title" from a pdf existant (= pdfToClone) but the title is not add to the new document what's the problem? (see sample : makeCloneWithProperties) another problem: if I have internal navigation link in my first document, those link are lose

RE: [iText-questions] pb to add document properties and to read a existant document with internal navigation link

2002-02-27 Thread Paulo Soares
Put your addTitle just before document.open(). Importing a page just imports what you can print, not the interactive features. I plan to provide access to the links in the future so that it will be possible to reconstruct them or whatever. Best Regards, Paulo Soares -Original Message-

[iText-questions] Horizontal lines in a table

2002-02-27 Thread thomas . miller4
I try to produce a table that is separated by a thicker horizontal line. i.e. in a table like cell11 cell12 cell21 cell22 cell11 and cell12 should have a thick bottom border and normal borders at the left, right, top. How can I do this? I have only found the call Cell.setBorderWidth, which

[iText-questions] Document constructor

2002-02-27 Thread David Gilbert
Hi, First of all, thanks for all your efforts with iText, it is a really useful package! My question is...I want to create a Document instance with the page size and margins based on a PageFormat object (which I'm retrieving from a page setup dialog). I've written the following code which

RE: [iText-questions] Document constructor

2002-02-27 Thread Paulo Soares
You have to do the work. We can't put a constructor for every class that has the word page in the name! Best Regards, Paulo Soares -Original Message- From: David Gilbert [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 16:38 To: [EMAIL PROTECTED] Subject:

[iText-questions] Markup

2002-02-27 Thread bruno
Hello Matt, I have been playing with your new package com.lowagie.text.markup (as you can see in the CVS repository). I was asking myself why you didn't add the markupAttributes to the original elements (Anchor, Annotation, Chunk,...). Did you have a particular reason to put everything in a

[iText-questions] New release itext-paulo-91

2002-02-27 Thread Paulo Soares
Changes in itext-paulo-91 (2002-02-27) - added colspan to PdfPTable. - the interface PdfPTableEvent changed because of colspan. See the example table_event.java for a quick way to fix code without colspan. I know that interfaces shouldn't change but this interface is used