Comment 18 for bug 227449

Revision history for this message
sas (sas-sas) wrote :

Here's a Python script for EPS input. To use it, unzip the zip file into the Inkscape extensions directory. This will overwrite three existing files, and add two new ones.

This fixes plain PostScript import too, as that was also crashing (on Windows).

There was a lot of code duplication between this new script (pstoedit-ext.py) and uniconv-ext.py, so I ended up moving almost all of it into a separate module. So pstoedit-ext.py and uniconv-ext.py are little more than one-liners now.