generating PDF using Reportlab's SimpleDocTemplate

2007-08-23 Thread abrightwell
So, I have been playing around with reportlab and django in order to generate pdf's of information from my application. I have played with the example of using reportlab found in the django documentation but it seems a bit tedious for my purposes (painting everyline). Being able to use SimpleDoc

Re: generating PDF using Reportlab's SimpleDocTemplate

2007-08-23 Thread abrightwell
nformation) response.write(buffer.getvalue()) buffer.close() return response On Aug 23, 1:12 pm, abrightwell <[EMAIL PROTECTED]> wrote: > So, I have been playing around with reportlab and django in order to > generate pdf's of information from my application. I have played

Re: generating PDF using Reportlab's SimpleDocTemplate

2007-08-27 Thread abrightwell
ite directly to them. Try passing the > HttpResponse directly to the SimpleDocTemplate constructor instead. > > --Ned.http://nedbatchelder.com/blog > > > > abrightwell wrote: > > Nevermind, the main problem I seemed to be having was "associating" > > the pd