>Hi David,
>
>The .WMZ file type (not Windows Media Player Skin files <g> but Office Metafile)
>is usually a zipped version of a Metafile (vector graphic)that is in
>the Word document. You used to be able to open them with
>Winzip, but newer versions seem to compressed a bit differently.
>
>The viewer/converter at
http://www.konvertor.net can still extract
>and show the content
>========
> <<"David Thielen" <david[ at ]windward.net> wrote in message news:5gv9l1559tnjm7c3ou9ms4ollimefcfs59[ at ]4ax.com...
>Hi;
>
>When there is an OLE object in a WordML file, along with the data that
>is understood only by the application that created the object, there
>is also a bitmap of the the drawn object - so it can display on
>systems that do not have the program that created the object
>installed.
>
>I created an example (using the equation editor) and the result is:
>
><w:p>
> <w:pict>
> <v:shapetype ...
> <w:binData w:name="wordml://08000001.wmz">H4sIAAAA ...
>qAEAAA==</w:binData>
> <v:shape ...
> <o:OLEObject ...
> </w:pict>
></w:p>
>
>The binData is probably uuencoded. But I decoded it and it doesn't
>seem to be any know format - I even tried it as a metafile. (My tests
>were to decode it and then try to load it in PaintShop Pro using each
>format. I also looked for the EMF signature bytes - they aren't in
>there.)
>
>So my question is, what is the format of this image?
>
>thanks - dave >>