On Wed, Jun 29, 2011 at 1:04 PM, Venkatraman S <venka...@gmail.com> wrote:
> On Wed, Jun 29, 2011 at 11:17 AM, Venkatraman S <venka...@gmail.com> wrote:
>
>> I am trying to use reportlab(along with svglib) to draw a svg string into a
>> pdf, but so far have not been successful.
>> I can share the code for the same; but was wondering if anyone has any
>> other options for the same?
[...]

Not quite what you want, but after struggling with PIL, and other libraries
for some simple-to-moderately complex image processing, we have chosen
to simply use ImageMagick via popen. Imagemagick is fully featured, at least
as far as we are concerned. You could use it to convert SVG to PDF, and
scale the image in the process.

Regards,
Gora
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to