Apache::AxKit::Language::FOP version 0.91
=========================================

NAME

Apache::AxKit::Language::FOP - generate PDF using Apache FOP

SYNOPSIS

    AxAddStyleMap text/xslfo +Apache::AxKit::Language::FOP
    PerlSetVar AxFOPConfigFile /path/to/my/userconfig.xml

If you want it to use JavaServer, specify one or more of:

    PerlSetVar AxFOPJavaServerPort      2000
    PerlSetVar AxFOPJavaServerAuthFile  /path/to/my/authfile
    PerlSetVar AxFOPJavaServerDirectory /my/special/directory

If you want to cache when PDF is generated dynamically with XSP:

    PerlSetVar AxFOPCache IfNoCache

DESCRIPTION

This module uses Apache FOP to generate PDF by processing XSL-FO
files.  It can either call the command line tool "fop", or for better
performance, it can use the XML::ApacheFOP package (which uses the
Java.pm Perl package and JavaServer software).

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  AxKit 1.6.1 (tested with version 1.6.2)
  Apache FOP (tested with version 0.20.5)

Recommended for faster processing:

  XML-ApacheFOP (version 0.02 or later)
  Java.pm and JavaServer

COPYRIGHT AND LICENSE

Copyright (c) 2005 Ken Neighbors.  All rights reserved.  This module
is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.
