~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to share/extensions/dxf_output.inx

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<inkscape-extension>
 
2
    <_name>DXF Output</_name>
 
3
    <id>org.inkscape.output.dxf</id>
 
4
    <dependency type="extension">org.inkscape.output.ps</dependency>
 
5
    <dependency type="executable" location="extensions">ps2dxf.sh</dependency>
 
6
    <dependency type="executable" _description="pstoedit must be installed to run see http://www.pstoedit.net/pstoedit">pstoedit</dependency>
 
7
    <output>
 
8
        <extension>.dxf</extension>
 
9
        <mimetype>image/dxf</mimetype>
 
10
        <_filetypename>AutoCAD DXF (*.dxf)</_filetypename>
 
11
        <_filetypetooltip>DXF file written by pstoedit</_filetypetooltip>
 
12
    </output>
 
13
    <script>
 
14
        <command reldir="extensions">ps2dxf.sh</command>
 
15
        <helper_extension>org.inkscape.output.ps</helper_extension>
 
16
    </script>
 
17
</inkscape-extension>