Modify ↓
#10797 closed defect (fixed)
Update to xhtml2pdf from pisa (as pisa is now obsolete)
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | TracWikiPrintPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
Following chages are necessary :
- Two files needs to be changed :
wikiprint.py web_ui.py
- replace
import ho.pisa as pisa
withimport xhtml2pdf.pisa as pisa
- Installer needs to be changed (not done yet)
If someone will create a new version, please do not omit this. Maybe I will do it in the future as there are other 3 enhancements already done and not published yet.
Attachments (0)
Change History (7)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Owner: | changed from Álvaro Iradier to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:3 Changed 11 years ago by
Can you please push this patch into the plugin? I am planning to deploy wikiprint on several trac instances and would like to avoid massive patching ;-)
Note: See
TracTickets for help on using
tickets.
Thanks, I will take a look and likely push the change.