1 件の回答

Hi, You can use something like below
Please refer below link which has the similar discussion.http://salesforce.stackexchange.com/questions/63713/images-are-not-displaying-in-ms-word-doc http://salesforce.stackexchange.com/questions/123415/retrieving-an-image-from-rich-text-field Hope this helps you!If this helps you, please mark it as solved.Thanks and Regards<apex:outputField value="{!Opportunity.Photo_of_Wish_Child__c}" escape ="false" style="width:120; height:120;"/>
Sandhya