[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Filling PDF Forms

mjfreshyfresh

12/29/2005 8:59:00 PM

Just to follow up on this...

I ended up using iText which is a Java library. Filling in the form
fields was a piece of cake!
http://www.lowagie....

After writing my own wrapper to iText I then connected it to Ruby using
RJB
http://arton.no-ip.info/collabo/backyard/?Ruby...
This bridge was also very easy to configure and use.