Okay, I'm trying to create a pdf from an svg file. I do a search & replace on the svg file and then create a pdf from it using this command:
Every time I try it I end up with terribly pixelated files that look like a highly compressed jpg. The fonts are rasterized and low resolution. How can I max out the resolution of my output file? It's going to be printed (4 feet wide I believe) so I need as much resolution as I can get.
Thanks in advance!
dbc
PS I'm on a CentOS box using imagemagick 6.5.4.7
Code: Select all
$ convert -version
Version: ImageMagick 6.5.4-7 2010-02-26 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC