html2pdf.it
v1.7.0
Published
html2pdf.it =========== Using PhantomJS to generate pdfs, via a webservice. Runs using node.js.
Downloads
42
Maintainers
Readme
html2pdf.it
Generate PDFs from any web-page. You need Node.js to run it.
See it in action at: html2pdf.it.
Works out of the box on any operating system supported by phantomjs-prebuilt; this specifically includes Windows, macOS, and most Linux distributions.
To get started you need to clone the repository, cd to it and run:
npm installRunning webserver locally
node open.jsThis also opens your web-browser pointing to your locally running html2pdf.it:
Running webserver
node .If you want to host html2pdf.it yourself, you will have to ask your host if they support hosting Node.js applications.
If your host does not support Node.js, you'll need to find a new host that does. Check out Heroku or Nodejitsu for example.
Running tests
npm testPage breaks
You can use the CSS attribute:
page-break-before: always;License
MIT
