MS-Visio file (.vsd, .vsdx) to images converter
Project description
visio2img is a image converter. It converts from MS-Visio file (.vsd, .vsdx) to images.
Requirements
Python 2.7, 3.3 and later
Microsoft Visio
Setup
Install visio2img package.
$ pip install visio2img
And then, visio2img command is available on your environment.
Usage
Execute visio2img command:
$ visio2img [visio_filename.vsdx] [image_filename.png]
If your visio file has multiple pages, visio2img command generates image files for each page.
page option
-p (–page) option choices a page by page number.
For example, this command-line picks up second page of visio file:
visio2img.py -p 2 visio_filename.vsdx output.png
name option
-n (–name) option choices a page by page name.
For example, this command-line picks up a page named “circle”:
visio2img.py -n "circle" visio_filename.vsdx output.png
Maintainer
Takeshi KOMIYA <i.tkomiya@gmail.com>
License
Apache License 2.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file visio2img-1.1.0.tar.gz
.
File metadata
- Download URL: visio2img-1.1.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fb1f24279373bed1ce79dfaec0f5945b69442100371f474693c2e37cff4f34f |
|
MD5 | 34c4e257d4085cf098d75bfed1701ba0 |
|
BLAKE2b-256 | 795363de2db2b83a8d39c50b438d945405282b46ec9ad1783baa8f71c9126d19 |
File details
Details for the file visio2img-1.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: visio2img-1.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a36b4d4badafc0d9e5c2547532911168a9aa9575121904f18254d7f9f9650512 |
|
MD5 | a7c8f3ccf66215ba2e8720a80ac28753 |
|
BLAKE2b-256 | 0572174ae07f5b9a00c1e4de009e7d8cd64c0ef316019de81da4b194b8c75052 |