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

2020-01-28 Thread Dave S
On Sunday, January 26, 2020 at 11:04:43 AM UTC-8, Scott Hunter wrote: > > The FPDF module has an HTML Renderer which you might find useful. > > - Scott > I haven't looked into that feature (that I know of), but from my previous experience with FPDF I would probably have started with doing the

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

2020-01-28 Thread John Bannister
Hey thanks a lot will try it out!! From: web2py@googlegroups.com [mailto:web2py@googlegroups.com] On Behalf Of mostwanted Sent: 27 January 2020 15:47 To: web2py-users Subject: [web2py] Re: Saving a view as an file/image Hey John, I dont know if this will help you but there was a time when

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

2020-01-28 Thread John Bannister
To: web2py-users Subject: [web2py] Re: Saving a view as an file/image 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

[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

[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:

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

2020-01-26 Thread Scott Hunter
The FPDF module has an HTML Renderer which you might find useful. - Scott On Sunday, January 26, 2020 at 9:25:47 AM UTC-5, John Bannister wrote: > > Hi All, > > I have hit a bit of a stumbling block and would like to know if anyone > else has come across this and how to resolve it. > >