|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <!-- Required meta tags --> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 7 | + <title>Vertopal - File Conversion Platform</title> |
| 8 | + <meta name="description" content="Vertopal, a cloud platform for converting computer files to each other. Converting images, documents, markups, presentations, spreadsheets, and ebooks with highest quality in no time."/> |
| 9 | + |
| 10 | + <!--Google font--> |
| 11 | + <link href="https://fonts.googleapis.com/css?family=K2D:300,400,500,700,800" rel="stylesheet"> |
| 12 | + |
| 13 | + <!-- Bootstrap CSS / Color Scheme --> |
| 14 | + <link rel="stylesheet" href="css/style.min.css"> |
| 15 | + |
| 16 | + <link rel="apple-touch-icon" sizes="180x180" href="https://www.vertopal.com/static/ui/favicon/apple-touch-icon.png"> |
| 17 | + <link rel="icon" type="image/png" sizes="32x32" href="https://www.vertopal.com/static/ui/favicon/favicon-32x32.png"> |
| 18 | + <link rel="icon" type="image/png" sizes="16x16" href="https://www.vertopal.com/static/ui/favicon/favicon-16x16.png"> |
| 19 | + <link rel="manifest" href="https://www.vertopal.com/static/ui/favicon/manifest.json"> |
| 20 | + <link rel="mask-icon" href="https://www.vertopal.com/static/ui/favicon/safari-pinned-tab.svg" color="#f3d250"> |
| 21 | + <meta name="msapplication-TileColor" content="#ffc40d"> |
| 22 | + <meta name="theme-color" content="#f3d250"> |
| 23 | + |
| 24 | + <meta property="og:title" content="File Conversion Platform"> |
| 25 | + <meta property="og:description" content="Vertopal, a cloud platform for converting computer files to each other. Converting images, documents, markups, presentations, spreadsheets, and ebooks with highest quality in no time."> |
| 26 | + <meta property="og:site_name" content="Vertopal on GitHub"> |
| 27 | + <meta property="og:type" content="website"> |
| 28 | + <meta property="og:url" content="https://vertopal.github.io/"> |
| 29 | + <meta property="og:image" content="https://www.vertopal.com/static/ui/favicon/favicon-192x192.png" /> |
| 30 | + <meta property="og:image:width" content="192" /> |
| 31 | + <meta property="og:image:height" content="192" /> |
| 32 | +</head> |
| 33 | +<body> |
| 34 | + |
| 35 | +<!--Header Section--> |
| 36 | +<section class="bg-gradient pt-5 pb-9"> |
| 37 | + <div class="container"> |
| 38 | + <div class="row"> |
| 39 | + <div class="col-12 d-flex flex-row align-items-center justify-content-between"> |
| 40 | + <div class="heading-brand">Vertopal.com</div> |
| 41 | + <a href="https://github.com/vertopal" target="_blank" class="btn btn-outline-dark svg-icon"> |
| 42 | + <em class="" data-feather="github"></em> |
| 43 | + </a> |
| 44 | + </div> |
| 45 | + </div> |
| 46 | + <div class="row mt-6 pt-6 pb-6"> |
| 47 | + <div class="col-md-8 mx-auto text-center"> |
| 48 | + <h1>Cloud File Conversion Platform</h1> |
| 49 | + <p class="lead mb-5">Vertopal is a cloud platform for converting digital files to each other. |
| 50 | + With privacy and security in mind, the main goal is to provide high-quality file conversion in no time without the need to install different third-party programs.</p> |
| 51 | + <div style="line-height: 3;"> |
| 52 | + <a href="https://www.vertopal.com/" class="btn btn-success svg-icon"> |
| 53 | + <em class="mr-2" data-feather="chevrons-right"></em> |
| 54 | + Start Converting Now |
| 55 | + </a> |
| 56 | + <a href="https://www.vertopal.com/en/product/cli" class="btn btn-dark svg-icon"> |
| 57 | + <em class="mr-2" data-feather="terminal"></em> |
| 58 | + Vertopal CLI |
| 59 | + </a> |
| 60 | + </div> |
| 61 | + </div> |
| 62 | + </div> |
| 63 | + </div> |
| 64 | +</section> |
| 65 | + |
| 66 | +<!--Vertopal CLI Section--> |
| 67 | +<section class="py-6"> |
| 68 | + <div class="container"> |
| 69 | + <div class="row"> |
| 70 | + <div class="col-md-12 mx-auto"> |
| 71 | + <div class="row"> |
| 72 | + <div class="col-sm-5 pb-2"> |
| 73 | + <h1>Vertopal CLI</h1> |
| 74 | + <!-- <h4>Bring Vertopal to your terminal.</h4> --> |
| 75 | + <p class="lead text-muted">Bring Vertopal to your terminal.</p> |
| 76 | + <p>Vertopal CLI is a small but powerful utility for converting digital files right in your terminal.</p> |
| 77 | + <div class="" style="line-height: 3;"> |
| 78 | + <a href="https://www.vertopal.com/en/product/cli#platforms" class="btn btn-secondary svg-icon"> |
| 79 | + <em class="mr-2" data-feather="download"></em> |
| 80 | + Get Latest Release |
| 81 | + </a> |
| 82 | + <a href="https://github.com/vertopal/vertopal-cli" class="btn btn-outline-secondary svg-icon"> |
| 83 | + <em class="" data-feather="github"></em> |
| 84 | + </a> |
| 85 | + <a href="https://pypi.org/project/vertopal/" class="btn btn-outline-secondary svg-icon"> |
| 86 | + <em class="" data-feather="package"></em> |
| 87 | + </a> |
| 88 | + </div> |
| 89 | + </div> |
| 90 | + <div class="col-sm-7"> |
| 91 | + <div class="code-window"> |
| 92 | + <div class="dots"> |
| 93 | + <div class="red"></div> |
| 94 | + <div class="orange"></div> |
| 95 | + <div class="green"></div> |
| 96 | + </div> |
| 97 | + <pre class="language-bash line-numbers"><code class="language-bash">$ vertopal convert mydoc.pdf --to docx |
| 98 | +[1/4] Uploading mydoc.pdf |
| 99 | +[2/4] Waiting for DOCX conversion |
| 100 | +[3/4] Converting mydoc.pdf to docx - please Waiting... |
| 101 | +[INFO] Convert vCredits used: 1 |
| 102 | +[4/4] Downloading converted file |
| 103 | +[Done] Your converted file saved as mydoc.docx</code></pre> |
| 104 | + </div> |
| 105 | + </div> |
| 106 | + </div> |
| 107 | + </div> |
| 108 | + </div> |
| 109 | + </div> |
| 110 | +</section> |
| 111 | + |
| 112 | +<!--Features Section--> |
| 113 | +<section class="py-6"> |
| 114 | + <div class="container"> |
| 115 | + <div class="row"> |
| 116 | + <div class="col-md-8 mx-auto"> |
| 117 | + <h2 class="text-center text-md-left">Reasons Why People & Companies Love <span class="text-success">Vertopal</span></h2> |
| 118 | + <div class="row feature-grid"> |
| 119 | + <div class="col-sm-6"> |
| 120 | + <div class="media"> |
| 121 | + <div class="icon-box"> |
| 122 | + <div class="icon-box-inner"> |
| 123 | + <span data-feather="shield" width="28" height="28"></span> |
| 124 | + </div> |
| 125 | + </div> |
| 126 | + <div class="media-body"> |
| 127 | + Privacy First |
| 128 | + </div> |
| 129 | + </div> |
| 130 | + </div> |
| 131 | + <div class="col-sm-6"> |
| 132 | + <div class="media"> |
| 133 | + <div class="icon-box"> |
| 134 | + <div class="icon-box-inner"> |
| 135 | + <span data-feather="cloud" width="28" height="28"></span> |
| 136 | + </div> |
| 137 | + </div> |
| 138 | + <div class="media-body"> |
| 139 | + Cloud Based |
| 140 | + </div> |
| 141 | + </div> |
| 142 | + </div> |
| 143 | + <div class="col-sm-6"> |
| 144 | + <div class="media"> |
| 145 | + <div class="icon-box"> |
| 146 | + <div class="icon-box-inner"> |
| 147 | + <span data-feather="file" width="28" height="28"></span> |
| 148 | + </div> |
| 149 | + </div> |
| 150 | + <div class="media-body"> |
| 151 | + +350 Formats |
| 152 | + </div> |
| 153 | + </div> |
| 154 | + </div> |
| 155 | + <div class="col-sm-6"> |
| 156 | + <div class="media"> |
| 157 | + <div class="icon-box"> |
| 158 | + <div class="icon-box-inner"> |
| 159 | + <span data-feather="zap" width="28" height="28"></span> |
| 160 | + </div> |
| 161 | + </div> |
| 162 | + <div class="media-body"> |
| 163 | + Super Fast |
| 164 | + </div> |
| 165 | + </div> |
| 166 | + </div> |
| 167 | + <div class="col-sm-6"> |
| 168 | + <div class="media"> |
| 169 | + <div class="icon-box"> |
| 170 | + <div class="icon-box-inner"> |
| 171 | + <span data-feather="message-square" width="28" height="28"></span> |
| 172 | + </div> |
| 173 | + </div> |
| 174 | + <div class="media-body"> |
| 175 | + Technical Support |
| 176 | + </div> |
| 177 | + </div> |
| 178 | + </div> |
| 179 | + <div class="col-sm-6"> |
| 180 | + <div class="media"> |
| 181 | + <div class="icon-box"> |
| 182 | + <div class="icon-box-inner"> |
| 183 | + <span data-feather="thumbs-up" width="28" height="28"></span> |
| 184 | + </div> |
| 185 | + </div> |
| 186 | + <div class="media-body"> |
| 187 | + Happy Customers |
| 188 | + </div> |
| 189 | + </div> |
| 190 | + </div> |
| 191 | + </div> |
| 192 | + </div> |
| 193 | + </div> |
| 194 | + </div> |
| 195 | +</section> |
| 196 | + |
| 197 | +<!--footer--> |
| 198 | +<footer class="py-5 bg-light"> |
| 199 | + <div class="container"> |
| 200 | + <div class="row"> |
| 201 | + <div class="col-12 text-center"> |
| 202 | + <ul class="list-inline"> |
| 203 | + <li class="list-inline-item"><a href="https://www.vertopal.com/en/account/dashboard">User Account</a></li> |
| 204 | + <li class="list-inline-item"><a href="https://www.vertopal.com/en/pricing">Pricing</a></li> |
| 205 | + <li class="list-inline-item"><a href="https://www.vertopal.com/en/developer/api">File Conversion API</a></li> |
| 206 | + <li class="list-inline-item"><a href="https://www.vertopal.com/en/developer/api/introduction">API Docs</a></li> |
| 207 | + </ul> |
| 208 | + </div> |
| 209 | + </div> |
| 210 | + <div class="row my-2"> |
| 211 | + <div class="col-md-4 mx-auto text-muted text-center small-xl"> |
| 212 | + Copyright © Vertopal |
| 213 | + </div> |
| 214 | + </div> |
| 215 | + </div> |
| 216 | +</footer> |
| 217 | + |
| 218 | +<!-- jQuery first, then Feather.js --> |
| 219 | +<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> |
| 220 | +<script src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.7.3/feather.min.js"></script> |
| 221 | +<script src="js/scripts.js"></script> |
| 222 | +</body> |
| 223 | +</html> |
0 commit comments