pdf to ipe
[Misc/ipe.git] / pdftoipe.sh
diff --git a/pdftoipe.sh b/pdftoipe.sh
new file mode 100755 (executable)
index 0000000..16f641a
--- /dev/null
@@ -0,0 +1,5 @@
+# !/bin/bash
+echo $1
+inkscape --verb=ObjectToPath --select=EditSelectAll --export-plain-svg=/tmp/$1.svg $1
+svgtoipe.py /tmp/$1.svg $2
+rm /tmp/$1.svg