Hi nick, you got any examples of filling out PDF templates using iText?

If I have a pdf form with one field called "myfield" and I have a hashmap
like so

Map myMap = new HashMap();

myMap.put( "myfield", "Web Guy" );
myMap.put( "address", "1 Main St." );

and I want to loop over my hashmap and fill the forms field , if it exists,
and save the resulting pdf to disk, what is the code with iText ??

Are there any good PDF forms with iText articles / tutorials / examples you
know of?

Thanks Nick, Justin.

-----Original Message-----
From: Nick de Voil [mailto:[EMAIL PROTECTED]
Sent: 30 January 2004 11:54
To: [EMAIL PROTECTED]
Subject: Re: [ cf-dev ] iText


> Any iText users on the list?

Yes, I use it with JRun.

Nick



--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to