Export-VisioPage

Export a page as an image

Export-VisioPage "d:\foo.png"

Export each page to separate Image

Export-VisioPage "d:\foo.png" -AllPages

Will create a PNG for each page. The name will be of the form foo_Page_N.png

Last updated