I am using web2py technology for making web application. I want to know how to allow my code print a picture on a specific position on a card on clicking a button.
Thanks in Advance.
I am using web2py technology for making web application. I want to know how to allow my code print a picture on a specific position on a card on clicking a button.
Thanks in Advance.
If I understand the question, you can use reportlab to generate a PDF that embeds images. Here is an example:
http://osdir.com/ml/web2py/2009-09/msg00963.html
You should really use the web2py mailing list for this kind of questions.