Skip to content

How to Show Double Byte character on the PDF

In this guide, we will show you how you can show Japanese, Korean Hangul, and Taiwan Traditional Chinese Font on the PDF. If you have any questions, please email us support@formyoula.com.

To show double-byte characters on the PDF, please follow the following steps.
  1. Enable Beta Features (Beta) from PDF Page settings.

2. Use the following link on the top of PDF Editor Source Code:

<link href="https://fonts.googleapis.com/css?family=Noto+Sans+KR%7CNoto+Sans+SC&amp;subset=chinese-simplified,japanese,korean" rel="stylesheet">

3. Add the Following code in the Advanced Settings PDF CSS Block:

<style>
body {
font-family: 'Noto Sans SC', sans-serif !important;
}
</style>

Note: Please use
Noto Sans SC for Simplified Chinese
Noto Sans JP for Japanese
Noto Sans KR for Korean

4. Save PDF Changes and Try the Form.

We are using all fonts from Google Fonts free library. https://fonts.google.com/. If you want to use any other language, you can pick up fonts from here.

For any questions, please contact us - support@formyoula.com or the Formyoula in-app chat :)

Feedback and Knowledge Base