How to Show Double Byte character on the PDF
To show double-byte characters on the PDF, please follow the following steps.
- 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&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 :)