touron.g...@gmail.com
unread,Oct 30, 2010, 10:55:34 AM10/30/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to origami-pdf
Hello,
I would like to add a little AcroForm to my PDF created from scratch.
In fact, my goal is to send an ID value to my web server using this
form and Action::SubmitForm then. For this, SubmitForm requires
Fields. I took a look to Origami's cheat sheet, and saw
pdf.create_acroform(*fields) and pdf.add_fields(*fields) methods wich
apprently suit my need. But, I don't know Ruby language, and I need an
example of using these methods. I didn't find in origami framework
such an example. I'd appreciate some help :-)
Thanks!