Is it possible to save HTML page as PDF using JavaScript or jquery?

This might be a late answer but this is the best around:
https://github.com/eKoopmans/html2pdf

Pure javascript implementation.
Allows you to specify just a single element by ID and convert it.

Leave a Comment