I want convert my web page with css to PDF on button click event in java script or jquery.
Asked
Active
Viewed 83 times
0
-
See http://stackoverflow.com/questions/30135765/save-a-pre-element-as-pdf-with-css – guest271314 Jun 15 '16 at 03:34
1 Answers
0
There is actually a package out there that does this for you
https://github.com/Xportability/css-to-pdf
"css2pdf is a simple to use Javascript for CSS to PDF rendering that can easily be plugged-in to your website."
Example:
<a href="#" onclick="return xepOnline.Formatter.Format('Usage',{render:'download'});">
<img src="button-print.png">
</a>

Nick Rucci
- 1,058
- 11
- 20