There are some pure JavaScript libraries such as jsPDF (jsPDF - HTML5 PDF Generator | Parallax).
How can I output a page generated in WeWeb as a PDF?
Is it possible to do this with a pure JavaScript library or do I have to use a third party web site/service such as https://www.api2pdf.com/ ?
I suppose I could take jsPDF and put it on AWS or something like that and enable some restful inputs.
I may have reports with 10-30 pages.
What is the recommended procedure to get WeWeb to output a PDF.