swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] unable to use poly2bitmap in gfx module on windows


From: Matthias Kramm
Subject: Re: [Swftools-common] unable to use poly2bitmap in gfx module on windows
Date: Fri, 1 May 2009 17:05:18 +0200
User-agent: Mutt/1.5.11

On Fri, May 01, 2009 at 06:58:37PM +0530, Bharat Varma <address@hidden> wrote:
> This causes a crash (brings down the python process also) with ID Table
> overflow and 65536 shapes error.

Yes, this is a known problem in 0.9.0.
A workaround is to set the poly2bitmap option on
the document instead:

>>> import gfx
>>> doc = gfx.open("pdf", "sample.pdf")
>>> doc.setparameter("poly2bitmap", "1")

Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]