And if it is not possible then what are the other alternatives?
I tried to convert a complete html page to pdf with dynamic values but I can't .
But I saw some API like jspdf but it is not useful for me.
Is it possible to save a HTML page as PDF file using JavaScript or jQuery?
In Detail:
I generated one HTML Page which contains a list grid which populated all the available reports dynamically. It has one button 'save as PDF'. If the user clicks this button then the HTML page will be converted to a PDF file.
Is it possible using JavaScript or jquery?