mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-09-23 10:14:53 +02:00
88 lines
3.1 KiB
HTML
88 lines
3.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>The BentoPDF Blog | Privacy-First PDF Guides</title>
|
|
<meta
|
|
name="description"
|
|
content="Guides and honest comparisons from the maintainer of BentoPDF: how PDF tools handle your files, and how to get things done without uploading them."
|
|
/>
|
|
<meta name="robots" content="index, follow, max-image-preview:large" />
|
|
<link rel="canonical" href="https://www.bentopdf.com/blog/" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://www.bentopdf.com/blog/" />
|
|
<meta property="og:title" content="The BentoPDF Blog" />
|
|
<meta
|
|
property="og:description"
|
|
content="Guides and honest comparisons from the maintainer of BentoPDF."
|
|
/>
|
|
<meta
|
|
property="og:image"
|
|
content="https://www.bentopdf.com/images/og-tools.png"
|
|
/>
|
|
<meta property="og:site_name" content="BentoPDF" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
|
|
<link rel="icon" href="/favicon.ico" sizes="32x32" />
|
|
<link href="/src/css/styles.css" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body class="antialiased bg-gray-900">
|
|
{{> navbar }}
|
|
|
|
<section class="max-w-3xl mx-auto px-4 py-12">
|
|
<h1 class="text-3xl md:text-4xl font-bold text-white mb-4">
|
|
The BentoPDF Blog
|
|
</h1>
|
|
<p class="text-gray-300 leading-relaxed mb-2">
|
|
I'm
|
|
<a
|
|
href="/blog/author-alam"
|
|
class="text-indigo-300 hover:text-indigo-400"
|
|
>Alam</a
|
|
>. I build BentoPDF and write about PDFs, how they work, and the weird
|
|
things I run into along the way.
|
|
</p>
|
|
</section>
|
|
|
|
<section class="max-w-3xl mx-auto px-4 pb-16">
|
|
<div class="space-y-6">
|
|
<a
|
|
href="/blog/edit-pdf-without-uploading"
|
|
class="block bg-gray-800 border border-gray-700 rounded-xl p-6 hover:border-indigo-500 transition-colors"
|
|
>
|
|
<h2 class="text-xl font-bold text-white mb-2">
|
|
How to edit a PDF without uploading it anywhere
|
|
</h2>
|
|
<p class="text-gray-400 mb-3">
|
|
Rewrite text, fill forms, redact properly, and sign, locally on your
|
|
device.
|
|
</p>
|
|
<span class="text-sm text-gray-500">September 3, 2026</span>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
|
|
{{> footer }}
|
|
<script type="module" src="/src/js/utils/lucide-init.ts"></script>
|
|
<script type="module" src="/src/js/mobileMenu.ts"></script>
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Blog",
|
|
"name": "The BentoPDF Blog",
|
|
"url": "https://www.bentopdf.com/blog/",
|
|
"description": "Guides and honest comparisons from the maintainer of BentoPDF.",
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "BentoPDF",
|
|
"url": "https://www.bentopdf.com"
|
|
}
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|