Re: [iText-questions] New member intro/ColumnText question

2004-12-22 Thread Paulo Soares
Not a problem, just repeat the procedure in the next page with same ColumnText. - Original Message - From: "Bryan Thompson" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Wednesday, December 22, 2004 11:54 PM Subject: Re: [iText-questions] New member intro/ColumnText que

Re: [iText-questions] New member intro/ColumnText question

2004-12-22 Thread Paulo Soares
It's the header/footer that overflows? - Original Message - From: "Bryan Thompson" <[EMAIL PROTECTED]> To: Sent: Wednesday, December 22, 2004 10:25 PM Subject: [iText-questions] New member intro/ColumnText question > Hey everyone, > > I'm a new list user here, thought I'd say hi and i

[iText-questions] New member intro/ColumnText question

2004-12-22 Thread Bryan Thompson
Hey everyone, I'm a new list user here, thought I'd say hi and introduce myself. My name is Bryan Thompson, and I'm from the middle of Nebraska. I've been working with Java for about 3 years now, and ColdFusion for 4 years. Most of the java work I've done has been for a very intense, very coo

itext-questions@lists.sourceforge.net

2004-12-22 Thread Steve Appling
Although it is defined in the HTML specificaiotn, the entity " " is not one of the standard entities built into XML, so the parser won't handle it by default. I think you need to add a custom entity resolver to SaxMyHtmlHandler (or derive your own handler from it and override the resolveEntity

itext-questions@lists.sourceforge.net

2004-12-22 Thread Amit Chawla
Hey here i am again.. html document has   example  . or   SaxMyHtmlHandler is not parsing and is not generating PDF. I feel it is taking it as element . Can anyone suggest how to handle   while parsing . Thanks regards amit chwla Disclaimer: 'This email and any files transmit

RE: [iText-questions] How do deal with checkboxes

2004-12-22 Thread Paulo Soares
AcroFields.getField() From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lonnie MkhizeSent: Wednesday, December 22, 2004 4:20 PMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] How do deal with checkboxes How do deal with checkboxes in

RE: [iText-questions] How to create new form fields , while creating a new pdf

2004-12-22 Thread Paulo Soares
See the examples at http://itextpdf.sf.net. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, December 22, 2004 2:58 PM > To: itext-questions > Subject: [iText-questions] How to create new form fields , > whil

RE: [iText-questions] Compiling with JDK 1.3

2004-12-22 Thread Paulo Soares
Get the latest iText version. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, December 22, 2004 3:07 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Compiling with JDK 1.3 > > >

[iText-questions] How do deal with checkboxes

2004-12-22 Thread Lonnie Mkhize
How do deal with checkboxes in a pdf. If the pdf has been created and you need indicated that a checkbox has been checked, what object and method do you use in the iText library.[EMAIL PROTECTED] wrote: Send iText-questions mailing list submissions toitext-questions@lists.sourceforge.netTo subscrib

Re: [iText-questions] Re: iText

2004-12-22 Thread Stephane Basile
Eric Anderson wrote: I know it sounds like a cheap answer, but couldn't you just use the .net component and expose that as a com object? Or use java api from your C++ app to expose it? The reason I suggest these cheap but simple ones, is the direct C# port of iText. With all of the classes of the .

[iText-questions] Compiling with JDK 1.3

2004-12-22 Thread f . alves
I've been trying to compile iText with JDK 1.3 (I need to) and get the following error: cannot resolve symbol symbol : class CertPath location: package cert import java.security.cert.CertPath; This message appears when I try to compile com.lowagie.text.pdf.PdfStamper I looked into the 1.3 A

[iText-questions] How to create new form fields , while creating a new pdf

2004-12-22 Thread anitha . d . chandran
Hi, I am creating a new pdf using itext . Is there a way to create form fields , in predefined places , while creating the new pdf ? Everywhere I am seeingways of populating he form fields, but no one is saying how to create new fields. Any help will be appreciated. Thanks, Anitha. --

