The example demonstrates how you can export text containing special characters
In order to export the special characters a custom font that supports non-ASCII characters has to be included in the project, added to the RadClientExportManager's PdfSettings.Fonts collection and set to the element you want to export. This example demonstrates special characters export with the help of the CODE2000 font, which supports Unicode characters. The font has to be set as a font-family of the element exported, in this example it is the text-container div:
.text-container {
font-family: 'CODE2000';
}
Export of right-to-left scripts is currently not supported.