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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -