0
Hello, I would like to generate PDF reports using Angular consuming firebase data.
Is it possible to report multiple pages from HTML or using Typescript? Please help me
0
Hello, I would like to generate PDF reports using Angular consuming firebase data.
Is it possible to report multiple pages from HTML or using Typescript? Please help me
2
There is a list of solutions, you will need to structure the content and use some of these possibilities.
https://www.npmjs.com/package/electron-pdf
https://www.npmjs.com/package/html5-to-pdf
https://www.npmjs.com/package/phantom-html2pdf
I recommend reading the documentation of each one, so you can determine the best solution, since the information and structure of your project are not disclosed in the question. :)
Browser other questions tagged angular pdf-generation
You are not signed in. Login or sign up in order to post.
Thanks buddy, I’ll check every one of them!
– Felipe Szulcsewski
if you can’t call
– Tiago Tiede