mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-09-22 09:44:51 +02:00
376 lines
14 KiB
HTML
376 lines
14 KiB
HTML
<!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>About BentoPDF - Privacy-First Free PDF Tools | Our Story</title>
|
|
<meta
|
|
name="description"
|
|
content="Learn about BentoPDF - 100% free, privacy-first PDF toolkit. All tools run in your browser, no uploads, no signup. Fast, secure, and forever free."
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="about bentopdf, privacy-first pdf, free pdf tools, browser-based pdf, open source pdf"
|
|
/>
|
|
<meta name="author" content="BentoPDF" />
|
|
<meta name="robots" content="index, follow" />
|
|
|
|
<!-- Canonical URL -->
|
|
<link rel="canonical" href="https://www.bentopdf.com/about" />
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://www.bentopdf.com/about" />
|
|
<meta
|
|
property="og:title"
|
|
content="About BentoPDF - Privacy-First Free PDF Tools"
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content="100% free PDF toolkit. Privacy-first, browser-based, no signups. Learn about our mission and values."
|
|
/>
|
|
<meta
|
|
property="og:image"
|
|
content="https://www.bentopdf.com/images/og-about.png"
|
|
/>
|
|
<meta property="og:site_name" content="BentoPDF" />
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="About BentoPDF" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="Privacy-first, free PDF tools that run in your browser."
|
|
/>
|
|
<meta
|
|
name="twitter:image"
|
|
content="https://www.bentopdf.com/images/twitter-about.png"
|
|
/>
|
|
<meta name="twitter:site" content="@BentoPDF" />
|
|
|
|
<link href="/src/css/styles.css" rel="stylesheet" />
|
|
<link href="/src/css/landing.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="lp antialiased">
|
|
{{> navbar }}
|
|
|
|
<div id="app">
|
|
<section id="story-section" class="lp-sec lp-sec--first">
|
|
<div class="lp-frame">
|
|
<div class="lp-story">
|
|
<div class="lp-story-head">
|
|
<h1 class="lp-h2">
|
|
<span class="line">Hi, I'm Alam.</span>
|
|
<span class="line dim">I build BentoPDF.</span>
|
|
</h1>
|
|
<div class="lp-story-by">
|
|
<img
|
|
class="lp-avatar"
|
|
src="/images/author-alam.jpg"
|
|
alt="Alam"
|
|
width="44"
|
|
height="44"
|
|
/>
|
|
<a
|
|
href="https://github.com/alam00000"
|
|
target="_blank"
|
|
rel="me noopener noreferrer"
|
|
>GitHub</a
|
|
>
|
|
<a
|
|
href="https://www.linkedin.com/in/abdullah-alam01/"
|
|
target="_blank"
|
|
rel="me noopener noreferrer"
|
|
>LinkedIn</a
|
|
>
|
|
<a
|
|
href="https://x.com/alamdraws"
|
|
target="_blank"
|
|
rel="me noopener noreferrer"
|
|
>X</a
|
|
>
|
|
</div>
|
|
</div>
|
|
<div class="lp-story-body">
|
|
<p>
|
|
BentoPDF started off as just a simple internal tool I used for
|
|
quickly merging and splitting PDFs.
|
|
</p>
|
|
<p>
|
|
At some point, I decided to
|
|
<a
|
|
href="https://www.reddit.com/r/webdev/comments/1nr937y/i_made_bentopdf_a_privacy_first_pdf_toolkit_that/"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
>share it on Reddit</a
|
|
>. Someone in the comments
|
|
<a
|
|
href="https://www.reddit.com/r/webdev/comments/1nr937y/comment/ngdeqby/"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
>asked if it was open source</a
|
|
>. I thought, “Why not?” So a couple of weeks later, I
|
|
<a
|
|
href="https://github.com/alam00000/bentopdf"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
>put the code on GitHub</a
|
|
>.
|
|
</p>
|
|
<p>
|
|
I posted it on
|
|
<a
|
|
href="https://www.reddit.com/r/selfhosted/comments/1o5borw/bentopdf_is_a_self_hostable_pdf_toolkit/"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
>r/selfhosted</a
|
|
>
|
|
the next day, and that's when things really started to take off.
|
|
</p>
|
|
<p>
|
|
I honestly never thought BentoPDF would grow into what it is
|
|
today. It started as a little tool I made for myself, and
|
|
somehow it turned into a much bigger project used by people all
|
|
over the world.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="lp-grid lp-grid--4 lp-cross">
|
|
<div class="lp-cell lp-stat lp-cell--accent lp-reveal">
|
|
<b>15K+</b><span>GitHub stars</span>
|
|
</div>
|
|
<div class="lp-cell lp-stat lp-cell--white lp-reveal">
|
|
<b>10M+</b><span>Downloads</span>
|
|
</div>
|
|
<div class="lp-cell lp-stat lp-cell--hatch lp-reveal">
|
|
<b>1.3K+</b><span>Forks</span>
|
|
</div>
|
|
<a
|
|
href="https://github.com/alam00000/bentopdf/graphs/contributors"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
class="lp-cell lp-stat lp-cell--raised lp-reveal lp-stat-link"
|
|
>
|
|
<b>60+</b
|
|
><span>Contributors <i data-lucide="arrow-up-right"></i></span>
|
|
</a>
|
|
</div>
|
|
<div class="lp-story-outro">
|
|
<p>
|
|
I don't build BentoPDF alone anymore. More than 60 people have
|
|
contributed code, translations and fixes, and thousands more have
|
|
starred it, shared it, reported bugs and asked for features. Thank
|
|
you.
|
|
</p>
|
|
<p>Enough about me. Here's more about BentoPDF.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="mission-section" class="lp-sec lp-band">
|
|
<div class="lp-frame">
|
|
<figure class="lp-manifesto lp-reveal">
|
|
<h2 class="lp-h2">
|
|
<span class="line" data-i18n="about.mission.title">Our</span>
|
|
<span class="line dim" data-i18n="about.mission.titleDim"
|
|
>Mission</span
|
|
>
|
|
</h2>
|
|
<blockquote
|
|
class="lp-manifesto-text"
|
|
data-i18n="about.mission.description"
|
|
>
|
|
To provide the most comprehensive PDF toolbox that respects your
|
|
privacy and never asks for payment. We believe essential document
|
|
tools should be accessible to everyone, everywhere, without
|
|
barriers.
|
|
</blockquote>
|
|
</figure>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="philosophy-section" class="lp-sec">
|
|
<div class="lp-frame">
|
|
<div class="lp-head lp-head--center">
|
|
<div>
|
|
<h2 class="lp-h2">
|
|
<span class="line" data-i18n="about.hero.title"
|
|
>PDF tools should be</span
|
|
>
|
|
<span class="line dim" data-i18n="about.hero.subtitle"
|
|
>fast, private, and free.</span
|
|
>
|
|
</h2>
|
|
<p class="lp-head-p" data-i18n="about.hero.noCompromises">
|
|
No compromises.
|
|
</p>
|
|
<p class="lp-head-p" data-i18n="about.philosophy.description">
|
|
Every BentoPDF tool runs locally in your browser. Your files are
|
|
never uploaded, nobody else sees your documents, and nothing
|
|
tracks what you do.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="lp-grid lp-grid--3 lp-cross">
|
|
<div class="lp-cell lp-stat lp-cell--accent lp-reveal">
|
|
<b>0</b
|
|
><span data-i18n="features.noUploads.title">No Uploads</span>
|
|
</div>
|
|
<div class="lp-cell lp-stat lp-cell--white lp-reveal">
|
|
<b>0</b><span data-i18n="hero.noSignups">No Signups</span>
|
|
</div>
|
|
<div class="lp-cell lp-stat lp-cell--hatch lp-reveal">
|
|
<b>$0</b
|
|
><span data-i18n="features.foreverFree.title">Forever Free</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="why-bentopdf" class="lp-sec lp-band">
|
|
<div class="lp-frame">
|
|
<div class="lp-head lp-head--center">
|
|
<div>
|
|
<h2 class="lp-h2">
|
|
<span class="line" data-i18n="about.whyBentopdf.title"
|
|
>Why</span
|
|
>
|
|
<span class="line dim">BentoPDF?</span>
|
|
</h2>
|
|
</div>
|
|
</div>
|
|
<div class="lp-grid lp-grid--2 lp-cross">
|
|
<div class="lp-cell lp-reveal">
|
|
<span class="lp-tile"><i data-lucide="zap"></i></span>
|
|
<h3 data-i18n="about.whyBentopdf.speed.title">Built for Speed</h3>
|
|
<p data-i18n="about.whyBentopdf.speed.description">
|
|
There's no upload or download step. Files are processed right in
|
|
your browser using WebAssembly, so you're never waiting on a
|
|
server.
|
|
</p>
|
|
</div>
|
|
<div class="lp-cell lp-reveal">
|
|
<span class="lp-tile"
|
|
><i data-lucide="badge-dollar-sign"></i
|
|
></span>
|
|
<h3 data-i18n="about.whyBentopdf.free.title">Free to Use</h3>
|
|
<p data-i18n="about.whyBentopdf.free.description">
|
|
Every tool is free, with no trials, no subscriptions and no
|
|
watermarks. Development is funded by commercial licenses.
|
|
</p>
|
|
</div>
|
|
<div class="lp-cell lp-reveal">
|
|
<span class="lp-tile"><i data-lucide="user-plus"></i></span>
|
|
<h3 data-i18n="about.whyBentopdf.noAccount.title">
|
|
No Account Required
|
|
</h3>
|
|
<p data-i18n="about.whyBentopdf.noAccount.description">
|
|
Open any tool and start right away. No email, no password, no
|
|
personal information.
|
|
</p>
|
|
</div>
|
|
<div class="lp-cell lp-reveal">
|
|
<span class="lp-tile"><i data-lucide="code-2"></i></span>
|
|
<h3 data-i18n="about.whyBentopdf.openSource.title">
|
|
Open Source
|
|
</h3>
|
|
<p data-i18n="about.whyBentopdf.openSource.description">
|
|
The code is public on GitHub under AGPL-3.0, so you can check
|
|
exactly how your files are handled. It builds on open-source
|
|
projects like PDF.js, pdf-lib, qpdf and LibreOffice.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="cta-section" class="lp-sec">
|
|
<div class="lp-frame">
|
|
<div class="lp-cta">
|
|
<h2 class="lp-h2" data-i18n="about.cta.title">
|
|
Ready to get started?
|
|
</h2>
|
|
<p data-i18n="about.cta.description">
|
|
Join thousands of users who trust BentoPDF for their daily
|
|
document needs. Experience the difference that privacy and
|
|
performance can make.
|
|
</p>
|
|
<div class="lp-cta-actions">
|
|
<span class="lp-brackets">
|
|
<a
|
|
href="index.html#tools-header"
|
|
class="lp-btn lp-btn--primary"
|
|
>
|
|
<span data-i18n="about.cta.button">Explore All Tools</span>
|
|
<i data-lucide="arrow-right"></i>
|
|
</a>
|
|
</span>
|
|
<a href="https://bentopdf.com/docs/" class="lp-btn lp-btn--ghost">
|
|
<i data-lucide="book-open"></i>
|
|
<span data-i18n="nav.docs">Docs</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
{{> footer }}
|
|
|
|
<script type="module" src="src/js/utils/lucide-init.ts"></script>
|
|
<script type="module" src="src/js/main.ts"></script>
|
|
<script type="module" src="src/js/mobileMenu.ts"></script>
|
|
<script type="module" src="src/js/landing.ts"></script>
|
|
|
|
<!-- JSON-LD Schema -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "AboutPage",
|
|
"name": "About BentoPDF",
|
|
"description": "How BentoPDF started, told by its creator Alam",
|
|
"url": "https://www.bentopdf.com/about",
|
|
"mainEntity": {
|
|
"@type": "Person",
|
|
"name": "Alam",
|
|
"url": "https://www.bentopdf.com/blog/author-alam",
|
|
"image": "https://www.bentopdf.com/images/author-alam.jpg",
|
|
"jobTitle": "Creator and maintainer of BentoPDF",
|
|
"sameAs": [
|
|
"https://github.com/alam00000",
|
|
"https://www.linkedin.com/in/abdullah-alam01/",
|
|
"https://x.com/alamdraws"
|
|
]
|
|
}
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|