[web2py] web2py Rocket support for python 3.6+

2020-01-27 Thread Rick Williams
Can anyone comment on the ongoing support for Rocket web server (with SSL/Https) with Web2py? My environment is RHEL Linux 7. I've been running on python 2.7.x for long time. I recently moved an app to python 3.6.3 ( I use Red Hat SCL rh-python35 and rh-python36) and ran into some times when we

[web2py] Re: Saving a view as an file/image

2020-01-27 Thread mostwanted
Hey John, I dont know if this will help you but there was a time when i needed to convert a view to PDF & I used 2 l js libraries, html2canvas & jsPDF, they enabled me to achieve my goal that time, you can find the jsPDF package here: https://github.com/MrRio/jsPDF and the html2canvas package h

Re: [web2py] Saving a view as an file/image

2020-01-27 Thread António Ramos
for pdf generation this is awesome!!! and has example with web2py https://www.reportbro.com/home/index setup for web2py ... https://www.reportbro.com/docs/setup Em dom., 26 de jan. de 2020 às 14:25, John Bannister escreveu: > Hi All, > > I have hit a bit of a stumbling block and would like to

[web2py] Re: Saving a view as an file/image

2020-01-27 Thread villas
Generating PDFs can be a challenge, so it would be much easier to style the vouchers in HTML. Re: QRcodes. You can even generate QRcodes using Markmin, or, just use the Google Charts API directly. Search web for other solutions. On Sunday, 26 January 2020 14:25:47 UTC, John Bannister wrote: