Web2py - python

I am using web2py technology to create a web application. I want to know how to allow my code to print an image at a specific position on the map when a button is clicked.

Thanks in Advance.

+2


source to share


1 answer


If I understand the question, you can use reportlab to generate a PDF that combines images. Here's an example:

http://osdir.com/ml/web2py/2009-09/msg00963.html



You should really use the web2py mailing list for questions like this.

+3


source







All Articles