javascript - How to transform a DOM element on my site in a PDF? -


i have div inside site containing graphs using svg. want prompt browser convert div pdf, using same algorithm use if user asked print site, except restricted div. want email and/or print pdf.

is possible?

you can use tcpdf plug in that. used create pdf html.

http://sourceforge.net/projects/tcpdf/files/

http://www.tcpdf.org/docs.php

http://www.tcpdf.org/examples.php

hope helps you.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -