html-to-pdf-by-id
v1.0.3
Published
Convert html to pdf by id of element
Readme
cover your html tags to .PDF format
its based on vanilla javascript its tested with react but should work with other technologies like vue, angular etc.
usage for react__
import htmltoPDF from "html-to-pdf-by-id"
htmltopdf(elemnt_id) it accepts the id of element
