Skip to content

zidniryi/covert-html-pdf-js

Repository files navigation

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')

About

covert-html-pdf-js is light library to convert html file into pdf in node or front-end app like React/Vue/Angular

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published