[iText-questions] itext and jdk 1.4

2003-02-12 Thread Steve Buonincontri
Would iText work with JDK 1.4 compiled code?   -steveb

Re: [iText-questions] Evaluation of iText:Current status of HtmlWriter

2003-02-12 Thread Paulo Soares
If the HTML presentation of forms is the main goal then you should invest in creating the HTML, probably directly, it would take the same work as producing XML. Conversion to PDF could be done with htmldoc (www.easysw.com). The HtmlWriter may work for you (try it!) but the main development effort o

Re: [iText-questions] printer supports two sided printing (HP2200d). Can I let the printer know when to feed a new sheet?

2003-02-12 Thread Paulo Soares
PDFs can't carry printer information. The only thing you can do is to insert an extra blank page. Best Regards, Paulo Soares - Original Message - From: "Gunter Sammet" <[EMAIL PROTECTED]> To: "iText" <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 20:24 Subject: [iText-questions] p

[iText-questions] Evaluation of iText:Current status of HtmlWriter

2003-02-12 Thread Karl Ivar Dahl
I´m currently evaluating iText for use in a potentially large project where HTML presentation of forms is the main goal. However, we need to be able to convert those forms to PDF for download when necessary. It seems that using dynamically generated iText XML (by an JSP) for representing the

[iText-questions] printer supports two sided printing (HP2200d). Can I let the printer know when to feed a new sheet?

2003-02-12 Thread Gunter Sammet
Hello all: Couldn't find anything in the archive or I used the wrong key words. Hope somebody can help. Want to do a mail merge pdf document. Some of the merges have 2 pages (front/back) and some have 3/4 pages (front/back/front/[back]). Whenever there is a new record I want to make sure it's not

Re: [iText-questions] is it possible to register fonts when the . ttf file exists in a .ear or .war file (using URL)?

2003-02-12 Thread Paulo Soares
See www.geocities.com/itextpdf Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 18:19 Subject: RE: [iText-questions] is it possible to register fonts when the . ttf file exists in a .ear or .war file (usin

RE: [iText-questions] is it possible to register fonts when the .ttf file exists in a .ear or .war file (using URL)?

2003-02-12 Thread Paulo Soares
You can register a font from a jar, just include the full resource path. iText will look first for a file path and if not found will try to load it as a resource. You'll need itext-paulo-108 for it. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [SMTP:[EMAIL P

RE: [iText-questions] is it possible to register fonts when the . ttf fileexists in a .ear or .war file (using URL)?

2003-02-12 Thread perry . tew
Paulo, Thank you for your quick response. I must admit ignorance here, but I don't understand what itext-paulo-108 is. Is this a cvs branch tag or something? Being new to your project, would you please provide me a short explanation of how to obtain itext-paulo-108? I was wondering. Is th

RE: [iText-questions] PDF version

2003-02-12 Thread Paulo Soares
> -Original Message- > From: Piotr Luczycki [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 20:56 > To: [EMAIL PROTECTED] > Subject: [iText-questions] PDF version > > What version of PDF does iText support? Can I specify which version the > If you are referri

RE: [iText-questions] hell

2003-02-12 Thread Paulo Soares
You can rename the new pdf to the name of the old one. Best Regards, Paulo Soares > -Original Message- > From: Hemant Koppikar [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 16:29 > To: [EMAIL PROTECTED] > Subject: [iText-questions] hell > > > hi guys > > Is there

[iText-questions] is it possible to register fonts when the .ttf file exists in a .ear or .warfile (using URL)?

2003-02-12 Thread perry . tew
Hello, I've begun using iText to create reports for a new internet site with much success. However, I've run into an issue of registering fonts within my archive. I'm deploying a j2ee app to weblogic, and when I deploy an exploded app, I can call application.getRealPath() within my jsp page a

[iText-questions] quit border from table

2003-02-12 Thread RAUL283
Hi. I want to know why I can´t quit the border from my table created with class Table. When I execute it, I see the table with border. The code is this: Table tablaFacturas = new Table(4); tablaFacturas.setBorderWidth( 0 ); tablaFacturas.setDefau

RE: [iText-questions] fonts

2003-02-12 Thread Paulo Soares
>From the same place you got the fonts from. Best Regards, Paulo Soares > -Original Message- > From: Jonathan Cavadini [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 8:18 > To: [EMAIL PROTECTED] > Subject: [iText-questions] fonts > > Where can I find *.afm fonts for

RE: [iText-questions] How can I hide the borders of my form field?

2003-02-12 Thread Paulo Soares
Using PdfAcroForm you can't. You have to draw the fields yourself. Best Regards, Paulo Soares > -Original Message- > From: Jubeau Gaëlle (Axen) [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 14:30 > To: '[EMAIL PROTECTED]' > Subject: [iText-questions] How can I hide

[iText-questions] hell

2003-02-12 Thread Hemant Koppikar
hi guys Is there any way through itext to read PDF template which has text fields etc i want to write to the specific text fields the dat i wll send form jsp pages i tried but it always creates a new pdf file which i don t want.so if uahev and sample codes or snippets kindly let me know. thanks

Re: [iText-questions]

2003-02-12 Thread Bruno
Quoting Ulrich Hilger <[EMAIL PROTECTED]>: > Hello everybody! > > sorry for posting this again, but my previous posts did not lead to an answer > so far. Your rather special mail-address led to the refusal of your mail by several mailservers. Please change it. It didn't invite me to answer the m

[iText-questions]

2003-02-12 Thread Ulrich Hilger
Hello everybody! sorry for posting this again, but my previous posts did not lead to an answer so far. For below posted question I would like to know if the approach is valid or what could be done to call respective method successfully: I have noticed that class HeaderFooter has a method paragr

[iText-questions] How can I hide the borders of my form field?

2003-02-12 Thread Jubeau Gaëlle (Axen)
Hello, I have created a PdfFormfield (PdfAcroForm.addSingleLineTextField()), but I don't want to see the borders of this Form Field on my document. Do you know a solution to hide it? Many thanks Gaëlle > Gaëlle JUBEAU > AXEN - UCB Braine L'Alleud > Tél: 00 32 2 386 36 77 > [EMAIL PROTECTED] > >

[iText-questions] fonts

2003-02-12 Thread Jonathan Cavadini
Where can I find *.afm fonts for different type of fonts ?   Thanks   Jonathan Cavadini