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
p999_dfsp999_dfs 

Double Byte Char (Japanese) for Custom Lables are not shown in Visualforce pages rendered as PDF

We have several Visualforce pages and we are using custom labels to display any heading. These are mostly displayed using <apex:outputtext> tag. We are not using any spceal css to set the fonts.

 

<apex:page controller="InvController" showheader="false" renderAs="pdf" > ... <apex:outputtext value="{!$Label.gii__Invoice_title}"> ... <apex:outputtext value="{!$Label.gii__Footer_Heading_2}"/> ... </apex:page>

 

 

We need to use japanese transalation. When this page is executed all the custom labels are displayed as Blank.

 

Does any one know how to display resolve this issue, so we can use one visualforce page which can be transalated in any lanuage.

We are not using any static text in our VF page, either we are displaying the text from customer labels or

we are using the field labels.

 

vijethavijetha
Dear All ,

I have used the tag and the image is displayed in visual force page and rendered "pdf file " but its not displyed in word document












pls reply... its urgent

thanks and regards
ckumckum

I too have the similar kind of problem, can anyone help. Its really very urgent.

 

Thanks