Does anybody know of a library or a piece of code that can read EMF (Enhanced Metafiles). Ideally it would convert an EMF to a list of drawing commands and objects?
|
feedback
|
|
The Apache Image Loader Framework (Java) can read EMF file and convert then to SVG, it can also read WMF using 3rd party plugin. | |||
|
feedback
|
|
What language are you working in ? You might look at our MetaDraw ( available as OCX or .NET Winforms component ) This will load EMF files and allow you to cycle through the elements ( lines, shapes, text ). You can then identify the parameters ( coordinates, line thickness, colors, etc) More details at www.MetaDraw.com | |||
|
feedback
|
|
Wikipedia article on Windows Metafile has a lot of relevant information on EMF. Check external links for libraries and format specification. | |||
|
feedback
|