-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·47 lines (47 loc) · 2.76 KB
/
index.html
File metadata and controls
executable file
·47 lines (47 loc) · 2.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="View documents in .NET and Java with an advanced document viewer API's">
<title>GroupDocs.Viewer - Document Viewer - View DOCX, PDF, XLSX and PPTX</title>
<link href="favicon.ico?v1.0" rel="shortcut icon" type="image/vnd.microsoft.icon">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="resources/css/groupdocs.viewer.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/groupdocs.viewer.mobile.css"/>
</head>
<body>
<div id="logo">
<a href="https://www.groupdocs.com"><img src="resources/image/groupdocs-logo.png"/></a>
</div>
<ul id="navigation">
<li><a href="https://github.com/groupdocs-viewer">Examples</a></li>
<li><a href="https://products.groupdocs.com/viewer">Products</a></li>
<li><a href="https://docs.groupdocs.com/display/viewerproductfamily/Home">Documentation</a></li>
</ul>
<div id="container">
<h3>GroupDocs</h3>
<h1>Viewer</h1>
<h4>Product Family</h4>
<div id="product-description">
<strong><a href="https://products.groupdocs.com/viewer">GroupDocs.Viewer</a></strong> is one of the best and most reliable Document Viewer API's
for <a class="dot-net" href="https://products.groupdocs.com/viewer/net">.NET</a> and
<a class="java" href="https://products.groupdocs.com/viewer/java">Java</a> on the market that supports over 140 document formats
and innumerous features.
Full costumization and flexibility will allow you to achive any desired output for any possible use case.
View documents from Amazon S3, Azure or any other source, render documents with high quality output,
use caching for faster document rendering and much more!
<div><a href="https://products.conholdate.app/documents/view/MVHY0xd3d/groupdocs-viewer.pdf">Live Showcase Demo</a></div>
</div>
</div>
<ul id="social">
<li><a href="https://www.youtube.com/channel/UCUbnqP6PGNHBsL5uzTef79g"><i class="fab fa-youtube"></i></a></li>
<li><a href=""><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/GroupDocs/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://twitter.com/GroupDocs"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://vk.com/gdocs"><i class="fab fa-vk"></i></a></li>
<li><a href="https://www.linkedin.com/company/groupdocs/"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://github.com/groupdocs"><i class="fab fa-github-alt"></i></a></li>
</ul>
</body>
</html>