Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Welcome to the FOP Service
Anchor
fop
fop

This local service provides transformations from XSL-FO format to PDF. The FOP Service [1] functions as a Java servlet and can be invoked using the following syntax:

Panel

[hostname]:[port-number]/fop/FOPServlet?source=[xml-fo-source]

Where:

  • [hostname] – The hostname of the Fedora server; default is localhost.
  • [port-number] – The port number on which the Fedora server is running; default is 8080.
  • [xml-fo-source] – The URL of the XML source file.

Example:

Panel

http://localhost:8080/fop/FOPServlet?source=http://www.fedora.info/services/fop/sample_fo.xml


[1] This service uses the FOP formatter from Apache which is licensed under the Apache Software License v1.1 (ASL). For additonal information regarding FOP formatter, please refer to the FOP project web site at: http://xml.apache.org/fop/.