Skip to main content
Ramar Arumugam (Mastek) 님이 #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개
  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