i am using web2py technology for making web application i wanna to know how to allow my code print a picture on a specific position on a card on clicking on button.
Thanks in Advance
i am using web2py technology for making web application i wanna to know how to allow my code print a picture on a specific position on a card on clicking on 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.