Converting SVG to PDF

NoSpaze nospaze at gmail.com
Wed Mar 10 03:54:23 UTC 2010


Am Dienstag, den 09.03.2010, 13:58 -0500 schrieb Oliver Ruebenacker:
> Is there a free SVG to PDF converter available that actually works?

a) Imagemagick:

$ convert myfile.svg myfile.pdf

b) use inkscape to generate a raster (jpg, gif). Then use convert:

$ convert myfile.jpg myfile.pdf

Greets!
----------------------------------------------
Rodolfo Alcazar Portillo - nospaze at gmail.com
otbits.blogspot.com / counter.li.org: #367962
----------------------------------------------
- C makes it easy to shoot yourself in the foot. C++ makes it harder,
but when you do, it blows away your whole leg. 
B. Stroustrup




More information about the users mailing list