summaryrefslogtreecommitdiffstats
path: root/share/extensions/jessyInk_export.inx
blob: 585f418c4e282d5ef0aa4e938672d336d198359b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<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 extensions 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>