Hi guys,
I am writing this because one of my friend get stuck in this requirement, I
am also get surprised why the image is not showing in the MS-Document,
then finally I got its solution.
then finally I got its solution.
Here the code for the VF-Page,
<apex:page
sidebar="false"
showHeader="false"
contentType="application/msword#Test.doc"
cache="true">
<head>
<meta
http-equiv="Content-Type"
content="text/html;charset=UTF-8"
/>
</head>
<img src="Document_URL"
/>
</apex:page>
--> Document_Url is the url of the your image uploaded in the
Document object of Salesforce.
--> cache = "true" for IE.
Hope it helps...
Happy Coding...
Thanks,
Anurag Jain.