On Feb 10, 2007, at 4:04 PM, William Scott wrote:

> Is there a way to convert svg to pdf while preserving vector
> graphics?  I used "convert" in imagemagick but that pixelates the  
> image.
>

Here is a two-line script I use. It requires inkscape (which does the  
real work) and ghostscript (for conversion from ps to pdf):

#!/bin/csh
inkscape --print='| gs -dNOPAUSE -q -dBATCH -sDEVICE=pdfwrite - 
sOutputFile='`basename -s svg "$1"`pdf' - -c quit' "$1"

Illustrator is better (still), as AKH mentioned, but if no fancy  
gradients are involved then inkscape does a good job, I think.

Regards,
Jens



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to