Hi everybody, i am looking for a way to get BaseDocTemplate from the reportlab library working, connected with a httpresponse. I found the documentation for a simple reportlab page, using canvas. But to me it seems, that i need more options than basic Canvas offers. Like a page header or footer, tables continuing over pages etc. I have not found a working example to use httpresponse:
response = HttpResponse(mimetype='application/pdf') response['Content-Disposition'] = 'attachment; filename=somefilename.pdf' in conjunction with: BaseDocTemplate('basedoc.pdf',showBoundary=1) So if somebody could provide some working code, or a hint to repository or an application with some working code, i'd really appreciate that. Greetings Sven -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.