I'm using version 1.3.1. There is no way of passing an
external FOP config file to be used by
CachedFOPTransformer. I implemented my own solution to
this problem. I'm attaching a java class that extends
CachedFOPTransformer. The solutiong can be implemented
as a subclass of CachedFOPTransformer or it can be
included in the orginal code of CachedFOPTransformer.
To pass an FOP config file, add a
"stxx.transformer.pdf.configFile=fopConfig.xml" in
stxx.properties. "fopConfig.xml" is just an example.
A different name can be used.
Subclass of CachedFOPTransformer