wiki:PrintPdf

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

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 16 years ago Last modified on Mar 26, 2008, 1:27:12 PM

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.