-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvisio2image.html
More file actions
72 lines (59 loc) · 3.89 KB
/
visio2image.html
File metadata and controls
72 lines (59 loc) · 3.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Visio to image batch converter | PostPDM software</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/1.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="css/img.css" type="text/css" media="screen,projection" />
</head>
<body>
<div id="header">
<h1><a href="http://soft.postpdm.com/">PostPDM software</a></h1>
<h3>Everyday collaboration tool for engineers</h3>
<ul id="nav">
<li><a href="index.html">Home - VCE</a></li> <li><a href="docs.html">Documentation</a></li> <li><a href="news.html">News</a></li> <li><a href="cad_diff.html">CAD Diff</a></li> <li><a href="visio2image.html" class="active">Visio2Image</a></li>
</ul>
</div>
<div id="container">
<div id="content">
<h2><a href="#">Visio to image batch converter</a></h2> <p>"Visio to image batch converter" is a freeware command line Windows utility for MS Visio documents conversion to PNG images.</p><h3>Download</h3><p>MS Visio to image batch converter version, 51 KB zip for Windows, <strong>v1.0, release date 11.01.16</strong></p><p>Link: <big><strong><a href="https://bitbucket.org/yncoder/naiveshark/downloads/visio2image_v1.0.zip">visio2image_v1.0.zip</a></strong></big></p><h3>Usage</h3><p>You need the MS Visio installed on your computer to use the converter.</p><p>Command line usage:</p><code>visio2image.exe visio_document.ext</code><p>Usage example:</p><code>visio2image.exe my_draft.vsd</code><p>Resulting PNG files will be exported to original Visio document folder as "originalname_page_N.png"</p>
</div>
<div id="sidebar">
<h3>About</h3>
<p class="about"> We are develop the collaboration tool for engineers - version control system </p>
<h3>Support</h3>
<ul>
<li><a href="https://groups.google.com/forum/#!forum/postpdm"><span>»</span> Support forum on Google Groups</a></li>
<li><a href="https://www.facebook.com/PostPDM"><span>»</span> Facebook page</a></li>
<li><a href="https://sourceforge.net/p/postpdm/forum/general/"><span>»</span> Forum on Sourceforge</a></li>
</ul>
<h3>Products</h3>
<ul>
<li><a href="index.html"><span>»</span> Version Control for engineers</a></li>
<li><a href="cad_diff.html"><span>»</span> CAD Diff visual comparison tool</a></li>
<li><a href="visio2image.html"><span>»</span> Visio to image batch converter</a></li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="http://subversion.apache.org/"><span>»</span> Apache™ Subversion®</a></li>
<li><a href="https://en.wikipedia.org/wiki/Revision_control"><span>»</span> Revision control on Wikipedia</a></li>
<li><a href="https://en.wikipedia.org/wiki/Version_Control_for_engineers"><span>»</span> Version Control for engineers on Wikipedia</a></li>
</ul>
</div>
</div>
<div id="footer">
<p class="validate"><a href="http://validator.w3.org/check?uri=http://soft.postpdm.com/">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/">CSS</a><br />
<a href="#content">Top</a></p>
<p>© PostPDM software. 2015-2017</p>
<p>Template design by <a href="http://www.sixshootermedia.com">Six Shooter Media</a>.<br />
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66028678-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>