Skip to main content
Ramar Arumugam (Mastek) ha fatto una domanda in #Visualforce
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 risposta
  1. 4 gen 2017, 06: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