You need to sign in to do that
Don't have an account?

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....
HI
Sorry Nevermind i have given small td length size . now resolved.
All Answers
Hi,
Try using <apex:outputField value="{!objInstance.FieldName}"/>
Thanks,
Devendra
HI
Sorry Nevermind i have given small td length size . now resolved.