Re: [iText-questions] Changes on 0.97 version

2003-03-11 Thread Bruno
Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > Hi Bruno! > > I downloaded the latest version of iText (0.97) and would like to see the > changes from version 0.96. I cannot find it on the > iText homepage. Can you give me or where can I download the changes > document? http://www.lowagie.com

Re: [iText-questions] PdfPTableEvent

2003-03-11 Thread Ricky M. Codizar
Hi! I'm launching my iText document on the servlet (tomcat). The document contains a PdfPTable and inside the document, I'm using a PdfPTableEvent class. There is an error on the PdfPTableEvent class such as this (no class definition) on Tomcat. I tried to remove temporarily the PdfPTableEvent

Re: [iText-questions] HeaderFooter

2003-03-11 Thread Bruno
Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > Hi! > > Would like to ask question about HeaderFooter. How can you add a HeaderFooter > without the horizontal lines HeaderFooter extends Rectangle, so you can use method setBorder. > and multiple lines of Phrases? You can't control this. What

Re: [iText-questions] HeaderFooter

2003-03-11 Thread Ricky M. Codizar
Hi! Would like to ask question about HeaderFooter. How can you add a HeaderFooter without the horizontal lines and multiple lines of Phrases? Kindly advise. Thanks. Ricky M. Codizar [EMAIL PROTECTED] --- This SF.net email is sponsore

Re: [iText-questions] Changes on 0.97 version

2003-03-11 Thread Ricky M. Codizar
Hi Bruno! I downloaded the latest version of iText (0.97) and would like to see the changes from version 0.96. I cannot find it on the iText homepage. Can you give me or where can I download the changes document? Thanks always for the support. Ricky M. Codizar [EMAIL PROTECTED] ---

RE: [iText-questions] Page events don't appear to be firing

2003-03-11 Thread Jaladurgam, Ramana
Title: Message Did you say PDFWriter.setPageEvent( Check whether if you have done it or not.     -Original Message-From: Warren Little [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 3:42 PMTo: [EMAIL PROTECTED]Subject: [iText-questions] Page events don't appear

[iText-questions] Page events don't appear to be firing

2003-03-11 Thread Warren Little
I'm trying to take some action when the onPageEnd or onPageStart happens. My class implements PdfPageEvent and I have the listener methods defined. I do a System.out in both the mentioned handlers methods but nothing comes out. What would prevent this callbacks from firing W

[iText-questions] Font Exception

2003-03-11 Thread Tony Costanzo
Any reason why this exception might be occuring: 2860: Helvetica not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts) 2860: Exception = ExceptionConverter: com.lowagie.text.DocumentException: Helvetica not found as resource. (The *.afm

[iText-questions] How to return only the contype, not the body from the server side

2003-03-11 Thread Lynn Young
Hello, when IE deals with plug-ins, it sends the request twice or three times, depends on the version of IE. I have a code, need to call acrobat reader plug-in. I don't want to implement it as a helper application, because I need to print something silently(without print dialog box). The content

Re: [iText-questions] java.lang.NoSuchMethodError in iText-0.97

2003-03-11 Thread Bruno Lowagie
Java User wrote: Hi Bruno, I was using iText-0.96 and everything was working fine for me. I replaced it with the new jar (iText-0.97) and When I run the sample program: *java Chap0101,* I see the following exception: Chapter 1 example 1: Hello World Exception in thread "main" java.lang.NoS

Re: [iText-questions] java.lang.NoSuchMethodError in iText-0.97

2003-03-11 Thread David Thielen
It might be that it was built for java 1.4.   - dave   - Original Message - From: Java User To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 12:13 PM Subject: [iText-questions] java.lang.NoSuchMethodError in iText-0.97 Hi Bruno,

[iText-questions] java.lang.NoSuchMethodError in iText-0.97

2003-03-11 Thread Java User
Hi Bruno,   I was using iText-0.96 and everything was working fine for me. I replaced it with the new jar (iText-0.97) and When I run the sample program: java Chap0101, I see the following exception:     Chapter 1 example 1: Hello WorldException in thread "main" java.lang.NoSuchMethodError 

[iText-questions] table width

2003-03-11 Thread Warren Little
The width of my PdfPTable appears to be much smaller the width of my page. I add paragraphs before and after the table and can see the right sides do not match up I have tried changing the totalWidth to no avail.  What might I be doing wrong

RE: [iText-questions] Pages

2003-03-11 Thread Jaladurgam, Ramana
Say Document.newPage() at the end of the table. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 12:08 PM To: [EMAIL PROTECTED] Subject: RE: [iText-questions] Pages I had generate reports with iText. In the page i have a table and at the

RE: [iText-questions] Pages

2003-03-11 Thread JOUSHA
I had generate reports with iText. In the page i have a table and at the and of table i want skipping to next page. I want know if there's a command who is able to do it! Thanks Massimiliano Scopri le nuove cartoline del Grande Fratello! http://cartoline.ju

[iText-questions] Can I Attach files

2003-03-11 Thread r
Hi. Can I generate a pdf with attached files with iText? Is there any tool that can do it? Thanks. Roger. __ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com --

[iText-questions] Content of a genericTag

2003-03-11 Thread Isaac . Goldstein
Hi. Can I get the content of a generic tag? I have the following declared in my tag map: If I have the following in my xml page: my data Is there some way I can get the content ("myData") --- This SF.net email

RE: [iText-questions] How to manipulate text field with iText API

2003-03-11 Thread Paulo Soares
See the examples fdfmerge and field_merge in itext.execuchoice.com. Best Regards, Paulo Soares > -Original Message- > From: Lei, The-Viet [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 16:01 > To: '[EMAIL PROTECTED]' > Subject: [iText-questions] How to manipulate text fiel

[iText-questions] How to manipulate text field with iText API

2003-03-11 Thread Lei, The-Viet
Hello power iText users, i am using Acrobat Destiller to manipulate some existing files. I add some named text fields. Does anyone know how to to set the named text fields value with the iText API ? Thank you for your reading and helps, The-Viet Lai --

Re: [iText-questions] Servlet parameter

2003-03-11 Thread Bruno
Quoting "Collenghi, Ruggero" <[EMAIL PROTECTED]>: > My servlet creates a Pdf file using one parameter (from a GET request), > when > I call the servlet from IEplorer I obtain a blank page, > this won't happen if I add the separator "&" at the end of the parameter > value passed in the url. > An e

[iText-questions] Servlet parameter

2003-03-11 Thread Collenghi, Ruggero
My servlet creates a Pdf file using one parameter (from a GET request), when I call the servlet from IEplorer I obtain a blank page, this won't happen if I add the separator "&" at the end of the parameter value passed in the url. An example follows: If I call my servlet in this manner http://ww

RE: [iText-questions] modifying metadata

2003-03-11 Thread Matt Benson
Dunno, I tried Jena without success, possibly I should try a little longer with it, but it almost seems easiest to go with generic XML parsing. Thanks, Leonard. -Matt --- Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 03:00 PM 3/10/2003 -0800, Matt Benson wrote: > >Is XMP the only valid forma

RE: [iText-questions] 110 won't build under jdk 1.3

2003-03-11 Thread bruno
Quoting "Wilson, Andrew" <[EMAIL PROTECTED]>: > Anyone know when an official release is planned? I just released iText0.97. I didn't do the tests I normally do (I didn't look at the examples). I hope there will be a lot of response from the mailing list subscribers if I made a mistake somewhere