How to convert Word Doc to Image (jpg/bmp)?
-
Hi, I'm looking for a way to convert a Doc file into an image object with c#. I need this project in order to create an application that will enable the user to give evaluations on paperworks originated by MS Word. My goal is to create a panel that will enable the user to view the doc as an image and paint on it. My thinking was to create two panels, MainPanel and ChildPanel. The ChildPanel will be hosted by the MainPanel. The MainPanel backgroud will be an image of the Word document and the user will be able paint on the ChildPanel. I use Main and Child panels so I can have it as layers, so if the user like to make changes to his evaluations he can do so by erasing/adding changes to the child panel without altering the main document. tnx Leeoz