Open GoogleCodeExporter opened 9 years ago
Note that these patches make the original design work. The newer approach
(packaged with later web2py releases) works like this: you request a pdf as
before (report.pdf) and the generic pdf view 1st runs your report.html and then
converts the entirety of that to a pdf.
Now this is cool *but* there is still a wide use case for the more segregated
approach used in this sample app (for instance I'm using something like this as
the html generated by my default view is not convertable - has colspan elements
- so it is either rewrite a special new html view that *is*, or just write a
separate pdf view...which I did).
Original comment by mark.kir...@gmail.com
on 11 Nov 2014 at 6:14
Original issue reported on code.google.com by
mark.kir...@gmail.com
on 11 Nov 2014 at 4:04Attachments: