Re: Converting SVG to PDF

2010-03-09 Thread NoSpaze
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!

Re: Converting SVG to PDF

2010-03-09 Thread Oliver Ruebenacker
Hello, On Tue, Mar 9, 2010 at 1:58 PM, Oliver Ruebenacker wrote: > Batik introduces artefacts (e.g. a huge black rectangle > in the middle of the graphic, labels have shifted, corners rendered > incorrectly). Actually, at least some of these artefacts already appear when opening a file cr

Re: Converting SVG to PDF

2010-03-09 Thread Emerson French
You might try using ImageMagick, though you might not get quite the quality you'd like. IM has a variety of options though, so if you play with it you might get the results you're looking for. Cheers, Emerson French On Tue, Mar 9, 2010 at 1:58 PM, Oliver Ruebenacker wrote: > Hello, > > Is

Re: Converting SVG to PDF

2010-03-09 Thread Tom Horsley
On Tue, 9 Mar 2010 13:58:25 -0500 Oliver Ruebenacker wrote: > Is there a free SVG to PDF converter available that actually works? If I was gonna try this, I'd try installing the cups-pdf virtual printer and loading the SVG file into gimp and printing from there (telling to print to the virtual pr

Re: Converting SVG to PDF

2010-03-09 Thread Frank Cox
On Tue, 2010-03-09 at 13:58 -0500, Oliver Ruebenacker wrote: > Is there a free SVG to PDF converter available that actually works? I have no idea if you will get better results this way, but have you tried printing it to cups-pdf? -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.

Converting SVG to PDF

2010-03-09 Thread Oliver Ruebenacker
Hello, Is there a free SVG to PDF converter available that actually works? Inkscape produces PDF files of extremely large size and extremely bad quality. Batik introduces artefacts (e.g. a huge black rectangle in the middle of the graphic, labels have shifted, corners rendered incorrectl