Use Django 1.5 StreamingHttpResponse to deliver reportlab pdf -


just wondered if have done pdf generation using reportlab , new streaminghttpresponse objects supported in django 1.5;

https://docs.djangoproject.com/en/dev/ref/request-response/#streaminghttpresponse-objects

i generating lots of pdfs using normal way described in django docs , using httpresponse file-like-object;

https://docs.djangoproject.com/en/1.5/howto/outputting-pdf/

now wondering if new streaming object in django can used , if idea @ all?

/ jens


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -