Hi, Matthias,
     I know you're extremely busy answering all the emails from the list.  Just 
want to make sure that you did get a chance to read this one.  :)  Feel free to 
let me know if it's not easy to do.  Sorry to bother you again.

Thanks,
Ted


----- Original Message ----
From: Ted Chen <[EMAIL PROTECTED]>
To: [email protected]
Sent: Friday, October 5, 2007 5:33:38 PM
Subject: Re: [Swftools-common] swf only supports 65536 shapes


Hi, Matthias,
     I changed the source as you instructed, recompiled and make install'd 
(./configure, make, and make install).  But, I'm still getting the same 65536 
error on this pdf.  
http://www.filesend.net/download.php?f=60d8d20a6d890ea12c5fb3c3954549c9
    It's the same pdf I sent you earlier, 75 slides with nothing but only 
gradient in background.  
    Could you let me know what I did wrong?  
 
Thanks,
Ted

----- Original Message ----
From: Matthias Kramm <[EMAIL PROTECTED]>
To: [email protected]
Sent: Friday, October 5, 2007 1:24:56 AM
Subject: Re: [Swftools-common] swf only supports 65536 shapes


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





Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.


       
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

Reply via email to