Feature #5125
openExport roadmap to PDF
0%
Description
It would be really nice if it was possible to export the roadmap to a PDF file.
Files
Updated by Oleg Ivanov over 14 years ago
- File roadmap_pdf_export.patch roadmap_pdf_export.patch added
here's a patch that adds PDF export option to roadmap and individual version's pages. It's a bit more extensive that the pages themselves as it also includes detailed exports of all included issues - while it may be an overkill for some, it was a requirement for me. Maybe someone would like to make it optional.
The patch also fixes a bug in FPDF that prevented from adding more then one link to the document due to the typo in FPDF::Link method.
Updated by Doug Goldstein over 14 years ago
- Assignee set to Eric Davis
Eric,
You and I discussed this one in IRC last week and you told me to assign it to you and you'd make some comments. Thanks.
Updated by Doug Goldstein over 14 years ago
Eric,
One of our developers at the office update the patch to apply cleanly to 0.9.4 (it applies to 0.9.5 as well). I've attached it here.
Updated by Radek Antoniuk about 12 years ago
- Assignee set to Jean-Philippe Lang
guys, you have the patch for almost two years now, please integrate it into trunk as it would be quite useful to have it.
keep up the good work! :)
Updated by Jean-Philippe Lang about 12 years ago
Exporting the full roadmap with all issues details (as proposed in the patch) may produce huge pdf and be very slow. I think that limiting the export to a single version would be safer.
Updated by Jean-Philippe Lang almost 12 years ago
- Target version deleted (
2.2.0)
PDF exports are far from perfect and not easy to maintain. While existing ones will stay maintained in the core, I don't want to add more PDF exports. Exporting the issue list grouped by versions gives a PDF that is pretty close to what a roadmap export would be.
Updated by Robert Hailey over 11 years ago
In case anyone was wondering, this patch does not apply to the 1.4.x branch, even when taking into account the *.rhtml -> *.html.erb transitions.
Updated by Martin Grotzke over 11 years ago
I'd be interested in exactly this: a pdf export of the roadmap including issue details. A separate export for each version would also be fine.