#641 closed enhancement (duplicate)
View Tickets export to PDF?
Reported by: | Owned by: | anybody | |
---|---|---|---|
Priority: | high | Component: | Request-a-Hack |
Severity: | normal | Keywords: | |
Cc: | eladb@…, HeX, hamsterready@…, Ryan J Ollos | Trac Release: | 0.11 |
Description
Would it be possible to extend PageToPDF to also allow exporting Trac Reports to PDF as well as wiki pages? When using a private Trac system, it is useful to be able to send out reports to external customers that may not have access to Trac directly.
Attachments (0)
Change History (15)
comment:1 Changed 18 years ago by
Component: | PageToPdfPlugin → Request-a-Hack |
---|---|
Owner: | changed from Alec Thomas to anybody |
comment:2 Changed 18 years ago by
Cc: | eladb@… added; anonymous removed |
---|
comment:3 Changed 17 years ago by
Cc: | HeX added |
---|
comment:4 Changed 17 years ago by
Cc: | hamsterready@… added |
---|
comment:5 Changed 16 years ago by
i would like this too! And if images inserted with
[[image(Pic.jpg)]]
also would be printed in the PDF-Output it would be great. THX, good work this trac 0.11.2
comment:7 Changed 16 years ago by
Priority: | normal → high |
---|---|
Trac Release: | 0.10 → 0.11 |
comment:9 Changed 15 years ago by
Cc: | Ryan J Ollos added |
---|
comment:10 Changed 15 years ago by
Before coming across this request I had opened a similar enhancement request for the TracWikiToPdfPlugin in ticket #5490.
comment:11 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
#767 is a duplicate, but includes requested support for timeline.
comment:12 follow-up: 13 Changed 7 years ago by
None of these tickets supply any information on how you actually can select trac tickets for the wikitopdf plugin.
comment:13 Changed 7 years ago by
comment:15 follow-up: 16 Changed 7 years ago by
Replying to Ryan J Ollos:
Replying to anonymous:
None of these tickets supply any information on how you actually can select trac tickets for the wikitopdf plugin.
=> #5490.
These tickets just link to each other in a circle
comment:16 Changed 7 years ago by
Replying to anonymous:
These tickets just link to each other in a circle
#5490 is the ticket where the feature has been requested for TracWikiToPdfPlugin. The feature is not implemented. TracWikiToPdfPlugin does not have a maintainer, so the feature will not be implemented unless someone steps up to provide a patch. PatchWelcome. If you have more questions, please ask on the MailingList.
This should be possible, but will take more work. PageToPdfPlugin simply uses the existing Wiki module to render to HTML, then converts that to a PDF. For the ticket system one would have to render to HTML manually.