Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8910053
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T03:35:32+00:00 2026-06-15T03:35:32+00:00

I have a lot of Visio files, and want to programatically convert them all

  • 0

I have a lot of Visio files, and want to programatically convert them all to png format.

I have found a couple of solutions, but can’t get any of them to work.

How can .vsd files be batch-converted to .png easily through commandline or a similar means?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T03:35:34+00:00Added an answer on June 15, 2026 at 3:35 am

    Use the built in Visual Basic

    something like this: fix up the paths parts yourself.

    Sub a()
    
       Dim docs As New Collection
       ' add the paths of your documents here, use more script if you want wildcard etc
       docs.Add ("C:\Users\[username]\Desktop\New folder (4)\drawing2.vsd")
       docs.Add ("C:\Users\[username]\Desktop\New folder (4)\drawing3.vsd")
    
       For Each d In docs    
          Dim doc As Document     
          Set doc = Documents.Add(d)
    
          Dim p As Page
    
            For Each p In doc.Pages       
            Dim n As String
    
            ' change this for the output path and format of your choice      
            n = "C:\Users\[username]\Desktop\New folder (4)\" & doc.Name & " " & p.Index & ".png"      
            p.Export (n)
    
            Next
        Next
    
    End sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have couple of .swf games files uploaded to my server. I want to
At the moment, I have lot's of Java which does all kind of nifty
I don't know exactly what is the problem, but I have done a lot
I have some fundamental points/questions about OpenGL, not all involving code but concepts as
I have a lot of png images that I have optimized for memory usage.
I have a one page website but a lot will happen on that page
I have lot of products with custom options, now I have requirement to update
I have lot of code in my Tornado app which looks like this: @tornado.web.asynchronous
We have lot of object with this kind of design : Interface and several
I have a requirement to use date picker in my applicaiton. I have lot

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.