# How to enable international characters

If international characters (Cyrillic, Chinese, Indian, Japanese, etc..) are not shown in converted PDF document it is most probably because international character support is not enabled.

There are two ways to enable this option depending on the type of PDF Converter deployment:&#x20;

## PDF toolbar icon

* Open Swing PDF Converter database in Lotus Notes
* From the main menu select "PDF Settings"

![](/files/-MlE_sP-WVUMvgWgF9GI)

* Open the desired Settings document
* In the "PDF Settings" document select "Fonts" tab and change the "Embed all fonts" setting to "Yes"

![](/files/-MlE_yel-TKzCYSyRtaH)

* Save and close the Settings document

## API

In **LotusScript API** use setting:

`swPDF.PDFSettings.EnableFontEmbedding = True`

In **Java API** use setting:

`SwPDFSettings.setEnableFontEmbedding(boolean)`

## Asian/Arabic fonts not embedded to pdf document&#x20;

Please read the following article in the Troubleshooting section:

{% content-ref url="/pages/-MlFTEJv7\_jVD70H6wSZ" %}
[PDF fonts not embedded for Asian/Arabic documents](/pdf-converter-for-notes/troubleshooting/general-issues/pdf-fonts-not-embedded-for-asian-arabic-documents.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.swingsoftware.com/pdf-converter-for-notes/how-to/how-to-enable-international-characters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
