UNPKG

phantom-html2whatever

Version:

Simple and lightweight HTML to PDF/JPG/PNG/Whatever conversion using Node and PhantomJS

18 lines (16 loc) 339 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <script type="text/javascript"> window.onload = function () { evt = document.createEvent('CustomEvent'); evt.initEvent('pdfTrigger', true, false); document.dispatchEvent(evt); }; </script> </head> <body> </body> </html>