pdf to ipe
authorMarcel <radermacher@kit.edu>
Tue, 10 May 2016 07:28:01 +0000 (09:28 +0200)
committerMarcel <radermacher@kit.edu>
Tue, 10 May 2016 07:28:01 +0000 (09:28 +0200)
pdftoipe.sh [new file with mode: 0755]
readme [new file with mode: 0644]

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
diff --git a/readme b/readme
new file mode 100644 (file)
index 0000000..a7c205d
--- /dev/null
+++ b/readme
@@ -0,0 +1,4 @@
+**pdftoipe.sh**
+
+Converts a pdf to the ipe format using inkscape and svgtoipe. All objects are transformed to paths.
+