Hi,
I have an OPC-file. It works fine. Now I’m trying to add thumbnail, so when this file is shown in Windows Explorer or, for example, as attachment in browser, my thumbnail is displayed.
I tried to add
<Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail" Target="/thumbnail.png" Id="RTN1" />
to .rels file. I tried jpeg too. I tried 32×32 and 64×64 sizes.
[Content_Types].xml:
<Default Extension="png" ContentType="image/png" />
or <Default Extension="jpeg" ContentType="image/jpeg" />
Structure of my file:
– _rels
– – .rels
– thumbnail.png
– other files
– [Content_Types].xml
-
This topic was modified 8 years, 7 months ago by Chiz. Reason: formatting
-
This topic was modified 8 years, 7 months ago by Chiz.