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