[iText-questions] RE: Font Exception

2003-03-12 Thread Tony Costanzo
I will ask one more time :) 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 fo

[iText-questions] Font Exception

2003-03-11 Thread Tony Costanzo
ch 10, 2003 5:49 PM To: Tony Costanzo; [EMAIL PROTECTED] Subject: Re: [iText-questions] REL New release itext-paulo-112 Did you try with the jar at my site? Best Regards, Paulo Soares - Original Message - From: "Tony Costanzo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

[iText-questions] REL New release itext-paulo-112

2003-03-10 Thread Tony Costanzo
What kind of errors would you get in the race condition. I just tried using the stuff I have built using iText with another application and I got the following errors: 2060: Helvetica not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts) 2060:

RE: [iText-questions] itext-paulo-110 (2003-03-05)

2003-03-07 Thread Tony Costanzo
.getAcroForm(); if (completedform != null) writer.copyAcroForm(completedPDF); } mergedPDF.close(); } -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 11:21 AM To: 'Tony Costanz

RE: [iText-questions] itext-paulo-110 (2003-03-05)

2003-03-06 Thread Tony Costanzo
Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 5:15 AM To: 'Tony Costanzo'; [EMAIL PROTECTED] Subject: RE: [iText-questions] itext-paulo-110 (2003-03-05) It can be done if you flatten the fields otherwise the field names would be duplicated. The s

[iText-questions] itext-paulo-110 (2003-03-05)

2003-03-05 Thread Tony Costanzo
form fields) and then outputting one large merged PDF.  Can this be done with this version?  If so, can you point to what classes I need to be looking at.  Thanks in advance. Tony Costanzo   Changes in itext-paulo-110 (2003-03-05) - Added support for form filling, form flattening and FDF merging

[iText-questions] Populating AcroForm Fields with Dynamic Data and Merging PDFS

2003-02-19 Thread Tony Costanzo
which is displayed to user   Thanks in advance, Tony Costanzo