Re: [BangPypers] svg string to pdf

2011-06-29 Thread Venkatraman S
So the problem is this: I need to scale the svg - know how to do that? On Wed, Jun 29, 2011 at 11:30 AM, vijay vnbang2...@yahoo.com wrote: Hi Venkat, i can try to help you if you can share code with me and explain me problem area. With Regards Vijay --- On *Wed, 29/6/11, Venkatraman

Re: [BangPypers] svg string to pdf

2011-06-29 Thread Venkatraman S
Ah. got it , had to use : drawing.transform = (0.5,0,0,0.5,0,0) On Wed, Jun 29, 2011 at 12:34 PM, Venkatraman S venka...@gmail.com wrote: So the problem is this: I need to scale the svg - know how to do that? On Wed, Jun 29, 2011 at 11:30 AM, vijay vnbang2...@yahoo.com wrote: Hi Venkat,

Re: [BangPypers] svg string to pdf

2011-06-29 Thread Venkatraman S
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?

Re: [BangPypers] svg string to pdf

2011-06-29 Thread Gora Mohanty
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

Re: [BangPypers] BangPypers Digest, Vol 46, Issue 25

2011-06-29 Thread Sharan Reddy
Anyone interested in the Hacker News meetup tomorrow? http://news.ycombinator.com/item?id=2704635 ___ www.Indee.tv On Jun 29, 2011, at 12:34, bangpypers-requ...@python.org wrote: Send BangPypers mailing list submissions to bangpypers@python.org To subscribe or unsubscribe via

Re: [BangPypers] svg string to pdf

2011-06-29 Thread Gora Mohanty
On Wed, Jun 29, 2011 at 1:47 PM, Venkatraman S venka...@gmail.com wrote: On Wed, Jun 29, 2011 at 1:37 PM, Gora Mohanty g...@mimirtech.com wrote: [...] Problem statement : given a svg string, i want this to be converted-to/embedded-in pdf. The svg file should NOT be created on the file system.

Re: [BangPypers] svg string to pdf

2011-06-29 Thread Kenneth Gonsalves
On Thu, 2011-06-30 at 01:40 +0530, Gora Mohanty wrote: You must have mistaken me for someone willing to do your homework for you for free. please watch your tone - this is not ilugd. -- regards Kenneth Gonsalves http://lawgon.livejournal.com/ ___

Re: [BangPypers] svg string to pdf

2011-06-29 Thread Venkatraman S
So, i spent some more time in investigating some issues with SVG to PDF conversion and it looks like that the text and opacity present in SVG cant be converted to PDF 'directly'. For eg. the last image on this page : http://mbostock.github.com/protovis/docs/label.html Using Reportlab and svglib,

Re: [BangPypers] svg string to pdf

2011-06-29 Thread Gora Mohanty
On Thu, Jun 30, 2011 at 10:25 AM, Venkatraman S venka...@gmail.com wrote: On Thu, Jun 30, 2011 at 8:53 AM, Kenneth Gonsalves law...@gmail.com wrote: On Thu, 2011-06-30 at 01:40 +0530, Gora Mohanty wrote: You must have mistaken me for someone willing to do your homework for you for free.

Re: [BangPypers] svg string to pdf

2011-06-29 Thread Noufal Ibrahim
Venkatraman S venka...@gmail.com writes: On Thu, Jun 30, 2011 at 8:53 AM, Kenneth Gonsalves law...@gmail.com wrote: On Thu, 2011-06-30 at 01:40 +0530, Gora Mohanty wrote: You must have mistaken me for someone willing to do your homework for you for free. please watch your tone - this is

Re: [BangPypers] svg string to pdf

2011-06-29 Thread Baiju M
On Thu, Jun 30, 2011 at 10:44 AM, Noufal Ibrahim nou...@gmail.com wrote: [...snip...] A couple of side points. There is a PythonMagick which are bindings to image magick - http://www.imagemagick.org/download/python/. They look reasonably uptodate and I'd expect them to perform better than