The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I am using "graphics.DrawString(Path.GetFileNameWithoutExtension(ImageFilenames[i]), font, PdfBrushes.Red, new PointF(0, 35));, behnd "Path.GetFileNameWithoutExtension(ImageFilenames[i])" will be a czech word but instead of writing "věci" into the document it will write "veci", so totally wrong and unsuable.
KKKarthik Krishnaraj Syncfusion Team September 19, 2016 08:48 AM UTC
Hi Mvxyc,
In order to render the unicode characters you need to set true for the parameter unicode before drawing it. I have attached the simple sample and code snippet for your reference, kindly check through it. Let me know if you have any concerns.