UNPKG

covert-html-pdf-js

Version:

Converting PDF to HTML with JS Node, React, Vue, Angular Etc

20 lines (12 loc) 257 B
# 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') ```