Re: generating customized flyers (pngs or pdf)

2007-06-27 Thread [EMAIL PROTECTED]
Its been a while since I used reportlab but shouldn't he be able to add the image and place some text on top of it without generating a whole image with PIL and then placing it in pdf? Of course that assumes pdf output only and not png. I think the best results would be the reportlab route anywa

Re: generating customized flyers (pngs or pdf)

2007-06-27 Thread Nis Jørgensen
KpoH skrev: > Hello, > use PIL (http://www.pythonware.com/products/pil/) for this > Note the nice logo in the left sidebar :-) Nis --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Re: generating customized flyers (pngs or pdf)

2007-06-27 Thread KpoH
Hello, use PIL (http://www.pythonware.com/products/pil/) for this ndengler пишет: > hello, > we want to output small flyers that users can print (or could > display). > I had a look at http://www.djangoproject.com/documentation/outputting_pdf/ > which explains how to creat pdfs with templates. >

generating customized flyers (pngs or pdf)

2007-06-27 Thread ndengler
hello, we want to output small flyers that users can print (or could display). I had a look at http://www.djangoproject.com/documentation/outputting_pdf/ which explains how to creat pdfs with templates. How can we also create images? having a personalized text over a background image to be printe