wiki:proposals/SimplePDFOutputForMetadataView

Version 4 (modified by fxp, 13 years ago) ( diff )

--

PDF output for metadata view mode

Date 2011/05/18
Contact(s) Francois
Last edited
Status complete
Assigned to release 2.7.0
Resources Available
Ticket #508

Overview

This proposal aims to provide the capability to print a metadata record in PDF format. The PDF layout is simple (ie. similar to the default flat mode of the HTML output) and provide link back to the catalogue to view the complete metadata record.

The related resources section provides links to :

A link is added to the metadata view page:

Proposal Type

  • Type: Metadata view
  • App: GeoNetwork
  • Documents:
  • Email discussions:
  • Other wiki discussions:

Voting History

  • Vote proposed by Francois on XYZ, result was

Proposal

PDF output is provided for all schemas:

  • iso19139
  • iso19115
  • iso19110
  • fgdc
  • dublin-core

See attachments for examples.

To add this capability to a new schema:

  • Create a metadata-{schemaId}-fop.xsl in the present directory of the schema
  • Create a template called metadata-fop-{schemaId} which is used by layout-pdf.xsl
    <xsl:template name="metadata-fop-iso19139">
    
  • Include this XSL in metadata-{schemaId}.xsl using
      <xsl:include href="metadata-iso19139-fop.xsl"/>
    

Backwards Compatibility Issues

None.

New libraries added

None.

Participants

  • Francois

Attachments (4)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.