Q: Can I use the AxOfficeViewer1.WordInsertPicture in web application.I want to insert a picture from the server dynamically to the opened word document(using openfromstream). Please let me know how do I achieve this.

A: The method AxOfficeViewer1.WordInsertPicture can insert an image from the local disk. You can’t insert an image from the remote server. So you need to download the image from remote server then insert it again. You can use the HttpDownloadFileToTempDir method in the EDraw Office Viewer Component to download the picture file.