[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: fop.sh - does it exist?

From: Daniel Patterson <danpat_at_adaptiveinternational.com>
Date: 2003-09-22 04:37:12 CEST

On Mon, 2003-09-22 at 12:29, Files wrote:
> What the heck is it and where do I find it???
>
> I can find /usr/share/sgml/docbook/xsl-stylesheets/fo/fop.xsl but I find
> no fop.sh.
>
> Any ideas on what the RUN_FOP command should REALLY do?

  FOP is an XSL-FO to PDF convertor from the Apache group. Get
  it here:

    http://xml.apache.org/fop/index.html

  It's written in Java, so you'll need a JVM to run it. The "fop.sh"
  wrapper is a simplified command-line interface for rendering XSL-FO
  XML documents into PDF.

  If you're running Debian, get it with:

    apt-get install libfop-java

  which contains the "fop.sh" wrapper.

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 22 04:38:32 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.