How to export data that contain images and text to word
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I am using Asp.net , C# Visual studio 2005. I want to export data that contains images and textual data to word. Please give me some useful link …… Thank you.
imran khan
-
Hi all, I am using Asp.net , C# Visual studio 2005. I want to export data that contains images and textual data to word. Please give me some useful link …… Thank you.
imran khan
You have to use Graphics object to write to the .doc file it provides different method to write to word document. Use following link http://www.codeproject.com/aspnet/wordapplication.asp
Best Regards, Chetan Patel