vote up 2 vote down star
2

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.

flag

50% 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

3 Answers

vote up 2 vote down check

try pod

link|flag
vote up 2 vote down

Try ReportLab for PDF output:

http://www.reportlab.org/

link|flag
vote up 3 vote down

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

link|flag

Your Answer

Get an OpenID
or

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