Submit pdf form fields to a HTTP POST request
Posted
by
Josjojo
on Stack Overflow
See other posts from Stack Overflow
or by Josjojo
Published on 2010-12-03T14:39:07Z
Indexed on
2012/11/22
22:59 UTC
Read the original article
Hit count: 212
I've made a pdf form in Adobe Acrobat. Now I want to make a button that submits the form to a HTTP POST request. I have searched for about 4 hours, but I have not found an example to do this.
Here I read that it is possible to send the pdf form fields with a HTTP submission, but there's also no example given: http://acrobatusers.com/tutorials/form-submit-e-mail-demystified
I'm looking for a JavaScript example that I can link to the submit button.
© Stack Overflow or respective owner