I am generating a PDF on the fly, and I also want to add an image to it. 

The image is stored in static/images, but when I try to add it to my pdf, 
it says: 
raise IOError(\'Cannot open resource "%s"\' % name)\nIOError: Cannot open 
resource "logo.jpg"\n'

I've tried it in three different ways, but each of them failed:
logo = "/static/images/logo.jpg"          //also tried with 
/images/logo.jpg and /logo.jpg
im = Image(logo, 2*inch, 2*inch)
story.append(im)


Any ideas on how to solve the problem?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to