I'm using a standard example from the web (http://www.20seven.org/journal/2008/11/pdf-generation-with-pisa-in-django.html) to convert a django view / template into a PDF.
Is there an "easy" way to include images (either from a url or a reference on the server) in the template so they will show on the PDF?
All the above code did not worked for me. In the end i got it working by putting the get_full_path procedure. So the final code looks like this