Opened 16 years ago

Closed 16 years ago

#7382 closed (fixed)

Outputting PDFs with Django

Reported by: perenzo Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: pdf
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I think the article "Outputting PDFs with Django" should be extended to list up the "pisa" project. It allows easy creation of PDF out of HTML and CSS and is written in pure Python using the Reportlab Library. In the distribution a demo for Django integration is provided.

http://www.htmltopdf.org
http://www.djangosnippets.org/snippets/659/
http://www.nabble.com/Easy-PDF-generation-using-PISA-HTML2PDF-td16217908.html

Change History (4)

comment:1 by Russell Keith-Magee, 16 years ago

Resolution: invalid
Status: newclosed

None of the links you provide are part of the official Django documentation. DjangoSnippets is a useful community resource, but it isn't part of the official core Django distribution. If you think a snippet needs to be improved, contact the snippet author, or write a snippet of your own.

comment:2 by mrts, 16 years ago

russelm, "Outputting PDFs with Django" already mentions ReportLab. Mentioning Pisa -- that is a high level layer above ReportLab and shares Django's spirit of simplicity -- would do no harm and help people to achieve their goals more easily. So I'm +1 for perenzo's suggestion to mention pisa.

comment:3 by Russell Keith-Magee, 16 years ago

Resolution: invalid
Status: closedreopened
Triage Stage: UnreviewedAccepted

Apologies - I misunderstood the report.

comment:4 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: reopenedclosed

(In [7582]) Fixed #7382 -- Added a reference to Pisa HTML2PDF in the PDF output docs. Thanks for the suggestion, perenzo.

Note: See TracTickets for help on using tickets.
Back to Top