summaryrefslogtreecommitdiffstats
path: root/svg2pdf
diff options
context:
space:
mode:
Diffstat (limited to 'svg2pdf')
-rwxr-xr-xsvg2pdf5
1 files changed, 5 insertions, 0 deletions
diff --git a/svg2pdf b/svg2pdf
new file mode 100755
index 0000000..798e6a3
--- /dev/null
+++ b/svg2pdf
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+b=${1%.svg}
+
+inkscape "$b.svg" -A "$b.pdf" --export-area-drawing --export-dpi=600