Hello I wanted to know with the wappler solution generate the invoices of my customers so that they can download them in PDF
I tried the html to pdf module but I can’t integrate the lines of my invoices
Hello I wanted to know with the wappler solution generate the invoices of my customers so that they can download them in PDF
I tried the html to pdf module but I can’t integrate the lines of my invoices
The invoices are being generated by our payment platform - stripe.
Also if you just want to download a page as a pdf, then you can use window.print()
- all modern browsers support saving the page as PDF.