forked from alam00000/bentopdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
231 lines (213 loc) · 8.83 KB
/
privacy.html
File metadata and controls
231 lines (213 loc) · 8.83 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Privacy Policy - Your Data Stays Private | BentoPDF</title>
<meta
name="description"
content="BentoPDF privacy policy: All PDF processing happens in your browser. We never see, store, or upload your files. 100% private and secure."
/>
<meta name="author" content="BentoPDF" />
<meta name="robots" content="index, follow" />
<!-- Canonical URL -->
<link rel="canonical" href="https://www.bentopdf.com/privacy.html" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.bentopdf.com/privacy" />
<meta
property="og:title"
content="Privacy Policy - Your Data Stays Private | BentoPDF"
/>
<meta
property="og:description"
content="BentoPDF privacy policy: All PDF processing happens in your browser. We never see, store, or upload your files. 100% private and secure."
/>
<meta
property="og:image"
content="https://www.bentopdf.com/images/og-privacy.png"
/>
<meta property="og:site_name" content="BentoPDF" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Privacy Policy - Your Data Stays Private | BentoPDF"
/>
<meta
name="twitter:description"
content="BentoPDF privacy policy: All PDF processing happens in your browser. We never see, store, or upload your files. 100% private and secure."
/>
<meta
name="twitter:image"
content="https://www.bentopdf.com/images/twitter-privacy.png"
/>
<meta name="twitter:site" content="@BentoPDF" />
<title>Privacy Policy - Your Data Stays Private | BentoPDF</title>
<link href="/src/css/styles.css" rel="stylesheet" />
<!-- Web App Manifest -->
<link rel="manifest" href="/site.webmanifest" />
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/images/favicon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="/images/favicon-512x512.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/images/apple-touch-icon.png"
/>
<link rel="icon" href="/favicon.ico" sizes="32x32" />
</head>
<body class="antialiased bg-gray-900 text-gray-300">
{{> navbar }}
<div id="app" class="container mx-auto p-4 md:p-8">
<section class="max-w-4xl mx-auto py-12">
<h1 class="text-4xl md:text-5xl font-bold text-center text-white mb-4">
Privacy Policy
</h1>
<p class="text-center text-gray-500">
Last Updated: September 14, 2025
</p>
<div class="legal-content mt-12">
<h2>1. Our Commitment to Privacy</h2>
<p>
BentoPDF ("we", "us", "our") is fundamentally a privacy-focused
service. This Privacy Policy outlines our unwavering commitment to
protecting your privacy. Our core principle is simple:
<strong>your files are your files</strong>. We do not and cannot
view, access, store, or share your documents. All PDF processing
occurs entirely on your own computer, within your web browser
(client-side).
</p>
<h3>1.1 The Client-Side Principle</h3>
<p>
Unlike other online PDF services, BentoPDF does not upload your
files to a server for processing. The tools you use are powered by
JavaScript and WebAssembly libraries that run directly on your
device. This means your data never leaves your computer, providing
you with the highest level of privacy and security.
</p>
<h2>2. Information We Do Not Collect</h2>
<p>
Because of our client-side architecture, we are technically
incapable of collecting the following information:
</p>
<ul>
<li>
The content of your PDF files or any other documents you use with
our tools.
</li>
<li>Any personal data contained within your documents.</li>
<li>Filenames of your documents.</li>
<li>
Any derived information or metadata from your files, beyond what
is necessary for the tool to function during your active session
(and this is immediately discarded).
</li>
</ul>
<h2>3. Information We May Collect (Non-Personal Data)</h2>
<p>
To improve our website and services, we may collect anonymous,
non-personally identifiable information. This type of data helps us
understand how users interact with our site, which tools are most
popular, and how we can improve the user experience. This includes:
</p>
<ul>
<li>
<strong>Usage Analytics:</strong> Anonymized data such as which
tools are used, how often they are used, and which features are
accessed. This is aggregated and cannot be tied back to an
individual user or document.
</li>
<li>
<strong>Performance Data:</strong> Anonymized error reports or
performance metrics to help us identify and fix bugs. This data
contains no personal information or file content.
</li>
</ul>
<p>
We use privacy-respecting analytics platforms for this purpose.
Specifically, we use
<a
href="https://simpleanalytics.com"
target="_blank"
rel="noopener noreferrer"
class="text-indigo-400 hover:underline"
>Simple Analytics</a
>
to track anonymous visit counts. This means we can see how many
users visit our site, but
<strong
>we never collect personal information or identify individual
users</strong
>. Simple Analytics is fully GDPR-compliant and respects user
privacy. We do not use tracking cookies for advertising or
cross-site profiling.
</p>
<h2>4. Third-Party Libraries</h2>
<p>
BentoPDF is built using powerful, open-source libraries like
PDF-lib.js and PDF.js. These libraries are trusted by developers
worldwide and operate under the same client-side principle. While we
have vetted these libraries, we encourage you to review their
respective privacy policies for your own peace of mind.
</p>
<h2>5. Security</h2>
<p>
Since your files are never transmitted over the internet to our
servers, you are protected from potential data breaches during
transit or storage on a server. The security of your documents is in
your hands and protected by the security of your own computer and
web browser.
</p>
<h2>6. Children's Privacy</h2>
<p>
Our services are not directed at individuals under the age of 13. We
do not knowingly collect any personal information from children. If
you believe a child has provided us with personal information,
please contact us, and we will take steps to delete such
information.
</p>
<h2>7. Changes to This Privacy Policy</h2>
<p>
We may update this Privacy Policy from time to time. We will notify
you of any changes by posting the new policy on this page and
updating the "Last Updated" date at the top. You are advised to
review this Privacy Policy periodically for any changes.
</p>
<h2>8. Contact Us</h2>
<p>
If you have any questions about this Privacy Policy, please contact
us at
<a href="mailto:contact@bentopdf.com">contact@bentopdf.com</a>.
</p>
</div>
</section>
</div>
{{> footer }}
<script type="module" src="src/js/utils/lucide-init.ts"></script>
<script type="module" src="src/version.ts"></script>
<script type="module" src="src/js/mobileMenu.ts"></script>
<script type="module" src="src/js/main.ts"></script>
<!-- JSON-LD Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "PrivacyPage",
"name": "Privacy Policy - Your Data Stays Private | BentoPDF",
"url": "https://www.bentopdf.com/privacy"
}
</script>
</body>
</html>