Converting PDF to HTML with JS Node, React, Vue, Angular Etc
npm install covert-html-pdf-jsyarn add covert-html-pdf-js
or
npm i v
``
const { convertHtmlToPdf } = require('covert-html-pdf-js');
// Your path html
// Your output name file
convertHtmlToPdf('./invoice2.html', 'sample')
``