function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sekharasekhara 

Rich text area Format issue..

Hi ,

 

 

I am using on Rich text Data Type field in PDF.  

 

<apex:outputtext Value="{!Richtextarea__c}" escape="false"/>

 

I am Use this field in Apex:repeat tag

 

While in output data is cutting at last.

 

For ex :

 

I am using on Rich text Data Type field in PDF.    Actual Data what i except as output.

But

I am using on Rich text Data Type field in

PDF. Data is coming like this.

 

Thanks in advance....

 

Best Answer chosen by Admin (Salesforce Developers) 
sekharasekhara

HI 

 

 

Sorry Nevermind i have given small td length size . now resolved.

All Answers

Devendra@SFDCDevendra@SFDC

Hi,

 

Try using <apex:outputField value="{!objInstance.FieldName}"/>

 

Thanks,

Devendra

sekharasekhara

HI 

 

 

Sorry Nevermind i have given small td length size . now resolved.

This was selected as the best answer