Automate Save As HTML

A

Andrzej

Hello,
I am in the process of investigating a method to allow me to programatically
generate organization chart and save it as HTML. I'm pretty sure I can
automate the organization chart creation using orgwiz.exe, but I do not know
whether it's possible to save it and publish it as HMTL. Our organization
changes on daily basis and I need a method to automate the organization chart
web publishing.

Any help or guidance in the right direction highly appreciated!

Thank you,

Andrzej
 
C

Chris Roth [MVP]

Hi Andrzej,

The Visio application has a SaveAsWeb object that you can automate. Here are
some links to info about it:

VB Example (Visio 2007)
http://msdn2.microsoft.com/en-us/library/aa463348.aspx

About the Save As Web API (Visio 2007)
http://msdn2.microsoft.com/en-us/library/aa463345.aspx


VB Example (Visio 2003)
http://msdn2.microsoft.com/en-us/library/aa173549(office.11).aspx

About the Save As Web API (Visio 2003)
http://msdn2.microsoft.com/en-us/library/aa173490(office.11).aspx


--
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