Jump to content

Javascript To Make A Form Print As Pdf


scburg66

Recommended Posts

I have a question, we are creating a form that is currently a PDF document found on our website. We are creating a web based version of the form. I would like to know if the ability to print the form as a PDF once it is filled in by a user is a JavaScript command. If so if anyone can help with the scripting that makes that happen would be great, as well as any pointers as to how to control any formatting in the printed PDF that will be rendered. Thank you in advance for any assistance you can offer. For reference as to what we would like the form to resemble when printed a copy of the current form can be found at: http://spo.usu.edu/files/uploads/SP-01.pdf

Link to comment
Share on other sites

javascript cant write to any files you need any server side language to create pdf file dynamicaly based on form data. once it is been created you can send it to browser to save it. if php is your choice there is libary of it.http://php.net/book.pdf

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...