Server-sde generation of diagrams

M

Michael Milazzo

Hello,

Is it possible to generate visio diagrams using an ASP.NET web application?
We would like to dynamically generate diagrams based on some information we
store in our database.

Thank you for any assistance!
 
C

Chris Roth [MVP]

If you use automation, then Visio needs to be running on the server (which
might be "not allowed" by the license agreement, but I can never keep this
info straight)

If you use xml and generate Visio ".vdx" files, then you can generate the
drawings without Visio (depending on the drawing type). Some types of
drawings need Visio because Visio provides services, such as layout, that
you don't want to program yourself.

If the positioning of the shapes is not difficult, then the xml-route is the
way to go!

--
Hope this helps,

Chris Roth
Visio MVP

Free Visio shapes:
http://www.visguy.com/category/shapes
Visio programming info:
http://www.visguy.com/category/programming/
Other Visio resources:
http://www.visguy.com/visio-links/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top