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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -