Proposal number : Proposal title
Date | 2008/02/01 |
Contact(s) | fxprunayre |
Last edited | Timestamp |
Status | Motion passed |
Assigned to release | 2.3.0 |
Resources | Ok |
Overview
- Add PDF support into Jeeves. A new type of service could be defined using the following configuration :
<service name="pdf.search"> <class name=".services.main.Search"> <param name="maxSummaryKeys" value="1000" /> </class> <output sheet="portal-present-fop.xsl" file="true" contentType="application/pdf"> <call name="mdresults" class=".services.main.Result" /> <call name="siteURL" class=".guiservices.util.GetSiteURL" /> </output> </service>
- sheet = Name of the XSLT transformation which produce FO (eg. "portal-present-fop.xsl")
- file="true"
- contentType="application/pdf"
If a file="true" and contentType="application/pdf", Jeeves will use FOP (http://xmlgraphics.apache.org/fop/) to produce a pdf document.
Proposal Type
- Type: Module Change
- App: GeoNetwork & Jeeves
- Module: Search & view Interface
Links
- Documents:
- Example pdf document generated for search results of default installation: attachment:GeoNetworkSearchResult-document.pdf
- Email discussions:
- Other wiki discussions:
Voting History
- Vote proposed : 20080311
- Vote passed: 20080326
- Jeroen Ticheler +1
- Andrea Carboni +1
- Patrizia Monteduro +1
- Emanuele Tajariol +1
- Francois Prunayre +1
- Simon Pigot +1
- Archie Warnock +1
Other votes:
- Mathieu +1
- Steve +1
Motivations
The current configuration is not able to produce pdf document.
Proposal
Pdf can be created from the search result interface:
Pdf document generated for search results of default installation: attachment:GeoNetworkSearchResult-document.pdf
Backwards Compatibility Issues
Risks
Participants
- fxprunayre
Last modified
17 years ago
Last modified on 03/26/08 13:27:12
Attachments (2)
- GeoNetworkPdfButton.png (20.9 KB ) - added by 17 years ago.
- GeoNetworkSearchResult-document.pdf (60.7 KB ) - added by 17 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.