Hi Christian,

There is the -nocs command line option but programmatically this is set when 
you create FopFactory, for example:

FopFactoryBuilder builder = new FopConfParser(new 
File(fopConfigFile)).getFopFactoryBuilder();
builder.setBaseURI(new File(baseDir).getAbsoluteFile().toURI());
builder.setStrictFOValidation(strictValidation);
builder.setComplexScriptFeatures(complexScriptFeatures);
FopFactory fopFactory =  builder.build();

Alexis




On 14 Dec 2012, at 18:24, "Christian Pestel" <christian.pes...@orange.fr> wrote:

> Hi,
>  
> As complex script feature can decrease Fop performance, I would like to 
> disable this feature.
>  
> The method org.apache.fop.apps.FOUserAgent.setComplexScriptFeaturesEnabled( 
> boolean ) is not implemented.
> How I can do that ?
> I use Fop Trunk.
>  
> Thanks.
>  
> Christian Pestel
> christian.pes...@orange.fr


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to