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
hitzhitz 

Multi Currency Symbol issue in PDF

Hi Experts,

 

I am having visual force page which render results in PDF or EXCEL as requested but i having isuue in displaying currency symbols in PDF where field type is currency.

ShaTShaT

Hi ,

 

Use this-

<apex:outputText value="{0, number, $#,###.##}">
<apex:param value="{!p.Price__c}"/>
</apex:outputText>

 

 

Thanks

Shailu

hitzhitz

Hi Thanks for reply but this will not work for me.  My visual force page uses email template which display some summeries data into currency format. and i m not able to ciew currency symbol on that. VF page --> uses Email template --> render as pdf

mayur sawantmayur sawant
Hi hitz,

Did you manage to create any workaround for this.I am not able to display on Rupee symbol but all other symbols are getting displayed.
If you have any workaround please share.

Thanks.