Image Issue on the Server

Hello,

I am evaluating ASPOSE word. On my developer machine if I do

builder.InsertHTML(

""

);

It works and I can see the image in the converted word document. When I published on the server the image does not appear. Is there any reason?

On my developer machine I installed ASPOSE but on the server i just copied the ASPOSE dll in the bin directory to the server.

Any help is greatly appreciated.

Thanks

Hello,

Let me know if you need more information or if I am unclear about my problem.

thanks ... maximus_vj

When you insert this html string, the image itself is not inserted, it is only referenced. So you need to distribute the image with the document, ensuring that the relative path /std_images/1015/1015_2437.gif should be valid .