html-pdf : HTML to PDF converter that uses phantomjs. You can installing html-pdf npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install html-pdf $ sudo npm install -g html-pdf
If want to update the html-pdf package execute the command as below,
$ sudo npm update html-pdf
Update package globally,
$ npm install -g html-pdf
$ sudo git clone https://github.com/rektide/html-pdf.git
$ sudo npm install -g ./html-pdf
html-pdf@2.2.0 /usr/lib/node_modules/html-pdf
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall html-pdf
Package Name | html-pdf |
Version | 2.2.0 |
Description | HTML to PDF converter that uses phantomjs |
Released Date | 2017-09-27T00:33:46.651Z |
Published by | marcbachmann |
How to Learn | https://www.npmjs.com/package/html-pdf/tutorial |