Skip to main content
Could you please help me in syntax for Rich text area field images in MS Word Document generation. Below two syntax are not working. Please help me anyone here.
1 件の回答
  1. 2017年1月4日 6:20
    Hi,

    You can use something like below

    <apex:outputField value="{!Opportunity.Photo_of_Wish_Child__c}" escape ="false" style="width:120; height:120;"/>

    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

    Sandhya
0/9000