We are trying to in insert an image in the word document programatically  and we are using WordInsertPicture
method.We are getting an error message which says the  \’\’The graphics filter was unable to convert this file \” .We
are getting this error specifically in the server instance and not in the local instance.Please suggest the proper
method if any.

Answer:

The WordInsertPicutre method supports local path. You need download the image to your local client. Then use the method.