PDF form submission
Posted
by Jeff
on Stack Overflow
See other posts from Stack Overflow
or by Jeff
Published on 2010-03-21T02:38:41Z
Indexed on
2010/03/21
2:41 UTC
Read the original article
Hit count: 490
I have a PDF form (made in Acrobat) that has button to submit via HTTP. What I want to do it have a PHP script that will take the PDF form and e-mail it to me via attachment.
What I don't want:
--PDF Submit via e-mail button. This requires webmail users to save the pdf and attach it, and is just too confusing for most users. I want one-click and done.
--Submit via mailto:[email protected]. Does the same thing as above.
If there's a pdf on the server, I know how to use PHP's mail() function to e-mail it to someone. What I don't know how to do is process the PDF once someone hits Submit within the PDF.
Does that make sense?
Thanks, Jeff
© Stack Overflow or respective owner