On Thu, 2009-08-06 at 00:38 -0700, Harish wrote: > Hi Friends, > > I am working on a application which is using django. I have some > reports in the application. Currently all the reports are displayed > in the tabular formats in HTML. I just got a new idea of mailing a > particular report. > The report should be mailed to a person everyday at certain time say > (10:00 hrs)...... > > To generate the report, I am specifying python function/method in > crontab. I want the report should be converted to pdf ... and emailed > as an attachment..... > > Is there any free tool to convert the html to pdf.... or > Any better idea than this? > > > Regards > Harish Bhat M
Looking in the django documentation, there is this: http://docs.djangoproject.com/en/dev/howto/outputting-pdf/ A google for 'python html pdf' also brings up quite a few results, are none of them appropriate? Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

