This is a migrated thread and some comments may be shown as answers.

Exporting accented characters in Telerik Document Processing

2 Answers 234 Views
PdfProcessing
This is a migrated thread and some comments may be shown as answers.
Giampaolo
Top achievements
Rank 1
Veteran
Giampaolo asked on 08 May 2020, 06:49 PM

Hi

I'm using the next code to generate a simple pdf

RadFixedDocumentEditor editor = new RadFixedDocumentEditor(document)

editor.SectionProperties.PageSize = new Size(Unit.MmToDip(210), Unit.MmToDip(297));
editor.ParagraphProperties.HorizontalAlignment = HorizontalAlignment.Center;
editor.CharacterProperties.Font = FontsRepository.TimesRoman;
editor.InsertParagraph();
editor.InsertRun("Test è ò");
                
This issue is that the è and ò character are NOT printed at all.

Tnx               ...

2 Answers, 1 is accepted

Sort by
0
Giampaolo
Top achievements
Rank 1
Veteran
answered on 08 May 2020, 06:55 PM

I'm using the library from Blazor

The same issue is in demo projects.

Tnx

0
Tanya
Telerik team
answered on 11 May 2020, 12:23 PM

Hi Giampaolo,

You need to provide additional font data in the FontsProvider class exposed by FixedExtensibilityManager. This additional logic is required due to limitations in the framework - the system fonts cannot be accessed. Please, check the Cross-Platform Support topic for more details on the matter.

Hope this helps.

Regards,
Tanya
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
PdfProcessing
Asked by
Giampaolo
Top achievements
Rank 1
Veteran
Answers by
Giampaolo
Top achievements
Rank 1
Veteran
Tanya
Telerik team
Share this question
or