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/examples.php
hope helps you.
Comments
Post a Comment