On Sat, Mar 31, 2012 at 12:38 PM, Ganesh Kumar <[email protected]> wrote: > Hi guys, > > I am new to django reportlab. I want to generate pdf. file to select > mysql (table) content. How to proceed with reportlab, I can do with > some other tool. > please guide me. your valuable suggestion. >
I'll use pisa, it allows you to generate pdf's from html source. So it's perfect for Django: write a template with html format, render the template and pass it to pisa. this snipet will show you how to do all the process: http://djangosnippets.org/snippets/659/ -- Marc -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

