Hi,
i have a datagridview with tamil language contents and if i export it via itextsharp pdf i am not getting the tamil fonts properly whats is the solution for this,
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jacke ElisPosted Jan 28, 2015, 5:21 AM
It uses a C# component for excel files, but it has a direct C# API for exporting DataGridView control to Excel and also directly converts Excel files to PDF in C#.
It will use the necessary installed fonts, but also you can even use fonts that are not installed by specifying where they are located:
santhosh kumarPosted Jan 13, 2015, 5:37 AM
i am working in windows application, can you help me in that regards plz.
Vithal WadjePosted Jan 12, 2015, 1:30 PM
http://www.c-sharpcorner.com/UploadFile/0c1bb2/export-gridview-to-pdf/