Code

made it callable by other extensions. the workaround is sorta ugly, but it should...
[inkscape.git] / share / extensions / pdf_output_via_gs_on_win32.inx.txt
1 <!--
2 This requires ghostscript in order to work, but there isn't yet
3 a suitable way to test for ghostscript's presence.
5 TODO: add this file and ps2pdf.cmd to the makefile once this is fixed so 
6 that they get into the tarball
7 -->
8 <inkscape-extension>
9     <_name>PDF Output</_name>
10     <id>org.inkscape.output.pdf.via_gs_on_win32</id>
11     <dependency type="extension">org.inkscape.output.ps</dependency>
12     <dependency type="executable" location="extensions">ps2pdf.cmd</dependency>
13     <dependency type="executable" location="path">cmd.exe</dependency>
14     <output>
15         <extension>.pdf</extension>
16         <mimetype>image/x-portable-document-format</mimetype>
17         <_filetypename>Adobe PDF via postscript (*.pdf)</_filetypename>
18         <_filetypetooltip>Adobe Portable Document Format</_filetypetooltip>
19     </output>
20     <script>
21         <command reldir="extensions">ps2pdf.cmd</command>
22         <helper_extension>org.inkscape.output.ps</helper_extension>
23     </script>
24 </inkscape-extension>