up vote 4 down vote favorite
5
share [g+] share [fb]

I would like to generate a report file from a view&template in django. Preferred file formats would be OpenOffice/ODF or PDF.

What is the best way to do this?

I do want to reuse the page layout defined in the template, possibly by redefining some blocks in a derived template.

Ideally, the report should be inserted into an existing template file so I can provide the overall page layout, headers and footer in the generated output format.

link|improve this question

47% accept rate
Dupe of stackoverflow.com/questions/177799/…. – S.Lott Oct 22 '08 at 9:57
Not quite a duplicate, as I am looking for a way to re-use my django templates. Thanks for the hint though. – Ber Oct 22 '08 at 15:01
feedback

3 Answers

up vote 3 down vote accepted

try pod

link|improve this answer
feedback

pisa/xhtml2pdf should get you covered for PDF. It even includes an example Django project.

link|improve this answer
feedback

Try ReportLab for PDF output:

http://www.reportlab.org/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.