covert-html-pdf-js
v1.0.1
Published
Converting PDF to HTML with JS Node, React, Vue, Angular Etc
Downloads
18
Maintainers
Readme
covert-html-pdf-js
Instalation
yarn add covert-html-pdf-js
or
npm i v
How To Use
const { convertHtmlToPdf } = require('covert-html-pdf-js');
// Your path html
// Your output name file
convertHtmlToPdf('./invoice2.html', 'sample')