B
BennyEz
I have a c# project that creats a visio drawing from a database and
currently that drawing is displayed in the visio ocx control where the
user can then save the drawing. This was done using windows forms
however now we have the need to make the drawings available through a
web application and we cannot rely on the client having visio
installed. Therefore we cannot use the visio ocx.
What I'd like to do is convert the visio drawing to PNG or another
format that can be viewed in the browser before displaying to the
user. Since the server will have the Visio library to create the
drawing it can be done on the server side. Then it needs to be
converted and displayed to the user.
Any ideas?
currently that drawing is displayed in the visio ocx control where the
user can then save the drawing. This was done using windows forms
however now we have the need to make the drawings available through a
web application and we cannot rely on the client having visio
installed. Therefore we cannot use the visio ocx.
What I'd like to do is convert the visio drawing to PNG or another
format that can be viewed in the browser before displaying to the
user. Since the server will have the Visio library to create the
drawing it can be done on the server side. Then it needs to be
converted and displayed to the user.
Any ideas?