have PDF form, need to port to website

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-04-27T20:10:41Z Indexed on 2010/04/27 20:13 UTC
Read the original article Hit count: 256

Filed under:
|
|

So here is what I have: a PDF form (job application) that a client is requesting to put on their website as a form and the data gets sent to them when an applicant on the site fills the form out. My idea is as follows: dissecting the PDF, taking its fields and making the HTML form, then processing on the server side, creating the new PDF and emailing as an attachment to the client. However, something tells me that there is a better, more effective way of doing it. Is that so?

© Stack Overflow or respective owner

Related posts about pdf

Related posts about php