|
[
Permlink
| « Hide
]
Chris Gross added a comment - 29/Jul/03 05:17 PM
I would really like to see a pdf option on the search results page. Something like full content but without a page break between each issue. When printing 50 issues, some of which have no comments, its a real pain when 1 page is printed for each issue.
You can easily edit the JSP to remove the page break by editing navigator-full.jsp.
Remove the "page-break-before: always;" from <p> To some extent this can be done already by hand, but it would be worth while making it part of jira.
In the issue navigator pages, you are given a number of views to choose from. One of those views is XML (an RSS feed). It would relatively trivial, using XSLT to convert that into XSL-FO which can then be passed through something like apache FOP to create a PDF. What I would do is add PDF as one of the views and then expand the use of views into more situations, including the issue details screen. I have never used HTML2PDF. But Adam is right on the money. Generating the PDF through the RSS feed is the fastest route. It's a two-stage process. RSS XML --> XSL FO (to produce the *.fo file and finally process the *.fo file to produce the pdf).
Unfortunately we will not have time to address this issue in JIAR 3.2. We will keep it in mind, however, as it is a great idea.
Any news on this one. Would be great to pass PDF versions of individual issues to our SOX
We are happy to announce the first preview of our brand new JIRA PDF View Plugin: http://confluence.atlassian.com/display/JIRAEXT/JIRA+PDF+View+Plugin
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||