> I'm using FOP in a Windows environment and I want if possible to be able
> to process a large batch of .fo files using a script. The easiest way for
> me to do this is to use FOP as a COM object.
> Can I do this?
> So far I've tried:
> - including the path to fop.jar in my classpath variable
> - using javareg.exe to register org.apache.fop.apps.Driver as
> fop.apps.Driver
> - creating a new ActiveXObject "fop.apps.Driver"
> but object isn't created.
>
> Your help is much appreciated.
> Tom
>
>
>