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
Hashes for visio2img-1.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46a192953b11dedd1c660d417aea30853bc587d7d5bc217c2f9ca0b59e0e3496 |
|
MD5 | 453a5a859b6d9b01f3189fcff6c6aa23 |
|
BLAKE2b-256 | cc3e57c64237e1d173fce8924b675ffc0b796d5e4483d47307df9eba809e637e |