Re: [iText-questions] Re: adding a Table to a Cell ignores colspan

2002-03-26 Thread Bruno Lowagie
Quoting John Watson [EMAIL PROTECTED]: Any thoughts on this one, yet? It's a difficult question. John Watson writes: I love being able to add a Table to a Cell now. But, when I do this, the colspan on the Cell gets ignored. Is this intended, or an unintended side-effect?

RE: [iText-questions] iText with microsoft JVM

2002-03-26 Thread Paulo Soares
You must use the iText version for jdk 1.1.x. If you are already doing this it will probably not work with jview. Best Regards, Paulo Soares -Original Message- From: hong sun [SMTP:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 20:48 To: [EMAIL PROTECTED] Subject:

RE: [iText-questions] iText with microsoft JVM

2002-03-26 Thread Mattia Dongili
I unsuccesfully tried to create a Java object using iText library in ASP. I spent a couple of days on this task... bye, Mattia -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 10:54 AM To: 'hong sun'; [EMAIL PROTECTED] Subject: RE:

RE: [iText-questions] Re: Not printing the annotation

2002-03-26 Thread Chen, Donald
Thank you, Paulo. PdfAnnotation.createText( PdfWriter writer, // no problem Rectangle rect, // no problem java.lang.String title, // no problem java.lang.String contents,// no

RE: [iText-questions] Re: indentation of columnText

2002-03-26 Thread Paulo Soares
I'll keep the Paragraph alignments out of ColumnText. I can add a setIndentationFollowing() and a setIndentationRight(). This covers all the cases. Best Regards, Paulo Soares -Original Message- From: Thomas McKay [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 18:00 To:

RE: [iText-questions] iText with microsoft JVM

2002-03-26 Thread Paulo Soares
You can compile it with jdk1.3. Best Regards, Paulo Soares -Original Message- From: Mattia Dongili [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 16:53 To: hong sun; [EMAIL PROTECTED] Subject: RE: [iText-questions] iText with microsoft JVM should we use VisualJ++

Re: [iText-questions] Problem with Domino and iText

2002-03-26 Thread Paulo Soares
What problems? Best Regards, Paulo Soares On Mon, 25 Mar 2002 10:20:48 +0100, you wrote: Hi, I work in AtosOrigin and my customer is an important Italian bank. The production environment is Domino release 5.06, which gives support to JDK 1.1.X. We developed a solution using your java

Re: [iText-questions] Page break in a table?

2002-03-26 Thread Carsten Frewert
Hi Christopher! On Tue, 26 Mar 2002, Lomvardias, Christopher wrote: Is it possible to specify page breaks in a table? I want to generate a large table but insert page breaks at various points. It's not clear to me how to do this. A large PdfPTable splits itself if it doesn't fit on a single

Re: [iText-questions] pdf template

2002-03-26 Thread Bruno Lowagie
Quoting Ahmed [EMAIL PROTECTED]: Hi! This is the 2 time I ask this question, maybe this time I get some responce ;-). I have received several FAILED MAIL messages from your mailserver. Maybe there was some problem with your account? I have created a PDF file using an adobe prog and I would

Re: [iText-questions] different font settings in same Phrase?

2002-03-26 Thread Bruno Lowagie
Quoting Lomvardias, Christopher [EMAIL PROTECTED]: Is it possible to have different font settings for different text elements in the same Phrase? I was going to refer you to: http://www.lowagie.com/iText/tutorial/ch02.html#fontpropagation But when I checked I saw the example didn't look like