I'm looking for (free) tools for converting images stored in EMF (Enhanced Metafile Format) format to EPS (Encapsulated Postscript). What features make your recommendation stand out?
Edit: can you recommendation be used for batch processing?
|
I'm looking for (free) tools for converting images stored in EMF (Enhanced Metafile Format) format to EPS (Encapsulated Postscript). What features make your recommendation stand out? Edit: can you recommendation be used for batch processing?
| ||||
|
feedback
|
|
I use Inkscape for this, when I don't have Illustrator handy. It's more of a full blown open-source vector graphics editor rather than just a converter, but in addition to EMF and EPS it also supports SVG and PDF. | |||||||
feedback
|
|
Use the MetafileToEps-Converter from the Lyx-Projekt: | |||
|
feedback
|
|
Open the EMF in PowerPoint, and print it as an EPS. This is handy for bringing a PPT diagram into LaTeX, for example. | |||
feedback
|
|
Imagemagick under windows can do batch conversion. I would guess that converting to EPS would look like:
Have not tried it wit eps (have tried with png) and there might be a dependency on Ghostscript. The above code could be placed in a loop with the proper file name generation and so on. See the imagemagick conversion instructions for more details. | |||
feedback
|
|
In the version of Lyx I'm running (2.0.0 on Windows 7), the built-in converter screws up the translation. It shows up ok in the Lyx window but in the generated PDF, either the pdf reader sits there for a very long time time trying to make sense of the graphic its been given or in some cases no figure shows up at all. The built-in EPS generator in Visio is not much use either because it doesn't crop the image but rather generates an entire page with the image in the corner. I couldn't see any obvious way of drawing a bounding box around the graphics and telling the convertor print only this. In the end I ended up opening the emf in Paint and exporting a jpg which I imported into Lyx. That seems to come out ok. So far. | ||||
|
feedback
|