summaryrefslogtreecommitdiffstats
path: root/share/extensions/jessyInk_export.inx
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/jessyInk_export.inx')
-rw-r--r--share/extensions/jessyInk_export.inx31
1 files changed, 31 insertions, 0 deletions
diff --git a/share/extensions/jessyInk_export.inx b/share/extensions/jessyInk_export.inx
new file mode 100644
index 000000000..42ab811b9
--- /dev/null
+++ b/share/extensions/jessyInk_export.inx
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <_name>JessyInk zipped pdf or png output</_name>
+ <id>jessyink.export</id>
+ <dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
+ <dependency type="executable" location="extensions">jessyInk_export.py</dependency>
+ <dependency type="executable" location="extensions">inkex.py</dependency>
+ <param name="tab" type="notebook">
+ <page name="settings" _gui-text="Settings">
+ <param name="type" type="optiongroup" _gui-text="Type:">
+ <_option value="PDF">PDF</_option>
+ <_option value="PNG">PNG</_option>
+ </param>
+ <param name="resolution" type="int" min="50" max="1000" _gui-text="Resolution:">92</param>
+ </page>
+ <page name="help" _gui-text="Help">
+ <_param name="help_text" type="description">This extension allows you to export a JessyInk presentation once you created an export layer in your browser. Please see code.google.com/p/jessyink for more details.</_param>
+ </page>
+ </param>
+ <output>
+ <extension>.zip</extension>
+ <mimetype>application/x-zip</mimetype>
+ <_filetypename>JessyInk zipped pdf or png output (*.zip)</_filetypename>
+ <_filetypetooltip>Creates a zip file containing pdfs or pngs of all slides of a JessyInk presentation.</_filetypetooltip>
+ <dataloss>TRUE</dataloss>
+ </output>
+ <script>
+ <command reldir="extensions" interpreter="python">jessyInk_export.py</command>
+ <helper_extension>org.inkscape.output.svg.inkscape</helper_extension>
+ </script>
+</inkscape-extension>