-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
152 lines (134 loc) · 7.24 KB
/
faq.html
File metadata and controls
152 lines (134 loc) · 7.24 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!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="Frequently Asked Questions about PdfDroid's online PDF tools">
<meta name="keywords" content="PDF tools FAQ, PdfDroid help, PDF editor questions">
<meta name="author" content="PdfDroid">
<title>FAQ - PdfDroid</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/faq.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="faq-section">
<h1>Frequently Asked Questions</h1>
<p class="faq-intro">Find answers to common questions about PdfDroid's PDF tools.</p>
<div class="faq-search">
<input type="text" placeholder="Search frequently asked questions..." aria-label="Search FAQs">
</div>
<div class="faq-content">
<div class="faq-item">
<h2>General Questions</h2>
<div class="faq-qa">
<h3>Is PdfDroid free to use?</h3>
<p>Yes, all our PDF tools are completely free to use. We don't have any hidden charges or premium features.</p>
</div>
<div class="faq-qa">
<h3>Do I need to create an account?</h3>
<p>No, you don't need to create an account to use our tools. Just visit our website and start using the tools right away.</p>
</div>
<div class="faq-qa">
<h3>Are my PDF files secure?</h3>
<p>Yes, all PDF processing is done locally in your browser. Your files are never uploaded to our servers, ensuring complete privacy and security.</p>
</div>
</div>
<div class="faq-item">
<h2>Using Our Tools</h2>
<div class="faq-qa">
<h3>What PDF tools do you offer?</h3>
<p>We offer various PDF tools including:</p>
<ul>
<li>PDF Metadata Editor</li>
<li>PDF Text Extractor</li>
<li>PDF Encryption</li>
<li>PDF Merger</li>
</ul>
</div>
<div class="faq-qa">
<h3>What's the maximum file size I can process?</h3>
<p>Since all processing is done in your browser, the file size limit depends on your device's memory. Generally, files up to 100MB work well.</p>
</div>
<div class="faq-qa">
<h3>Which browsers are supported?</h3>
<p>Our tools work best with modern browsers like Chrome, Firefox, Safari, and Edge. Make sure to use the latest version for optimal performance.</p>
</div>
</div>
<div class="faq-item">
<h2>Troubleshooting</h2>
<div class="faq-qa">
<h3>Why isn't my PDF loading?</h3>
<p>This could be due to:</p>
<ul>
<li>The file is corrupted</li>
<li>The PDF is password-protected</li>
<li>Your browser needs to be updated</li>
<li>Insufficient device memory</li>
</ul>
</div>
<div class="faq-qa">
<h3>How can I report a bug?</h3>
<p>If you encounter any issues, please contact us with details about the problem and steps to reproduce it.</p>
</div>
</div>
<div class="faq-item">
<h2>Privacy & Security</h2>
<div class="faq-qa">
<h3>Do you store my PDFs?</h3>
<p>No, we don't store any of your PDFs. All processing is done locally in your browser, and files are never uploaded to our servers.</p>
</div>
<div class="faq-qa">
<h3>Is my data protected?</h3>
<p>Yes, we take data protection seriously. We use HTTPS encryption and implement various security measures to protect your privacy.</p>
</div>
</div>
</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>