I have a Visio file which has tons of pages (or tabs) in it, each having a different separate model. I need to make multiple Visio files out of this one file, such that each generated Visio file only contains one page from this main file .. If I do this manually, it will take a lot of time as there are like over even a 100 pages maybe ... So I'm looking for some automated solution ..

Any ideas ?

link|improve this question

33% accept rate
feedback

1 Answer

up vote 0 down vote accepted

I wrote a command-line tool that does what you need. You can get it at the link below.

http://viziblr.codeplex.com/

The name of the tool is called "Visio Export Pages to Docs".

The usage is

VisioExportPagestoDocs.exe input.vsd

The output documents - one for each page- will be created in the same folder.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.