-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·46 lines (46 loc) · 2.73 KB
/
index.html
File metadata and controls
executable file
·46 lines (46 loc) · 2.73 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
<!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="Redact PDf document with document redaction tool and API for .NET and Java">
<title>GroupDocs.Redaction - Redact PDF and Office Documents</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="https://groupdocs-total.github.io/resources/css/groupdocs.total.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/groupdocs.redaction.css"/>
<link rel="stylesheet" type="text/css" href="https://groupdocs-total.github.io/resources/css/groupdocs.total.mobile.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/groupdocs.redaction.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-redaction">Examples</a></li>
<li><a href="https://products.groupdocs.com/redaction">Products</a></li>
<li><a href="https://docs.groupdocs.com/display/watermarkproductfamily">Documentation</a></li>
</ul>
<div id="container">
<h3>GroupDocs</h3>
<h1>Redaction</h1>
<h4>Product Family</h4>
<div id="product-description">
<strong><a href="https://products.groupdocs.com/redaction">GroupDocs.Redaction</a></strong> is a set of redaction tools API's
for <a class="dot-net" href="https://products.groupdocs.com/redaction/net">.NET</a> and
<a class="java" href="https://products.groupdocs.com/redaction/java">Java</a> that allows to redact PDF and Office documents.
Hide or remove any sensetive information from any document and much more!
<div><a href="https://products.groupdocs.app/redaction/total">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>