Pisa (XHTML -> PDF) in Django will not display images in PDF
问题 To start, I've seen the other threads on this, and I have tried nearly everything to try to fix this but... When using Pisa to render an HTML page to PDF, the images in said HTML go conspicuously missing. That is to say, when the page is rendered to HTML, everything is just dandy, but when I switch the output to PDF using Pisa, the images disappear. The most common thing I've found to do is to create a link callback function thus: def fetch_resources(uri, rel): path = os.path.join(settings