moved to tools
[Misc/ipe.git] / tools / pdftoipe.sh
diff --git a/tools/pdftoipe.sh b/tools/pdftoipe.sh
new file mode 100755 (executable)
index 0000000..5dc732b
--- /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