the recent pstoedit doesn't work on my computer
converts PostScript or PDF files to other vector graphics formats
Brought to you by:
wglunz
Hello
I've downloaded the last pstoedit but it doen't work on my computer
(Windows 10 Pro updated).
I can't convert an eps file which I had converted to mp with pstoedit (from 2014).
Attached files:
1001.eps: the file I can't convert
error.log: the result of:
pstoedit -gs gswin64c -nc -v -f mpost -include 1001.eps >error.log
Best regards
François
Salut Francois,
Yes - I confirm the problem. It happens because you want the output on standard output and not directly to a file.
When running it this way it works fine for me.
pstoedit -nc -f mpost 1001.eps 1001.mp
I will fix this in the next release.
Best Regards
Wolfgang
Hello,
Thank you for your answer.
Yes, it works! For me, it's:
pstoedit -gs gswin64c -nc -f mpost 1001.eps 1001.mp
because my ghostscript is 64bit.
Best regards
François