I have been trying to dynamically generate a PDF
file from my web app based on Firebase
.
I recently tried to use html-pdf node module to generate a pdf. But the implementation I wanted to do was to be able to generate the PDF
file using a combination of Javascript and html-pdf.
So what I wanted to understand is , how can I call html-pdf
's create functionality from my apps javascript file
.
I have used browserify to create a bundle.js
file for html-pdf node module
.
If there is any other info that you need. Please let me know.