<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Excalidraw on Jonas Hestdahl</title>
    <link>https://jonash.xyz/tags/excalidraw/</link>
    <description>Recent content in Excalidraw on Jonas Hestdahl</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 24 Mar 2024 13:06:35 +0100</lastBuildDate><atom:link href="https://jonash.xyz/tags/excalidraw/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Convert SVG to PDF from your command line using Inkscape</title>
      <link>https://jonash.xyz/posts/convert-svg-to-pdf-using-inkscape/</link>
      <pubDate>Sun, 24 Mar 2024 13:06:35 +0100</pubDate>
      
      <guid>https://jonash.xyz/posts/convert-svg-to-pdf-using-inkscape/</guid>
      <description>&lt;p&gt;Today I learned that if you have Inkscape installed on your machine, you can convert .SVG files into .PDF, using this simple command:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;inkscape input.svg --export-filename&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;output.pdf
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;Replace &lt;code&gt;input.svg&lt;/code&gt; with the name of your SVG file and &lt;code&gt;output.pdf&lt;/code&gt; with the desired output PDF file name.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;example-use-case&#34;&gt;Example use case&lt;/h2&gt;
&lt;p&gt;Say you have developed a drawing or mindmap in Excalidraw. You can export this to SVG and then run the command to convert it to PDF. Very cool!&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Today I learned that if you have Inkscape installed on your machine, you can convert .SVG files into .PDF, using this simple command:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">inkscape input.svg --export-filename<span class="o">=</span>output.pdf
</span></span></code></pre></div><ul>
<li>Replace <code>input.svg</code> with the name of your SVG file and <code>output.pdf</code> with the desired output PDF file name.</li>
</ul>
<h2 id="example-use-case">Example use case</h2>
<p>Say you have developed a drawing or mindmap in Excalidraw. You can export this to SVG and then run the command to convert it to PDF. Very cool!</p>
<h2 id="links-">Links :</h2>
<p>202403241251</p>
]]></content:encoded>
    </item>
    
  </channel>
</rss>
