Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Visio Symbols in your Application.

Visio Symbols in your Application.

Scheduled Pinned Locked Moved C / C++ / MFC
graphicshelpquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mike Doner
    wrote on last edited by
    #1

    I'm looking for a graphics library/method for drawing visio-symbols in your own DC/view. Anybody stumbled across something like this? Any help would be appreciated, Thx.

    D 1 Reply Last reply
    0
    • M Mike Doner

      I'm looking for a graphics library/method for drawing visio-symbols in your own DC/view. Anybody stumbled across something like this? Any help would be appreciated, Thx.

      D Offline
      D Offline
      dusty_dex
      wrote on last edited by
      #2

      Umm.. I thought Visio (and Office) could export documents as web pages. The exported .vdx files can be converted to SVG with freely available converters. VDXtoSVG sourceforge The older 2001 .vdx format schema is no longer available, but there's the 2010 schema and previous ones back to 2003, here: Visio 2010 XML Schema I don't know of any vector to bitmap converters, but it shouldn't be too difficult to do yourself.

      Q. Hey man! have you sorted out the finite soup machine? A. Why yes, it's celery or tomato.

      M 1 Reply Last reply
      0
      • D dusty_dex

        Umm.. I thought Visio (and Office) could export documents as web pages. The exported .vdx files can be converted to SVG with freely available converters. VDXtoSVG sourceforge The older 2001 .vdx format schema is no longer available, but there's the 2010 schema and previous ones back to 2003, here: Visio 2010 XML Schema I don't know of any vector to bitmap converters, but it shouldn't be too difficult to do yourself.

        Q. Hey man! have you sorted out the finite soup machine? A. Why yes, it's celery or tomato.

        M Offline
        M Offline
        Mike Doner
        wrote on last edited by
        #3

        Thanks for your reply. We're looking to take Visio-like symbols and draw them in our view. Would like the user to be able to select the .VSS file, select the symbol and draw it. You're method appears to be a one-off method. Are the VSS file formats published anywhere?

        D 1 Reply Last reply
        0
        • M Mike Doner

          Thanks for your reply. We're looking to take Visio-like symbols and draw them in our view. Would like the user to be able to select the .VSS file, select the symbol and draw it. You're method appears to be a one-off method. Are the VSS file formats published anywhere?

          D Offline
          D Offline
          dusty_dex
          wrote on last edited by
          #4

          I thought that the second schema link would help you with file format info. There's a C++ XML parser called rapidxml if you want to try that route. But you still need the visio xml schemas. Otherwise you'll have to download vdx converter source code Saxon (it's Java) also on sourceforge, vdx2svg has a dependency on it. I have the Pro version of Visio (2002) and it has the developer reference. I will take a look and see if there's more info for you in that. :)

          Q. Hey man! have you sorted out the finite soup machine? A. Why yes, it's celery or tomato.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups