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

PDF Export - Problem with special characters

1 Answer 615 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
WenatexIT
Top achievements
Rank 1
WenatexIT asked on 05 Sep 2018, 12:47 PM

Hi

 

I use the PDF Export to provide a printing option for some Grids

 

I have attached two files, one screenshot from the grid and the corresponding from the generated PDF

 

As you can see, the € sing is being replaced by a small < and "Ü" overlaps "ok" like there is no space reserverd for characters like öäüÖÄÜ

 

The call is configured with this parameters:

<kendo-pdf-export #pdf paperSize="A4" landscape="true" margin="1cm" [scale]="0.4" *ngIf="printing">
    <event-assignment-print [events]="gridData"></event-assignment-print>
</kendo-pdf-export>

 

best regards

Jürgen

 

1 Answer, 1 is accepted

Sort by
0
WenatexIT
Top achievements
Rank 1
answered on 05 Sep 2018, 01:49 PM
Forget about it, I fixed it by implementing @font-face in my scss
Tags
General Discussions
Asked by
WenatexIT
Top achievements
Rank 1
Answers by
WenatexIT
Top achievements
Rank 1
Share this question
or