Best software to convert EMF file to GDI commands?

2.2k Views Asked by At

I can't read the EMF binary file. When I hex-dump it, I still don't understand it. Is there any software to read GDI commands from an EMF file? Thanks.

3

There are 3 best solutions below

0
On BEST ANSWER

I found this, it's good! It can convert emf to GDI or GDI+ commands.

http://frazmitic.free.fr/emfexplorer/index.htm

0
On

http://www.flounder.com/metafileexplorer.htm

I've found the Metafile Explorer utility to be quite useful. Not only can you dump a listing of the individual EMF records in the file, but you can also use this utility as a debugger which allows you to single step thru the EMF records while viewing the EMF output being created at the same time. This is a free utility and is the best I've seen for debugging an EMF file.

1
On

Your best bet is the EnumEnhMetaFile() API function.