On Thu, Oct 04, 2007 at 07:32:42PM -0700, Ted Chen wrote:
>      Before we have a fix for the gradient problem, is there any way to 
> disable gradient processing?  The result img will look worse, but we can 
> significantly reduce the chances of hitting the obj limit.

It's possible, but you'll need to recompile swftools.

In lib/pdf/GFXOutputDev.cc, change

    GBool GFXOutputDev::useShadedFills()
    {
        infofeature("shaded fills");
        return gFalse;
    }

to

    GBool GFXOutputDev::useShadedFills()
    {
        infofeature("shaded fills");
        return gTrue;
    }

Greetings

Matthias




Reply via email to