Drop suppport for ai files

as the bounding box is not correct and other formats like ps and pdf are
very similar and work fine (now).

This should be revered in case ps2ai.ps properly processes the
BoundingBox. Given the fact that it is a PS script itself I don't quite
see how it wants to get access to a comment that's even later in the file. So I don't expect that to happen soon - or at all.

Alternative we could be producing AI files ourselves. It's just a gloryfied
PS file anyway. But that currently not planned.

Resolves: #534
This commit is contained in:
Florian Festi 2023-03-12 13:35:04 +01:00
parent 98a6538573
commit cb449b8760
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class Formats:
"dxf": "{pstoedit} -flat 0.1 -f dxf:-mm {input} {output}",
"gcode": "{pstoedit} -f gcode {input} {output}",
"plt": "{pstoedit} -f plot-hpgl {input} {output}",
"ai": "{pstoedit} -f ps2ai {input} {output}",
# "ai": "{pstoedit} -f ps2ai {input} {output}",
"pdf": "{ps2pdf} -dEPSCrop {input} {output}",
}

View File

@ -95,7 +95,6 @@ requires ``pstoedit``. Without ``pstoedit`` only ``SVG``
and ``postscript`` (ps) is supported. Otherwise you can also
select
* ai
* dxf
* gcode
* pdf