Opened 12 years ago
Closed 10 years ago
#18891 closed New feature (wontfix)
Add django-wkhtmltopdf to further resources
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi on the docs,
https://docs.djangoproject.com/en/dev/howto/outputting-pdf/
please could you consider adding django-wkhtmltopdf to further info or even re-writing the whole page around it?
django-wkhtmltopdf has got some documentation and has recently been updated to use class-based views.
I had lots of problems with using reportlab/pisa etc not least because it's opaque when it has errors. I just could not get it to add my image resource on 1.4. I'm not sure if it's related to static files, I did get it to work once, but only by causing an error with statics.
Once I'd read the django docs about how to use class-based views, I found django-wkhtmltopdf to be a breeze!
Kerry
Change History (2)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → New feature |
comment:2 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
On further thought, I think it's better not to add further endorsements of third-party packages.
Adding to further resources is ok with me.