Richard
2003-10-30 16:17:05 UTC
I've heard that emz files are compressed emf files. They're certainly
a _lot_ smaller. My application generates and displays _large_ emf
files. I'd really like to migrate to emz if possible.
Searching for emz on MSDN just hits office apps. A previous post says
they're lha compressed. Is that true? No other header information in
the file?
Now for the difficult part. It looks like office decompresses the emz
into the temp directory and then renders the emf. I'd much rather
enumerate the emf stream directly from the emz since my emfs are so
big. Is there any way to do this?
I was hoping to use some combination of
EnumEnhMetaFile/PlayEnhMetaFileRecord but these functions require an
existing metafile handle.
Thanks for any thoughts,
Richard.
a _lot_ smaller. My application generates and displays _large_ emf
files. I'd really like to migrate to emz if possible.
Searching for emz on MSDN just hits office apps. A previous post says
they're lha compressed. Is that true? No other header information in
the file?
Now for the difficult part. It looks like office decompresses the emz
into the temp directory and then renders the emf. I'd much rather
enumerate the emf stream directly from the emz since my emfs are so
big. Is there any way to do this?
I was hoping to use some combination of
EnumEnhMetaFile/PlayEnhMetaFileRecord but these functions require an
existing metafile handle.
Thanks for any thoughts,
Richard.