Click here to Skip to main content
15,886,017 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How i can convert microsoft office word document to any picture format with c# .Net?
Posted

1, Search CodeProject for articles on "automating" MS Word from C#. There are many resources here.

2. Search CodeProject for articles on screen capture from C#. There are many resources here, including a recent one that uses DirectX (which may not relevant to your scenario).

3. Start coding, experiment, report your problems, results, and questions here. Show us some code (but not too much of it).
 
Share this answer
 
Comments
RaviRanjanKr 20-Nov-11 15:33pm    
My 5+
Sergey Alexandrovich Kryukov 20-Nov-11 16:20pm    
Well, screen capture does have some sense, hardly anything else. More importantly, this problem has no certain definition, please see my answer. I voted 4.
--SA
Converting of a Microsoft Word document to a bitmap image hardly makes any sense. More importantly, there is no predefined way to do it, just because the document does not have any fixed view. The same document looks differently depending on the sized of the window of the viewer, scale, view option, viewer and other factors like this.

You can look for screen capture, for example.

—SA
 
Share this answer
 
I agree with Bill. However, if you are thinking to export a MS Word document to JPG/Png using any free library, I think that will be a challenge!
 
Share this answer
 

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