Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have to export unicode data from Gridview to Pdf file.
I am able to create a pdf file but the unicode data is not displaying in the pdf file.
Please help me.


Thanks in Advance.
Anagha
Posted

1 solution

 
Share this answer
 
Comments
Deshpande.anagha 15-Apr-11 5:35am    
iTextSharp.text.Table table = new iTextSharp.text.Table(GridView1.Columns.Count);

Here it gives an error near text.Table
Wat else i had to add for this

Thanks in Advance
Deshpande.anagha 3-May-11 1:25am    
Hi, I had created the PDF But hindi font is not displaying in Proper format such as matras and all. So for this wat i have to do.


Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900