Saving page as PDF or as HTML but with all entries
Posted
by Fincha
on Stack Overflow
See other posts from Stack Overflow
or by Fincha
Published on 2010-03-23T19:55:55Z
Indexed on
2010/03/23
20:03 UTC
Read the original article
Hit count: 369
Hello every one :)
I wont to create a pdf from a form on my page, but the Problem is, I need it excactly like the page with form, all entires.
So I have for example
2 Input Fields, 7 Radio, 2 Checkboxes, and as result i need a PDF with the same sructure, but if someone check the checkbox, it must be saved in pdf.
I have tryed to save the html content of the page on submit, and save it first in html file, but the problem is, my selections woundn't be saved.
The result must have the same as i would print my form.
I hope someone can help.
PS: I using PHP and jQuery
© Stack Overflow or respective owner