Re: [iText-questions] Re: iText

2004-12-22 Thread Leonard Rosenthol
At 09:37 AM 12/22/2004, Eric Anderson wrote: I know it sounds like a cheap answer, but couldn't you just use the .net component and expose that as a com object? Not on OS platforms other than Windows ;). Or use java api from your C++ app to expose it? Yes. Or use a techniqu

Re: [iText-questions] Re: iText

2004-12-22 Thread Eric Anderson
I know it sounds like a cheap answer, but couldn't you just use the .net component and expose that as a com object? Or use java api from your C++ app to expose it? The reason I suggest these cheap but simple ones, is the direct C# port of iText. With all of the classes of the .Net framework at the

Re: [iText-questions] cell padding

2004-12-22 Thread Steve Appling
Several suggestions - I can't tell from your code what the vertical alignment is set to. Make sure it isn't ALIGN_TOP :) By default the leading will control the height of your cell. If you set PdfPCell.setUseAscender(true), PdfPCell.setUseDescender(true), and PdfPCell.setUseBorderPadding(true),

Re: [iText-questions] Re: iText

2004-12-22 Thread Leonard Rosenthol
At 03:03 AM 12/22/2004, Bruno wrote: > I discovered iText it's amazing !!! > I'm a C++ developper for 7 years. > I would like to offer some of my time to port iText in C++ . > What do you think of this idea. If you decide to do this, I'll be happy to help where I can. I've been wanting a

RE: [iText-questions] adding an existing pdf-document

2004-12-22 Thread Paulo Soares
Title: Nachricht See the sources and adapt for your needs. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 11:46 AMTo: Paulo SoaresSubject: AW: [iText-questions] adding an existing pdf-document ok thank you! but for both soluti

RE: [iText-questions] Big table - many columns AND many rows - auto splitting

2004-12-22 Thread Paulo Soares
If you need to split columns you can't use auto-splitting. You are right that you need to make your own calculations. Use table events for the headers and footers. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sam Coomar > Sent: Tuesday, Decemb

RE: [iText-questions] setting text in signature appearance

2004-12-22 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Wahaj > Sent: Wednesday, December 22, 2004 7:05 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] setting text in signature appearance > > Hi, > > I have 3 questions: >

RE: [iText-questions] finding page number of a signature field

2004-12-22 Thread Paulo Soares
> -Original Message- > From: Wahaj [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 22, 2004 8:58 AM > To: Paulo Soares; itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] finding page number of a > signature field > > Hi, > > I have 2 signature fields in a p

Re: [iText-questions] finding page number of a signature field

2004-12-22 Thread Wahaj
Hi, I have 2 signature fields in a pdf, one is signed and one is empty (Sign1, Sign2). Using AcroFields.getSignatureNames() I can get the fields which are already filled i.e. Sign1. To get the empty ones I called AcroFields.getFields() which returned me the hashMap where keys are Sign1 and Sign2.

[iText-questions] setting text in signature appearance

2004-12-22 Thread Wahaj
Hi, I have 3 questions: 1) If we create a signed pdf document using iText samples and open it in Adobe, a text "Signature Not Verified" is shown on the top left, after verifying successfully using Adobe the text becomes "Signature valid". This message seems to be inserted by the iText API it self

Re: [iText-questions] License question

2004-12-22 Thread Bruno
Quoting Adam Smith <[EMAIL PROTECTED]>: > I am using iText to create pdf reports in real-time for the company I work > for... on the FAQ, I see that we need provide copyright and link to the > iText website... where do I have to do this? Copyright notices: somewhere in the comment section of y

[iText-questions] Re: iText

2004-12-22 Thread Bruno
Quoting Stephane Basile <[EMAIL PROTECTED]>: > Hi, > > I discovered iText it's amazing !!! > I'm a C++ developper for 7 years. > I would like to offer some of my time to port iText in C++ . > What do you think of this idea. It's always interesting to have a port in other languages. There is a J#