We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Render tool - unable to display Non ENglish characters in PDF format

Karlygash_M
8 - Asteroid

Dear Alteryx users,

 

Trying to save file using render in pdf format. But found that render tool does not generate non English Characters, especially Asian characters like  Chinese, Japanese and so on

 

Do you have any idea how to set render tool in order to get those characters?

Attached my workflow 

 

Thanks

 

Karlygash_M_0-1681205739335.png

Output:

Karlygash_M_1-1681205776541.png

 

7 REPLIES 7
DataNath
17 - Castor
17 - Castor

Hey @Karlygash_M, if you go to the metadata of this field, can you check that it is a WString or V_WString? I've just downloaded your workflow and looks to work fine for me:

 

DataNath_0-1681205978020.png

DataNath_1-1681205983670.png

 

However, if in your actual workflow, the field is any other string data type, you'll get the boxes as you see, as they only process simple, Latin-1 characters. If so, you can just use a Select tool to change to WString/V_WString.

Karlygash_M
8 - Asteroid

Hello @DataNath  

thanks for your quick answer, but I am still getting this error

Changed to v_Wstring

Karlygash_M_0-1681206267302.png

 

martinding
13 - Pulsar

Hi @Karlygash_M,

 

Unfortunately, that may be a problem with the Render Tool.

 

Please check this out: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Render-tool-unable-to-display-Chinese-...

 

It works when your output is a Word document, but not when it is a PDF.

martinding_0-1681206484711.png

 

 

 

DataNath
17 - Castor
17 - Castor

@Karlygash_M what version of Alteryx are you running? I'm on 2022.3 - wondering if this issue was addressed in a previous update but I've had a quick scan of some release notes and can't see anything at first pass. Spotted the topic @martinding has linked so at least a backup option there worst-case!

Karlygash_M
8 - Asteroid

@DataNath I am using Version: 2021.3.4.00445 

DataNath
17 - Castor
17 - Castor

Hmm I did find this in the known issues of 2021.3.1.47945:

 

DataNath_0-1681207974752.png

 

However, can't see it explicitly addressed elsewhere in any release notes. Seems strange that it works for me though unless local machine settings can also influence this.

binuacs
21 - Polaris

@Karlygash_M Are there any warning messages in the result window? 

Labels
Top Solution Authors