Thank you very much Alexis.

Christian Pestel

[email protected]


-----Message d'origine----- From: Alexios Giotis
Sent: Friday, December 14, 2012 5:54 PM
To: [email protected]
Subject: Re: How to disable ComplexScript features by code ?

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" <[email protected]> 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
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to