What is the best way to generate PDF from HTML (in bulk) and download all in zip file using Python(Django) or JavaScript?
For my site, I am looking for a solution that convert dynamic HTML pages to PDF. Actually, I've multiple reports to generate form HTML and I want it to be done on server-side and to be done in background(if possible), after that all the reports are downloaded in a single compressed file where all the reports are generated separately according to the template(HTML).
Comments
Post a Comment