Hi Kenneth, and thanks for the reference. I must admin I did not think of looking int he Django docs for ReportLab related stuff. Should have.
My new problem is that the example in the docs uses canvas, but in order to display tabular data I think I need to use SimpleDocTemplate, with which I am able to prodice the pdf I want. I do not see how to incorporate this technology into the given example. Perhaps someone has done this and can give me the next pointer? Mike On Nov 22, 9:30 am, Kenneth Gonsalves <[email protected]> wrote: > On Sunday 22 Nov 2009 3:38:24 am adelaide_mike wrote: > > > Django 1.0.2 being used to create, manage and report on data in > > tables. I am using ReportLab to generate a .pdf which I store with a > > known name in a sub-directory. > > it is there in the docs - search for reportlab in the docs. > -- > regards > Kenneth Gonsalves > Senior Project Officer > NRC-FOSShttp://nrcfosshelpline.in/web/ -- 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=.

