summaryrefslogtreecommitdiffstats
path: root/share/extensions/dxf_output.inx
blob: 0cb0b734fe0af61503a3ca4ec0bdda2f00e637ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <_name>DXF Output</_name>
    <id>org.inkscape.output.dxf</id>
    <dependency type="extension">org.inkscape.output.ps</dependency>
    <dependency type="executable" location="extensions">ps2dxf.sh</dependency>
    <dependency type="executable" _description="pstoedit must be installed to run; see http://www.pstoedit.net/pstoedit">pstoedit</dependency>
    <output>
        <extension>.dxf</extension>
        <mimetype>image/dxf</mimetype>
        <_filetypename>AutoCAD DXF (*.dxf)</_filetypename>
        <_filetypetooltip>DXF file written by pstoedit</_filetypetooltip>
    </output>
    <script>
        <command reldir="extensions">ps2dxf.sh</command>
        <helper_extension>org.inkscape.output.ps</helper_extension>
    </script>
</inkscape-extension>