emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentation


From: Christian Moe
Subject: Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs
Date: Mon, 01 Nov 2010 23:47:22 +0100
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

Re: converting SVG

1. Prince (http://www.princexml.com) does SVG to PDF as vector graphics from the command line, very nicely. Too bad it's proprietary.

e.g.

: prince drawing.svg drawing.pdf

2. Ask Inkscape -- it's free software; unfortunately, the result is rasterized.

e.g.

: inkscape --without-gui --export-text-to-path --export-eps=drawing.eps drawing.svg

From a sample 52 KB SVG file, Inkscape gives me a 420 KB EPS and Prince a 20 KB PDF.

Cheers,
Christian


On 10/29/10 4:19 PM, Eric S Fraga wrote:
Ɓukasz Stelmach<address@hidden>  writes:

Eric S Fraga<address@hidden>  writes:

ImageMagick [1] will convert from/to SVG to/from many formats including
EPS.  I've not tried any conversions with SVG, mind you, so this is
based on the documentation.


I'll check it, but I'm afraid it does render SVG as bitmap first,
and then "converts", or rather encapsulates, it to EPS/PDF. ImageMagick
is a bitmap manipulation tool after all.

Very true.  For presentations, this may not be that much of an issue
(given the resolution of many data projectors)... but it's a very valid
point.

Do let us know if you find a vector based converter.

Thanks,
eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]