Re: [Inkscape-user] convert pdf to svg from command line
Thanks a lot bulia! This is exactly what I was looking for.
Matei
----- Original Message ---- From: bulia byak <buliabyak@...155...> To: Inkscape User Community inkscape-user@lists.sourceforge.net Sent: Thursday, June 12, 2008 12:12:45 PM Subject: Re: [Inkscape-user] convert pdf to svg from command line
On Thu, Jun 12, 2008 at 8:26 AM, Matei Stroila <mns3m@...12...> wrote:
Are there any command line options for the inkscape executable to convert PDF to SVG?
I just fixed it in SVN (rev 18892) so now this will work:
inkscape file.pdf --export-plain-svg=file.svg
It will take the first page of the PDF and all the default import options. Before, it crashed because it tried to open the PDF import preferences dialog and could not do it in the command line mode.
participants (1)
-
Matei Stroila