-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
116 lines (106 loc) · 5.68 KB
/
terms.html
File metadata and controls
116 lines (106 loc) · 5.68 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Terms and Conditions for PdfDroid - Free online PDF tools">
<meta name="keywords" content="PDF tools terms, PdfDroid terms, PDF editor terms">
<meta name="author" content="PdfDroid">
<title>Terms and Conditions - PdfDroid</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/terms.css">
<link rel="icon" type="image/png" href="favicon.png">
<script src="https://kit.fontawesome.com/your-kit-code.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<nav class="nav" role="navigation" aria-label="Main navigation">
<!-- Navigation content will be loaded by nav.js -->
</nav>
</header>
<main>
<div class="container">
<section class="legal-section">
<h1>Terms and Conditions</h1>
<p class="last-updated">Last updated: January 26, 2024</p>
<div class="legal-content">
<section>
<h2>1. Acceptance of Terms</h2>
<p>By accessing and using PdfDroid ("we," "our," or "us"), you agree to comply with and be bound by these Terms and Conditions. If you do not agree with these terms, please do not use our services.</p>
</section>
<section>
<h2>2. Services</h2>
<p>PdfDroid provides free online PDF tools for viewing, editing, and managing PDF documents. Our services include but are not limited to:</p>
<ul>
<li>PDF Metadata Editing</li>
<li>PDF Text Extraction</li>
<li>PDF Encryption</li>
<li>PDF Merging</li>
</ul>
</section>
<section>
<h2>3. Privacy and Data Security</h2>
<p>3.1. All PDF processing is performed locally in your browser. We do not store or transmit your documents to any server.</p>
<p>3.2. We collect minimal usage data to improve our services. For more information, please refer to our Privacy Policy.</p>
</section>
<section>
<h2>4. User Obligations</h2>
<p>4.1. You agree to use our services only for lawful purposes.</p>
<p>4.2. You are responsible for maintaining the confidentiality of your documents.</p>
<p>4.3. You agree not to attempt to reverse engineer or compromise our services.</p>
</section>
<section>
<h2>5. Disclaimer</h2>
<p>5.1. Our services are provided "as is" without any warranties.</p>
<p>5.2. We are not responsible for any damages resulting from the use of our services.</p>
<p>5.3. We do not guarantee uninterrupted access to our services.</p>
</section>
<section>
<h2>6. Changes to Terms</h2>
<p>We reserve the right to modify these terms at any time. Continued use of our services after changes constitutes acceptance of the new terms.</p>
</section>
<section>
<h2>7. Contact Us</h2>
<p>If you have any questions about these Terms and Conditions, please contact us.</p>
</section>
</div>
</section>
</div>
</main>
<footer>
<div class="container">
<div class="footer-section">
<h3>About PdfDroid</h3>
<p>Free online PDF tools to help you work with your documents efficiently. Easy to use, secure, and no installation required.</p>
<div class="footer-social">
<a href="#" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="#" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
<a href="#" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<ul class="footer-links">
<li><a href="index.html"><i class="fas fa-home"></i>Home</a></li>
<li><a href="metadata.html"><i class="fas fa-info-circle"></i>Metadata Editor</a></li>
<li><a href="encrypt.html"><i class="fas fa-lock"></i>PDF Encryption</a></li>
<li><a href="merge.html"><i class="fas fa-object-group"></i>PDF Merger</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Support</h3>
<ul class="footer-links">
<li><a href="faq.html"><i class="fas fa-question-circle"></i>FAQ</a></li>
<li><a href="terms.html"><i class="fas fa-file-contract"></i>Terms</a></li>
<li><a href="privacy.html"><i class="fas fa-shield-alt"></i>Privacy Policy</a></li>
<li><a href="#"><i class="fas fa-envelope"></i>Contact Us</a></li>
</ul>
</div>
<div class="footer-bottom">
<p>© 2024 PdfDroid. All rights reserved. Free online PDF tools for everyone.</p>
</div>
</div>
</footer>
<script src="js/nav.js"></script>
</body>
</html>