Like many others, I have written my own Language::FOP module to create
PDF in AxKit.  If anyone is interested in trying it out you can get it
here:

  http://www.nsds.com/software/

Like everyone else, mine is also based on Language::PassiveTex.
Additional features in my module are that it:

1. cleans up its temporary directory after delivering the PDF document
2. caches the output for content generated dynamically with XSP
3. can use XML::ApacheFOP for a performance boost (instead of running
   FOP from the command line, it connects to an already running Java
   virtual machine to run FOP).

There is also a FOP module by Michael Nachbaur.  His will search for
your fop executable whereas mine simply assumes it is in your path.
I haven't asked him yet but maybe we can merge our code.

Ken Neighbors

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to