On Fri, May 01, 2009 at 06:58:37PM +0530, Bharat Varma <[email protected]> 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
