How to convert SVG images for use with Pisa / XHTML2PDF?

Posted by Nick Sergeant on Stack Overflow See other posts from Stack Overflow or by Nick Sergeant
Published on 2009-04-24T19:42:30Z Indexed on 2010/04/16 13:03 UTC
Read the original article Hit count: 213

Filed under:
|
|
|
|

I'm using Pisa/XHTML2PDF to generate PDFs on the fly in Django. Unfortunately, I need to include SVG images as well, which I don't believe is an easy task.

What's the best way to go about either a) converting the SVGs to PNG / JPG (in Python) or b) including SVGs in the PDF export from Pisa?

© Stack Overflow or respective owner

Related posts about python

Related posts about svg