Actions
Feature #1786
closedAlso available in: PDF for Wiki-Pages
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
2008-08-13
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
It would be really helpful if Wiki pages would also be available in PDF format, not only in HTML or TXT.
Imagine you have a nice documentation or specification in your internal Wiki and would like to send it to somebody who has no access to your Wiki. For that, a PDF version of your Wiki page would come in very handy.
Since it is already implemented on some pages in Redmine, I think this should be no problem for the Wiki too.
Related issues
Updated by Paul Rivier over 16 years ago
- Status changed from New to Closed
duplicate of #401
For what it's worth, the component missing to output wiki pages as PDF is html->PDF. If we want to use rfpdf engine, we first need to parse HTML to produce an intermediate object that can be expanded in an rfpdf template.
Actions