mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-09-03 08:28:56 +02:00
feat: add Kura and Hyper Compress product pages, redesign site
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
- [Convert to PDF](#convert-to-pdf)
|
||||
- [Convert from PDF](#convert-from-pdf)
|
||||
- [Secure & Optimize PDFs](#secure--optimize-pdfs)
|
||||
- [Other Products](#-other-products)
|
||||
- [Translations](#-translations)
|
||||
- [Getting Started](#-getting-started)
|
||||
- [Prerequisites](#prerequisites)
|
||||
@@ -175,6 +176,7 @@ BentoPDF offers a comprehensive suite of tools to handle all your PDF needs.
|
||||
| Tool Name | Description |
|
||||
| :------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| **PDF Editor** | Annotate, highlight, redact, comment, add shapes/images, search, and view PDFs. |
|
||||
| **Edit PDF Text** | Edit existing text directly in your PDF. Reuses the document's embedded fonts and keeps the rest of the page untouched. |
|
||||
| **Create Fillable Forms** | Create professional fillable PDF forms with text fields, checkboxes, dropdowns, radio buttons, signatures, and more. Fully compliant with PDF standards for compatibility with all PDF viewers. |
|
||||
| **PDF Form Filler** | Fill in forms directly in the browser. Also supports XFA forms. |
|
||||
| **Add Page Numbers** | Easily add page numbers with customizable formatting. |
|
||||
@@ -1218,16 +1220,20 @@ BentoPDF was originally built using **HTML**, **CSS**, and **vanilla JavaScript*
|
||||
|
||||
---
|
||||
|
||||
## 📦 Other Products
|
||||
|
||||
| Product | Description | Links |
|
||||
| :----------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------- |
|
||||
| **Kura** | PDF standards and preflight engine. Converts to every PDF/A level, PDF/UA, PDF/X, PDF/E and PDF/VT, and can perform preflight checks. | [Website](https://kura.bentopdf.com) · [GitHub](https://github.com/alam00000/bentopdf-kura) |
|
||||
| **Hyper Compress** | The best open source PDF compression engine. | [Website](https://hyper.bentopdf.com) · [GitHub](https://github.com/alam00000/bentopdf-hyper-compress) |
|
||||
|
||||
---
|
||||
|
||||
## 🗺️ Roadmap
|
||||
|
||||
### Planned Features:
|
||||
|
||||
- **HTML to PDF**: Convert HTML files or web pages into PDF documents.
|
||||
- **Markdown to PDF**: Enhanced support for converting `.md` files to PDF.
|
||||
- **Convert to PDF/A**: Convert PDFs to the PDF/A archival format.
|
||||
- **Edit PDF Content**: Directly edit text and other content within your PDF.
|
||||
- **PDF to Office**: Converts PDF files into editable Word, Excel, and PowerPoint formats.
|
||||
- **Office to PDF**: Converts Word, Excel, and PowerPoint documents into optimized PDFs.
|
||||
|
||||
Contributions and discussions on the roadmap are welcome! Join the conversation via [Discord](https://discord.gg/Bgq3Ay3f2w).
|
||||
|
||||
|
||||
+142
-178
@@ -51,6 +51,7 @@
|
||||
<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" />
|
||||
@@ -77,186 +78,144 @@
|
||||
<link rel="icon" href="/favicon.ico" sizes="32x32" />
|
||||
</head>
|
||||
|
||||
<body class="antialiased bg-gray-900 text-gray-300">
|
||||
<body class="lp antialiased">
|
||||
{{> navbar }}
|
||||
|
||||
<div id="app" class="min-h-screen container mx-auto p-4 md:p-8">
|
||||
<section id="about-hero" class="text-center py-16 md:py-24">
|
||||
<h1 class="text-3xl md:text-6xl font-bold text-white mb-4">
|
||||
<span data-i18n="about.hero.title"
|
||||
>We believe PDF tools should be</span
|
||||
>
|
||||
<span class="marker-slanted" data-i18n="about.hero.subtitle"
|
||||
>fast, private, and free.</span
|
||||
>
|
||||
</h1>
|
||||
<p
|
||||
class="text-lg md:text-xl text-gray-400"
|
||||
data-i18n="about.hero.noCompromises"
|
||||
>
|
||||
No compromises.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<div class="section-divider"></div>
|
||||
|
||||
<section id="mission-section" class="py-16 max-w-4xl mx-auto">
|
||||
<div class="text-center">
|
||||
<i
|
||||
data-lucide="rocket"
|
||||
class="w-16 h-16 text-indigo-400 mx-auto mb-6"
|
||||
></i>
|
||||
<h2
|
||||
class="text-3xl md:text-4xl font-bold text-white mb-4"
|
||||
data-i18n="about.mission.title"
|
||||
>
|
||||
Our Mission
|
||||
</h2>
|
||||
<p
|
||||
class="text-lg text-gray-400 leading-relaxed"
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div
|
||||
class="bg-gray-800 rounded-xl p-8 md:p-12 my-16 border border-gray-700"
|
||||
>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
|
||||
<div class="text-center md:text-left">
|
||||
<span
|
||||
class="text-indigo-400 font-bold uppercase"
|
||||
data-i18n="about.philosophy.label"
|
||||
>Our Core Philosophy</span
|
||||
>
|
||||
<h2
|
||||
class="text-3xl md:text-4xl font-bold text-white mt-2 mb-4"
|
||||
data-i18n="about.philosophy.title"
|
||||
>
|
||||
Privacy First. Always.
|
||||
</h2>
|
||||
<p
|
||||
class="text-gray-400 leading-relaxed"
|
||||
data-i18n="about.philosophy.description"
|
||||
>
|
||||
In an era where data is a commodity, we take a different approach.
|
||||
All processing for BentoPDF tools happens locally in your browser.
|
||||
This means your files never touch our servers, we never see your
|
||||
documents, and we don't track what you do. Your documents remain
|
||||
completely and unequivocally private. It's not just a feature;
|
||||
it's our foundation.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex justify-center">
|
||||
<div class="relative w-48 h-48">
|
||||
<div
|
||||
class="absolute inset-0 bg-indigo-500 rounded-full opacity-20 animate-pulse"
|
||||
></div>
|
||||
<div
|
||||
class="absolute inset-4 bg-indigo-500 rounded-full opacity-30 animate-pulse delay-500"
|
||||
></div>
|
||||
<i
|
||||
data-lucide="shield-check"
|
||||
class="w-48 h-48 text-indigo-400"
|
||||
></i>
|
||||
<div id="app">
|
||||
<section id="about-hero" class="lp-sec lp-sec--first">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h1 class="lp-h2">
|
||||
<span class="line" data-i18n="about.hero.title"
|
||||
>We believe PDF tools should be</span
|
||||
>
|
||||
<span class="line dim" data-i18n="about.hero.subtitle"
|
||||
>fast, private, and free.</span
|
||||
>
|
||||
</h1>
|
||||
<p class="lp-head-p" data-i18n="about.hero.noCompromises">
|
||||
No compromises.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="why-Bentopdf" class="py-16">
|
||||
<h2 class="text-3xl md:text-4xl font-bold text-center text-white mb-12">
|
||||
<span data-i18n="about.whyBentopdf.title">Why</span>
|
||||
<span class="marker-slanted">BentoPDF?</span>
|
||||
</h2>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-5xl mx-auto">
|
||||
<div class="bg-gray-800 p-6 rounded-lg flex items-start gap-4">
|
||||
<i
|
||||
data-lucide="zap"
|
||||
class="w-10 h-10 text-indigo-400 flex-shrink-0 mt-1"
|
||||
></i>
|
||||
<section id="mission-section" class="lp-sec lp-band">
|
||||
<div class="lp-frame">
|
||||
<figure class="lp-manifesto lp-reveal">
|
||||
<p class="lp-kicker" data-i18n="about.mission.title">Our Mission</p>
|
||||
<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>
|
||||
<figcaption class="lp-manifesto-by">
|
||||
<img
|
||||
src="images/favicon-no-bg.svg"
|
||||
alt=""
|
||||
width="28"
|
||||
height="28"
|
||||
/>
|
||||
<span>BentoPDF</span>
|
||||
<a href="index.html#tools-header" data-i18n="about.cta.button"
|
||||
>Explore All Tools</a
|
||||
>
|
||||
</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="philosophy-section" class="lp-sec">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h3
|
||||
class="text-xl font-bold text-white"
|
||||
data-i18n="about.whyBentopdf.speed.title"
|
||||
>
|
||||
Built for Speed
|
||||
</h3>
|
||||
<p
|
||||
class="text-gray-400 mt-2"
|
||||
data-i18n="about.whyBentopdf.speed.description"
|
||||
>
|
||||
<h2 class="lp-h2">
|
||||
<span class="line" data-i18n="about.philosophy.title"
|
||||
>Privacy First. Always.</span
|
||||
>
|
||||
</h2>
|
||||
<p class="lp-head-p" data-i18n="about.philosophy.description">
|
||||
In an era where data is a commodity, we take a different
|
||||
approach. All processing for BentoPDF tools happens locally in
|
||||
your browser. This means your files never touch our servers, we
|
||||
never see your documents, and we don't track what you do. Your
|
||||
documents remain completely and unequivocally private. It's not
|
||||
just a feature; it's our foundation.
|
||||
</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">
|
||||
No waiting for uploads or downloads to a server. By processing
|
||||
files directly in your browser using modern web technologies
|
||||
like WebAssembly, we offer unparalleled speed for all our tools.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-gray-800 p-6 rounded-lg flex items-start gap-4">
|
||||
<i
|
||||
data-lucide="badge-dollar-sign"
|
||||
class="w-10 h-10 text-indigo-400 flex-shrink-0 mt-1"
|
||||
></i>
|
||||
<div>
|
||||
<h3
|
||||
class="text-xl font-bold text-white"
|
||||
data-i18n="about.whyBentopdf.free.title"
|
||||
>
|
||||
Completely Free
|
||||
</h3>
|
||||
<p
|
||||
class="text-gray-400 mt-2"
|
||||
data-i18n="about.whyBentopdf.free.description"
|
||||
>
|
||||
<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">Completely Free</h3>
|
||||
<p data-i18n="about.whyBentopdf.free.description">
|
||||
No trials, no subscriptions, no hidden fees, and no "premium"
|
||||
features held hostage. We believe powerful PDF tools should be a
|
||||
public utility, not a profit center.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-gray-800 p-6 rounded-lg flex items-start gap-4">
|
||||
<i
|
||||
data-lucide="user-plus"
|
||||
class="w-10 h-10 text-indigo-400 flex-shrink-0 mt-1"
|
||||
></i>
|
||||
<div>
|
||||
<h3
|
||||
class="text-xl font-bold text-white"
|
||||
data-i18n="about.whyBentopdf.noAccount.title"
|
||||
>
|
||||
<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
|
||||
class="text-gray-400 mt-2"
|
||||
data-i18n="about.whyBentopdf.noAccount.description"
|
||||
>
|
||||
<p data-i18n="about.whyBentopdf.noAccount.description">
|
||||
Start using any tool immediately. We don't need your email, a
|
||||
password, or any personal information. Your workflow should be
|
||||
frictionless and anonymous.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-gray-800 p-6 rounded-lg flex items-start gap-4">
|
||||
<i
|
||||
data-lucide="code-2"
|
||||
class="w-10 h-10 text-indigo-400 flex-shrink-0 mt-1"
|
||||
></i>
|
||||
<div>
|
||||
<h3
|
||||
class="text-xl font-bold text-white"
|
||||
data-i18n="about.whyBentopdf.openSource.title"
|
||||
>
|
||||
<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 Spirit
|
||||
</h3>
|
||||
<p
|
||||
class="text-gray-400 mt-2"
|
||||
data-i18n="about.whyBentopdf.openSource.description"
|
||||
>
|
||||
<p data-i18n="about.whyBentopdf.openSource.description">
|
||||
Built with transparency in mind. We leverage incredible
|
||||
open-source libraries like PDF-lib and PDF.js, and believe in
|
||||
the community-driven effort to make powerful tools accessible to
|
||||
@@ -267,30 +226,34 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="section-divider"></div>
|
||||
|
||||
<section id="cta-section" class="text-center py-16">
|
||||
<h2
|
||||
class="text-3xl font-bold text-white mb-4"
|
||||
data-i18n="about.cta.title"
|
||||
>
|
||||
Ready to get started?
|
||||
</h2>
|
||||
<p
|
||||
class="text-lg text-gray-400 mb-8 max-w-2xl mx-auto"
|
||||
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>
|
||||
<a
|
||||
href="index.html#tools-header"
|
||||
class="inline-block px-8 py-3 rounded-full bg-gradient-to-b from-indigo-500 to-indigo-600 text-white font-semibold focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-900 focus:ring-indigo-400 hover:shadow-xl hover:shadow-indigo-500/30 transition-all duration-200 transform hover:-translate-y-1"
|
||||
data-i18n="about.cta.button"
|
||||
>
|
||||
Explore All Tools
|
||||
</a>
|
||||
<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>
|
||||
|
||||
@@ -299,6 +262,7 @@
|
||||
<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">
|
||||
|
||||
+70
-28
@@ -49,6 +49,7 @@
|
||||
<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" />
|
||||
@@ -75,38 +76,78 @@
|
||||
<link rel="icon" href="/favicon.ico" sizes="32x32" />
|
||||
</head>
|
||||
|
||||
<body class="antialiased bg-gray-900 text-gray-300">
|
||||
<body class="lp antialiased">
|
||||
{{> navbar }}
|
||||
|
||||
<div id="app" class="min-h-screen container mx-auto p-4 md:p-8">
|
||||
<section id="contact-hero" class="text-center py-16 md:py-24">
|
||||
<h1
|
||||
class="text-4xl md:text-5xl font-bold text-white mb-4"
|
||||
data-i18n="contact.title"
|
||||
>
|
||||
Get in Touch
|
||||
</h1>
|
||||
<p
|
||||
class="text-lg md:text-xl text-gray-400 max-w-3xl mx-auto"
|
||||
data-i18n="contact.subtitle"
|
||||
>
|
||||
We'd love to hear from you. Whether you have a question, feedback, or
|
||||
a feature request, please don't hesitate to reach out.
|
||||
</p>
|
||||
<div id="app">
|
||||
<section id="contact-hero" class="lp-sec lp-sec--first">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-cta">
|
||||
<div>
|
||||
<h1 class="lp-h2">
|
||||
<span class="line" data-i18n="contact.title">Get in Touch</span>
|
||||
</h1>
|
||||
<p class="lp-head-p" data-i18n="contact.subtitle">
|
||||
We'd love to hear from you. Whether you have a question,
|
||||
feedback, or a feature request, please don't hesitate to reach
|
||||
out.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="max-w-2xl mx-auto text-center py-8">
|
||||
<p class="text-lg text-gray-400">
|
||||
<span data-i18n="contact.email"
|
||||
>You can reach us directly by email at:</span
|
||||
>
|
||||
<a
|
||||
href="mailto:contact@bentopdf.com"
|
||||
class="text-indigo-400 underline hover:text-indigo-300"
|
||||
>contact@bentopdf.com</a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
<section id="contact-channels" class="lp-sec lp-band">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-grid lp-grid--2 lp-cross">
|
||||
<a class="lp-cell lp-reveal" href="mailto:contact@bentopdf.com">
|
||||
<span class="lp-tile"><i data-lucide="mail"></i></span>
|
||||
<h3 data-i18n="contact.emailTitle">Email</h3>
|
||||
<p data-i18n="contact.email">
|
||||
You can reach us directly by email at:
|
||||
</p>
|
||||
<b>contact@bentopdf.com</b>
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="lp-cell lp-reveal"
|
||||
href="https://github.com/alam00000/bentopdf/issues"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<span class="lp-tile"><i data-lucide="github"></i></span>
|
||||
<h3>GitHub</h3>
|
||||
<p data-i18n="contact.githubText">
|
||||
Report a bug, request a feature, or read the source.
|
||||
</p>
|
||||
<b>github.com/alam00000/bentopdf</b>
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="lp-cell lp-reveal"
|
||||
href="https://discord.gg/Bgq3Ay3f2w"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<span class="lp-tile"><i data-lucide="message-circle"></i></span>
|
||||
<h3>Discord</h3>
|
||||
<p data-i18n="contact.discordText">
|
||||
Join the community to chat with us and other users.
|
||||
</p>
|
||||
<b>discord.gg/Bgq3Ay3f2w</b>
|
||||
</a>
|
||||
|
||||
<a class="lp-cell lp-reveal" href="faq.html">
|
||||
<span class="lp-tile"><i data-lucide="help-circle"></i></span>
|
||||
<h3 data-i18n="footer.faqLink">FAQ</h3>
|
||||
<p data-i18n="contact.faqText">
|
||||
Find quick answers to the questions we get most often.
|
||||
</p>
|
||||
<b data-i18n="contact.faqLink">Read the FAQ</b>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
{{> footer }}
|
||||
@@ -114,6 +155,7 @@
|
||||
<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">
|
||||
{
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
<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" />
|
||||
@@ -75,10 +76,13 @@
|
||||
<link rel="icon" href="/favicon.ico" sizes="32x32" />
|
||||
</head>
|
||||
|
||||
<body class="antialiased bg-gray-900 text-gray-300">
|
||||
<body class="lp antialiased bg-gray-900 text-gray-300">
|
||||
{{> navbar }}
|
||||
|
||||
<div id="app" class="min-h-screen container mx-auto p-4 md:p-8">
|
||||
<div
|
||||
id="app"
|
||||
class="min-h-screen container mx-auto px-4 pt-4 md:px-8 md:pt-8"
|
||||
>
|
||||
<section id="faq-hero" class="text-center py-16 md:py-24">
|
||||
<h1 class="text-4xl md:text-5xl font-bold text-white mb-4">
|
||||
Frequently Asked Questions
|
||||
@@ -89,42 +93,32 @@
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<div class="max-w-4xl mx-auto space-y-4">
|
||||
<details
|
||||
class="bg-gray-800 border border-gray-700 rounded-lg p-5 group"
|
||||
>
|
||||
<summary class="flex items-center justify-between cursor-pointer">
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<h3 class="font-semibold text-white text-lg">
|
||||
Are my files safe and private?
|
||||
</h3>
|
||||
<i
|
||||
data-lucide="plus"
|
||||
class="w-6 h-6 text-indigo-400 icon flex-shrink-0"
|
||||
></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<div class="mt-4 text-gray-400">
|
||||
<div class="faq-d-a">
|
||||
<p>
|
||||
<strong>Absolutely.</strong> This is the most important feature of
|
||||
BentoPDF. All processing happens 100% locally in your web browser.
|
||||
Your files are never uploaded to any server, which means we—or
|
||||
anyone else—can never see them. Your privacy is guaranteed.
|
||||
Your files are never uploaded to any server, which means we, or
|
||||
anyone else, can never see them. Your privacy is guaranteed.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details
|
||||
class="bg-gray-800 border border-gray-700 rounded-lg p-5 group"
|
||||
>
|
||||
<summary class="flex items-center justify-between cursor-pointer">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<h3 class="font-semibold text-white text-lg">
|
||||
Is BentoPDF really free? What's the catch?
|
||||
</h3>
|
||||
<i
|
||||
data-lucide="plus"
|
||||
class="w-6 h-6 text-indigo-400 icon flex-shrink-0"
|
||||
></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<div class="mt-4 text-gray-400">
|
||||
<div class="faq-d-a">
|
||||
<p>
|
||||
Yes, it's completely free, and there's no catch. There are no
|
||||
hidden fees, no subscription plans, no usage limits, and no
|
||||
@@ -134,19 +128,14 @@
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details
|
||||
class="bg-gray-800 border border-gray-700 rounded-lg p-5 group"
|
||||
>
|
||||
<summary class="flex items-center justify-between cursor-pointer">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<h3 class="font-semibold text-white text-lg">
|
||||
Do I need an internet connection to use the tools?
|
||||
</h3>
|
||||
<i
|
||||
data-lucide="plus"
|
||||
class="w-6 h-6 text-indigo-400 icon flex-shrink-0"
|
||||
></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<div class="mt-4 text-gray-400">
|
||||
<div class="faq-d-a">
|
||||
<p>
|
||||
After you load the website for the first time, most tools will
|
||||
work completely offline! Because all the processing libraries are
|
||||
@@ -158,19 +147,14 @@
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details
|
||||
class="bg-gray-800 border border-gray-700 rounded-lg p-5 group"
|
||||
>
|
||||
<summary class="flex items-center justify-between cursor-pointer">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<h3 class="font-semibold text-white text-lg">
|
||||
Are there any file size or usage limitations?
|
||||
</h3>
|
||||
<i
|
||||
data-lucide="plus"
|
||||
class="w-6 h-6 text-indigo-400 icon flex-shrink-0"
|
||||
></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<div class="mt-4 text-gray-400">
|
||||
<div class="faq-d-a">
|
||||
<p>
|
||||
No, we do not impose any artificial limits on file size, the
|
||||
number of files, or how many times you can use a tool. The only
|
||||
@@ -181,19 +165,14 @@
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details
|
||||
class="bg-gray-800 border border-gray-700 rounded-lg p-5 group"
|
||||
>
|
||||
<summary class="flex items-center justify-between cursor-pointer">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<h3 class="font-semibold text-white text-lg">
|
||||
Why did my PDF fail to process?
|
||||
</h3>
|
||||
<i
|
||||
data-lucide="plus"
|
||||
class="w-6 h-6 text-indigo-400 icon flex-shrink-0"
|
||||
></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<div class="mt-4 text-gray-400">
|
||||
<div class="faq-d-a">
|
||||
<p>Failures are rare but can happen for a few reasons:</p>
|
||||
<ul class="list-disc list-inside mt-2 space-y-1">
|
||||
<li>
|
||||
@@ -212,19 +191,14 @@
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details
|
||||
class="bg-gray-800 border border-gray-700 rounded-lg p-5 group"
|
||||
>
|
||||
<summary class="flex items-center justify-between cursor-pointer">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<h3 class="font-semibold text-white text-lg">
|
||||
Do you track my activity on BentoPDF?
|
||||
</h3>
|
||||
<i
|
||||
data-lucide="plus"
|
||||
class="w-6 h-6 text-indigo-400 icon flex-shrink-0"
|
||||
></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<div class="mt-4 text-gray-400">
|
||||
<div class="faq-d-a">
|
||||
<p>
|
||||
No. BentoPDF does not track you at all. We do not use cookies,
|
||||
analytics, or any tracking scripts, not even on the live website
|
||||
@@ -234,19 +208,14 @@
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details
|
||||
class="bg-gray-800 border border-gray-700 rounded-lg p-5 group"
|
||||
>
|
||||
<summary class="flex items-center justify-between cursor-pointer">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<h3 class="font-semibold text-white text-lg">
|
||||
What technology does BentoPDF use?
|
||||
</h3>
|
||||
<i
|
||||
data-lucide="plus"
|
||||
class="w-6 h-6 text-indigo-400 icon flex-shrink-0"
|
||||
></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<div class="mt-4 text-gray-400">
|
||||
<div class="faq-d-a">
|
||||
<p>
|
||||
BentoPDF is built on the power of modern web technologies. We
|
||||
primarily use JavaScript libraries like
|
||||
@@ -259,22 +228,24 @@
|
||||
</details>
|
||||
</div>
|
||||
|
||||
<div class="section-divider mt-16"></div>
|
||||
|
||||
<section id="contact-section" class="text-center py-16">
|
||||
<h2 class="text-3xl font-bold text-white mb-4">
|
||||
Still have questions?
|
||||
</h2>
|
||||
<p class="text-lg text-gray-400 mb-8 max-w-2xl mx-auto">
|
||||
If you can't find the answer you're looking for, feel free to reach
|
||||
out to our support team. We're always Bento to help.
|
||||
</p>
|
||||
<a
|
||||
href="contact.html"
|
||||
class="inline-block px-8 py-3 rounded-full bg-gray-700 text-white font-semibold focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-900 focus:ring-indigo-400 hover:bg-gray-600 transition-colors duration-200"
|
||||
>
|
||||
Contact Us
|
||||
</a>
|
||||
<section id="contact-section" class="lp-sec">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-cta">
|
||||
<h2 class="lp-h2">Still have questions?</h2>
|
||||
<p>
|
||||
If you can't find the answer you're looking for, feel free to
|
||||
reach out. We're always happy to help.
|
||||
</p>
|
||||
<div class="lp-cta-actions">
|
||||
<span class="lp-brackets">
|
||||
<a href="contact.html" class="lp-btn lp-btn--primary">
|
||||
<span data-i18n="footer.contactUs">Contact Us</span>
|
||||
<i data-lucide="arrow-right"></i>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -293,7 +264,7 @@
|
||||
"name": "Are my files safe and private?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Absolutely. This is the most important feature of BentoPDF. All processing happens 100% locally in your web browser. Your files are never uploaded to any server, which means we—or anyone else—can never see them. Your privacy is guaranteed."
|
||||
"text": "Absolutely. This is the most important feature of BentoPDF. All processing happens 100% locally in your web browser. Your files are never uploaded to any server, which means we, or anyone else, can never see them. Your privacy is guaranteed."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -0,0 +1,692 @@
|
||||
<!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>Hyper Compress - PDF Compression Engine | BentoPDF</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Hyper Compress is a content-preserving PDF compression engine. Free under the AGPL, commercial licenses from $99/year."
|
||||
/>
|
||||
<meta name="author" content="BentoPDF" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.bentopdf.com/hyper-compress" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://www.bentopdf.com/hyper-compress" />
|
||||
<meta
|
||||
property="og:title"
|
||||
content="Hyper Compress - PDF Compression Engine | BentoPDF"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Hyper Compress is a content-preserving PDF compression engine. Free under the AGPL, commercial licenses from $99/year."
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://www.bentopdf.com/images/og-tools.png"
|
||||
/>
|
||||
<meta property="og:site_name" content="BentoPDF" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta
|
||||
name="twitter:title"
|
||||
content="Hyper Compress - PDF Compression Engine | BentoPDF"
|
||||
/>
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Hyper Compress is a content-preserving PDF compression engine. Free under the AGPL, commercial licenses from $99/year."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://www.bentopdf.com/images/og-tools.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="hyper-compress-hero" class="lp-sec lp-sec--first">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h1 class="lp-h1">
|
||||
<span class="line">Meet</span>
|
||||
<span class="line dim">Hyper Compress</span>
|
||||
</h1>
|
||||
<p class="lp-head-p">
|
||||
The best open source PDF compression engine. It never returns a
|
||||
file larger than the original, offers a true lossless mode, and
|
||||
posted the lowest corruption rate of every engine we
|
||||
benchmarked.
|
||||
</p>
|
||||
<p class="lp-head-p">
|
||||
Ships as a CLI, Node SDK, C library, self-hosted service and
|
||||
WebAssembly build.
|
||||
</p>
|
||||
<div class="lp-actions">
|
||||
<span class="lp-brackets">
|
||||
<a href="#pricing" class="lp-btn lp-btn--primary">
|
||||
<span>See pricing</span>
|
||||
<i data-lucide="arrow-right"></i>
|
||||
</a>
|
||||
</span>
|
||||
<a
|
||||
href="https://hyper.bentopdf.com"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="lp-btn lp-btn--ghost"
|
||||
>
|
||||
<i data-lucide="external-link"></i>
|
||||
<span>Visit website</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/alam00000/bentopdf-hyper-compress"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="lp-btn lp-btn--ghost"
|
||||
>
|
||||
<i data-lucide="github"></i>
|
||||
<span>View on GitHub</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="lp-grid lp-grid--4">
|
||||
<div class="lp-cell lp-stat lp-cell--accent lp-reveal">
|
||||
<b>64.8%</b><span>median reduction, strongest preset</span>
|
||||
</div>
|
||||
<div class="lp-cell lp-stat lp-cell--white lp-reveal">
|
||||
<b>22.4%</b><span>median reduction, lossless</span>
|
||||
</div>
|
||||
<div class="lp-cell lp-stat lp-cell--hatch lp-reveal">
|
||||
<b>0.39%</b><span>corruption rate, lowest tested</span>
|
||||
</div>
|
||||
<div class="lp-cell lp-stat lp-cell--raised lp-reveal">
|
||||
<b>2,104</b><span>real-world PDFs benchmarked</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="lp-sec">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-pad--tight">
|
||||
<div class="lp-note lp-reveal">
|
||||
<i data-lucide="badge-check"></i>
|
||||
<p>
|
||||
<strong
|
||||
>Open source, self-hosting and internal use stay free.</strong
|
||||
>
|
||||
Hyper Compress is licensed under the AGPL-3.0. If your project
|
||||
is AGPL-compatible, or you run Hyper Compress as-is for
|
||||
yourself, you never need a commercial license. Commercial
|
||||
licenses are only for shipping Hyper Compress inside
|
||||
closed-source software.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="pricing" class="lp-sec lp-band">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h2 class="lp-h2">
|
||||
<span class="line">Commercial</span>
|
||||
<span class="line dim">Licenses</span>
|
||||
</h2>
|
||||
<p class="lp-head-p">
|
||||
Per product, billed annually. Every tier includes all updates
|
||||
and new releases while active.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="lp-grid lp-grid--4">
|
||||
<div class="lp-cell lp-tier lp-reveal">
|
||||
<h3>Solo</h3>
|
||||
<p class="lp-tier-for">
|
||||
One developer, under $100k annual revenue
|
||||
</p>
|
||||
<div class="lp-tier-price"><b>$99</b><span>/ year</span></div>
|
||||
<ul>
|
||||
<li><i data-lucide="check"></i>One closed-source product</li>
|
||||
<li><i data-lucide="check"></i>All updates while active</li>
|
||||
<li><i data-lucide="check"></i>Email support</li>
|
||||
</ul>
|
||||
<a
|
||||
href="https://buy.polar.sh/polar_cl_38OODBtvzFt24gT3W2ibWPZmm5HVMdUuWOjBt3ImRJA"
|
||||
class="lp-btn lp-btn--ghost lp-btn--sm"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>Get Solo</a
|
||||
>
|
||||
</div>
|
||||
<div class="lp-cell lp-tier lp-cell--accent lp-reveal">
|
||||
<h3>Indie</h3>
|
||||
<p class="lp-tier-for">Companies under $1M annual revenue</p>
|
||||
<div class="lp-tier-price"><b>$199</b><span>/ year</span></div>
|
||||
<ul>
|
||||
<li><i data-lucide="check"></i>One closed-source product</li>
|
||||
<li><i data-lucide="check"></i>Unlimited developers</li>
|
||||
<li><i data-lucide="check"></i>All updates while active</li>
|
||||
<li><i data-lucide="check"></i>Email support</li>
|
||||
</ul>
|
||||
<a
|
||||
href="https://buy.polar.sh/polar_cl_SWybHH8hi4Yufhn6seVrlJnlXZfymvLQgCadU3pWjT9"
|
||||
class="lp-btn lp-btn--primary lp-btn--sm"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>Get Indie</a
|
||||
>
|
||||
</div>
|
||||
<div class="lp-cell lp-tier lp-reveal">
|
||||
<h3>Business</h3>
|
||||
<p class="lp-tier-for">Companies at $1M annual revenue or more</p>
|
||||
<div class="lp-tier-price"><b>$499</b><span>/ year</span></div>
|
||||
<ul>
|
||||
<li><i data-lucide="check"></i>One closed-source product</li>
|
||||
<li><i data-lucide="check"></i>Unlimited developers</li>
|
||||
<li><i data-lucide="check"></i>All updates while active</li>
|
||||
<li><i data-lucide="check"></i>Priority email support</li>
|
||||
</ul>
|
||||
<a
|
||||
href="https://buy.polar.sh/polar_cl_k2hYaoG49OZyB3WbAkmVyB55MRHqYQqex1bja0z7DfY"
|
||||
class="lp-btn lp-btn--ghost lp-btn--sm"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>Get Business</a
|
||||
>
|
||||
</div>
|
||||
<div class="lp-cell lp-tier lp-reveal">
|
||||
<h3>OEM</h3>
|
||||
<p class="lp-tier-for">
|
||||
Redistribution, reselling as an SDK, or offering Hyper Compress
|
||||
as a service
|
||||
</p>
|
||||
<div class="lp-tier-price">
|
||||
<span class="lp-tier-from">from</span><b>$1,999</b
|
||||
><span>/ year</span>
|
||||
</div>
|
||||
<ul>
|
||||
<li><i data-lucide="check"></i>Redistribution rights</li>
|
||||
<li><i data-lucide="check"></i>Terms shaped to your product</li>
|
||||
<li><i data-lucide="check"></i>Priority support</li>
|
||||
</ul>
|
||||
<a
|
||||
href="mailto:contact@bentopdf.com?subject=Hyper%20Compress%20commercial%20license%20OEM"
|
||||
class="lp-btn lp-btn--ghost lp-btn--sm"
|
||||
>Contact us</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="license-details" class="lp-sec lp-band">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h2 class="lp-h2">
|
||||
<span class="line">Commercial license</span>
|
||||
<span class="line dim">details</span>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lp-pad">
|
||||
<div class="grid grid-cols-1 gap-6">
|
||||
<div class="lp-panel">
|
||||
<h3
|
||||
class="text-xl font-semibold text-white mb-4 flex items-center gap-3"
|
||||
>
|
||||
<i data-lucide="package" class="w-6 h-6 text-indigo-400"></i>
|
||||
Delivery & licensing model
|
||||
</h3>
|
||||
<ul class="space-y-3 text-gray-400">
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
><strong class="text-white"
|
||||
>No license key is required or provided.</strong
|
||||
>
|
||||
Hyper Compress intentionally does not use license keys, to
|
||||
streamline deployment and reduce operational
|
||||
friction.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>Upon purchase you receive a ZIP archive containing the
|
||||
complete Hyper Compress source code.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>Because Hyper Compress is open source, every release and
|
||||
every update can always be downloaded from our
|
||||
<a
|
||||
href="https://github.com/alam00000/bentopdf-hyper-compress/releases"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="text-indigo-400 hover:underline"
|
||||
>GitHub releases page</a
|
||||
>.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>The source code provided is identical to the code
|
||||
published in our public open-source repository.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="x-circle"
|
||||
class="w-5 h-5 text-red-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
><strong class="text-white">No refunds.</strong> Under no
|
||||
circumstances shall a refund be made after purchase.</span
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="mt-4 text-gray-300">
|
||||
<strong class="text-white">GitHub repository:</strong>
|
||||
<a
|
||||
href="https://github.com/alam00000/bentopdf-hyper-compress"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="text-indigo-400 hover:underline"
|
||||
>github.com/alam00000/bentopdf-hyper-compress</a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="lp-panel">
|
||||
<h3
|
||||
class="text-xl font-semibold text-white mb-4 flex items-center gap-3"
|
||||
>
|
||||
<i
|
||||
data-lucide="file-text"
|
||||
class="w-6 h-6 text-indigo-400"
|
||||
></i>
|
||||
Invoicing
|
||||
</h3>
|
||||
<ul class="space-y-3 text-gray-400">
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>We use <strong class="text-white">Polar</strong> for
|
||||
payments, which
|
||||
<strong class="text-white"
|
||||
>automatically sends invoices</strong
|
||||
>
|
||||
via email after purchase.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>Polar handles
|
||||
<strong class="text-white">VAT invoices</strong> for
|
||||
businesses in applicable regions.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="info"
|
||||
class="w-5 h-5 text-blue-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>For VAT invoices, select
|
||||
<strong class="text-white"
|
||||
>"I'm purchasing as a business"</strong
|
||||
>
|
||||
during checkout and enter your billing address and Tax/VAT
|
||||
number.</span
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="compare" class="lp-sec">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h2 class="lp-h2">
|
||||
<span class="line">What each tier</span>
|
||||
<span class="line dim">covers</span>
|
||||
</h2>
|
||||
<p class="lp-head-p">
|
||||
Every tier lets you ship Hyper Compress inside one closed-source
|
||||
product. The tiers differ by who you are, how many developers
|
||||
you have, and whether Hyper Compress is passed on to anyone
|
||||
else.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lp-pad--tight lp-reveal">
|
||||
<div class="overflow-x-auto">
|
||||
<table class="lp-table lp-compare">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Solo</th>
|
||||
<th>Indie</th>
|
||||
<th>Business</th>
|
||||
<th>OEM</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">Who it's for</th>
|
||||
<td>One developer, under $100k annual revenue</td>
|
||||
<td>Companies under $1M annual revenue</td>
|
||||
<td>Companies at $1M annual revenue or more</td>
|
||||
<td>
|
||||
Anyone redistributing, reselling or hosting the engine
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Annual price</th>
|
||||
<td>$99</td>
|
||||
<td>$199</td>
|
||||
<td>$499</td>
|
||||
<td>from $1,999</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Developers covered</th>
|
||||
<td>One developer</td>
|
||||
<td>Unlimited</td>
|
||||
<td>Unlimited</td>
|
||||
<td>Discussed with you</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Closed-source products covered</th>
|
||||
<td>One</td>
|
||||
<td>One</td>
|
||||
<td>One</td>
|
||||
<td>Terms shaped to your product</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Updates while active</th>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Support</th>
|
||||
<td>Email</td>
|
||||
<td>Email</td>
|
||||
<td>Priority email</td>
|
||||
<td>Priority</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
Redistribute inside someone else's product
|
||||
</th>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Resell as an SDK</th>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
Offer Hyper Compress as a hosted service
|
||||
</th>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p class="lp-table-note">
|
||||
Redistribution, reselling and hosting are what separate OEM from
|
||||
the rest. If Hyper Compress only ships inside your own
|
||||
closed-source product, the choice between Solo, Indie and Business
|
||||
is purely a question of your size.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="lp-sec lp-band">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h2 class="lp-h2">
|
||||
<span class="line">License</span>
|
||||
<span class="line dim">Terms</span>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lp-grid lp-grid--2">
|
||||
<div class="lp-cell lp-reveal">
|
||||
<span class="lp-tile"><i data-lucide="package"></i></span>
|
||||
<h3>Per product</h3>
|
||||
<p>
|
||||
A license covers one shipped product. A second product needs a
|
||||
second license, or ask about covering your whole catalogue at
|
||||
OEM.
|
||||
</p>
|
||||
</div>
|
||||
<div class="lp-cell lp-reveal">
|
||||
<span class="lp-tile"><i data-lucide="refresh-cw"></i></span>
|
||||
<h3>Updates included</h3>
|
||||
<p>
|
||||
Every release published while your license is active is yours.
|
||||
If you let it lapse, you keep a perpetual right to the last
|
||||
version you received.
|
||||
</p>
|
||||
</div>
|
||||
<div class="lp-cell lp-reveal">
|
||||
<span class="lp-tile"><i data-lucide="unlock"></i></span>
|
||||
<h3>No AGPL obligations</h3>
|
||||
<p>
|
||||
The commercial license replaces the AGPL for your product. You
|
||||
ship closed source, with no requirement to publish your changes
|
||||
or your application.
|
||||
</p>
|
||||
</div>
|
||||
<div class="lp-cell lp-reveal">
|
||||
<span class="lp-tile"><i data-lucide="shield-check"></i></span>
|
||||
<h3>Clean provenance</h3>
|
||||
<p>
|
||||
Hyper Compress is written and owned by BentoPDF, and every
|
||||
third-party component it bundles, including PDFium, qpdf, jpegli
|
||||
and Leptonica, is permissively licensed. No copyleft surprises
|
||||
in your supply chain.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="lp-sec">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h2 class="lp-h2">
|
||||
<span class="line">Frequently Asked</span>
|
||||
<span class="line dim">Questions</span>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lp-faq-wrap">
|
||||
<div id="faq-accordion" class="lp-faq lp-reveal">
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
type="button"
|
||||
>
|
||||
<span>Do I need a commercial license?</span>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p>
|
||||
Only if you ship Hyper Compress inside closed-source
|
||||
software. Open-source projects under an AGPL-compatible
|
||||
license, self-hosting, and internal use are all free under
|
||||
the AGPL-3.0.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
type="button"
|
||||
>
|
||||
<span
|
||||
>Does the BentoPDF commercial license cover Hyper
|
||||
Compress?</span
|
||||
>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p>
|
||||
No. Hyper Compress is a separate project with its own
|
||||
license. The BentoPDF app license does not grant any rights
|
||||
to Hyper Compress, and a Hyper Compress license does not
|
||||
cover BentoPDF.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
type="button"
|
||||
>
|
||||
<span>What happens if my company outgrows its tier?</span>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p>
|
||||
You move up to the matching tier at your next renewal.
|
||||
Nothing retroactive. Growing past a threshold mid-term never
|
||||
invalidates your current license.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="lp-sec">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-cta">
|
||||
<h2 class="lp-h2">Not sure which tier fits?</h2>
|
||||
<p>
|
||||
Tell us what you're building and we'll tell you what it costs. No
|
||||
calls required.
|
||||
</p>
|
||||
<div class="lp-cta-actions">
|
||||
<span class="lp-brackets">
|
||||
<a
|
||||
href="mailto:contact@bentopdf.com?subject=Hyper%20Compress%20commercial%20license%20pricing"
|
||||
class="lp-btn lp-btn--primary"
|
||||
>
|
||||
<span>contact@bentopdf.com</span>
|
||||
<i data-lucide="arrow-right"></i>
|
||||
</a>
|
||||
</span>
|
||||
</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": "WebPage",
|
||||
"name": "Hyper Compress - PDF Compression Engine | BentoPDF",
|
||||
"url": "https://www.bentopdf.com/hyper-compress"
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
+281
-542
@@ -96,40 +96,34 @@
|
||||
<link rel="icon" href="/favicon.ico" sizes="32x32" />
|
||||
|
||||
<link href="src/css/styles.css" rel="stylesheet" />
|
||||
<link href="src/css/landing.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
<body class="antialiased">
|
||||
<body class="lp antialiased">
|
||||
{{> navbar }}
|
||||
|
||||
<!-- Donation Ribbon -->
|
||||
<div
|
||||
id="donation-ribbon"
|
||||
class="bg-gradient-to-r from-indigo-600 via-purple-600 to-pink-500 py-2 px-4 text-center hide-section"
|
||||
>
|
||||
<div
|
||||
class="container mx-auto flex items-center justify-center gap-3 flex-wrap"
|
||||
>
|
||||
<span class="text-white text-sm font-medium flex items-center gap-2">
|
||||
<span data-i18n="donation.message"
|
||||
>Love BentoPDF? Help us keep it free and open source!</span
|
||||
>
|
||||
</span>
|
||||
<div id="donation-ribbon" class="lp-ribbon hide-section">
|
||||
<div class="lp-frame lp-ribbon-inner">
|
||||
<span data-i18n="donation.message"
|
||||
>Love BentoPDF? Help us keep it free and open source!</span
|
||||
>
|
||||
<a
|
||||
href="https://ko-fi.com/alio01"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="inline-flex items-center gap-1.5 px-3 py-1 bg-white text-purple-700 rounded-full text-xs font-semibold hover:bg-gray-100 transition-colors shadow-sm"
|
||||
class="lp-pill-btn lp-pill-btn--accent"
|
||||
>
|
||||
<i data-lucide="heart" class="w-3.5 h-3.5 text-purple-700"></i>
|
||||
<i data-lucide="heart"></i>
|
||||
<span data-i18n="donation.button">Donate</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/sponsors/alam00000"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="inline-flex items-center gap-1.5 px-3 py-1 bg-gray-900 text-white rounded-full text-xs font-semibold hover:bg-gray-800 transition-colors shadow-sm border border-gray-700"
|
||||
class="lp-pill-btn lp-pill-btn--ghost"
|
||||
>
|
||||
<svg class="w-3.5 h-3.5" fill="currentColor" viewBox="0 0 24 24">
|
||||
<svg fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z"
|
||||
@@ -141,92 +135,59 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="app" class="min-h-screen container mx-auto p-4 md:p-8">
|
||||
<section id="hero-section" class="text-center py-20 relative">
|
||||
<div class="bg-grid-pattern"></div>
|
||||
<h1 class="text-4xl md:text-7xl font-bold text-white mb-4">
|
||||
<span data-i18n="hero.title">The</span>
|
||||
<span
|
||||
class="inline-flex items-center gap-3 border-2 border-indigo-400 bg-indigo-900 text-indigo-300 px-4 py-2 rounded-full mx-2 align-middle"
|
||||
>
|
||||
<span data-i18n="hero.pdfToolkit">PDF Toolkit</span>
|
||||
<i
|
||||
data-lucide="briefcase"
|
||||
class="w-8 h-8 md:w-12 md:h-12 transform -rotate-4"
|
||||
></i>
|
||||
</span>
|
||||
<span data-i18n="hero.builtForPrivacy">built for privacy</span
|
||||
><span
|
||||
class="text-4xl md:text-6xl text-transparent bg-clip-text bg-gradient-to-r from-indigo-500 to-purple-500"
|
||||
>.</span
|
||||
>
|
||||
</h1>
|
||||
<!-- <p class="text-lg text-gray-400 mb-12">Fast, Secure and Forever Free.</p> -->
|
||||
<div
|
||||
class="flex flex-wrap justify-center items-center gap-2 sm:gap-4 mb-12 mt-12"
|
||||
>
|
||||
<span
|
||||
class="inline-flex items-center gap-2 px-3 py-1.5 rounded-full bg-gray-800/40 border border-gray-700/50 text-gray-400 text-sm font-medium"
|
||||
>
|
||||
<i data-lucide="check-circle" class="w-4 h-4 text-gray-400"></i>
|
||||
<span data-i18n="hero.noSignups">No Signups</span>
|
||||
</span>
|
||||
<span
|
||||
class="inline-flex items-center gap-2 px-3 py-1.5 rounded-full bg-gray-800/40 border border-gray-700/50 text-gray-400 text-sm font-medium"
|
||||
>
|
||||
<i data-lucide="check-circle" class="w-4 h-4 text-gray-400"></i>
|
||||
<span data-i18n="hero.unlimitedUse">Unlimited Use</span>
|
||||
</span>
|
||||
<span
|
||||
class="inline-flex items-center gap-2 px-3 py-1.5 rounded-full bg-gray-800/40 border border-gray-700/50 text-gray-400 text-sm font-medium"
|
||||
>
|
||||
<i data-lucide="check-circle" class="w-4 h-4 text-gray-400"></i>
|
||||
<span data-i18n="hero.worksOffline">Works Offline</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col items-center gap-4">
|
||||
<a
|
||||
href="#tools-header"
|
||||
class="inline-flex items-center gap-3 pl-8 pr-2 py-2 rounded-full bg-gradient-to-b from-indigo-500 to-indigo-600 text-white font-semibold focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-900 focus:ring-indigo-400 hover:shadow-xl hover:shadow-indigo-500/30 transition-all duration-200 transform hover:-translate-y-1"
|
||||
>
|
||||
<span data-i18n="hero.startUsing">Start Using Now</span>
|
||||
<span class="bg-white text-indigo-600 rounded-full p-2">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="16"
|
||||
height="16"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
class="w-4 h-4"
|
||||
<section id="hero-section">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-hero">
|
||||
<div class="lp-hero-bg" aria-hidden="true">
|
||||
<i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i
|
||||
><i></i><i></i><i></i>
|
||||
</div>
|
||||
<div class="lp-hero-content">
|
||||
<h1 class="lp-h1">
|
||||
<span class="line">
|
||||
<span class="lp-h1-lead" data-i18n="hero.title">The</span>
|
||||
<span class="lp-h1-unit"
|
||||
><span data-i18n="hero.pdfToolkit">PDF Toolkit</span
|
||||
><span class="lp-chip" aria-hidden="true"
|
||||
><i data-lucide="briefcase"></i></span
|
||||
></span>
|
||||
</span>
|
||||
<span class="line dim">
|
||||
<span data-i18n="hero.builtForPrivacy">built for privacy</span
|
||||
><span class="dot">.</span>
|
||||
</span>
|
||||
</h1>
|
||||
<p class="lp-sub" data-i18n="compliance.processingLocal">
|
||||
All the processing happens locally on your device.
|
||||
</p>
|
||||
<div class="lp-checks">
|
||||
<span class="lp-check"
|
||||
><i data-lucide="check-circle"></i
|
||||
><span data-i18n="hero.noSignups">No Signups</span></span
|
||||
>
|
||||
<path d="M5 12h14" />
|
||||
<path d="m12 5 7 7-7 7" />
|
||||
</svg>
|
||||
</span>
|
||||
</a>
|
||||
<!-- DigitalOcean -->
|
||||
<a
|
||||
href="https://www.digitalocean.com/?refcode=d93c189ef6d0&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="mt-8 opacity-50 hover:opacity-100 transition-opacity duration-300 hide-section"
|
||||
>
|
||||
<img
|
||||
src="/images/badge.svg"
|
||||
alt="DigitalOcean Referral Badge"
|
||||
width="150"
|
||||
height="32"
|
||||
class="h-8"
|
||||
/>
|
||||
</a>
|
||||
<span class="lp-check"
|
||||
><i data-lucide="check-circle"></i
|
||||
><span data-i18n="hero.unlimitedUse">Unlimited Use</span></span
|
||||
>
|
||||
<span class="lp-check"
|
||||
><i data-lucide="check-circle"></i
|
||||
><span data-i18n="hero.worksOffline">Works Offline</span></span
|
||||
>
|
||||
</div>
|
||||
<div class="lp-actions">
|
||||
<span class="lp-brackets">
|
||||
<a href="#tools-header" class="lp-btn lp-btn--primary">
|
||||
<span data-i18n="hero.startUsing">Start Using Now</span>
|
||||
<i data-lucide="arrow-right"></i>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div id="app" class="min-h-screen container mx-auto p-4 md:p-8">
|
||||
<!-- USED BY SECTION START -->
|
||||
<section class="py-10 hide-section">
|
||||
<div class="container mx-auto px-4">
|
||||
@@ -319,8 +280,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="section-divider"></div>
|
||||
|
||||
<section id="features-section" class="py-20">
|
||||
<h2 class="text-3xl md:text-4xl font-bold text-center text-white mb-12">
|
||||
<span data-i18n="features.title">Why choose</span>
|
||||
@@ -328,131 +287,67 @@
|
||||
>BentoPDF?</span
|
||||
>
|
||||
</h2>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
||||
<div class="bg-gray-800 p-6 rounded-lg">
|
||||
<div class="flex items-center gap-4 mb-3">
|
||||
<i
|
||||
data-lucide="user-plus"
|
||||
class="w-10 h-10 text-indigo-400 flex-shrink-0"
|
||||
></i>
|
||||
<h3
|
||||
class="text-xl font-bold text-white"
|
||||
data-i18n="features.noSignup.title"
|
||||
>
|
||||
No Signup
|
||||
</h3>
|
||||
</div>
|
||||
<p
|
||||
class="text-gray-400 pl-14"
|
||||
data-i18n="features.noSignup.description"
|
||||
>
|
||||
Start instantly, no accounts or emails.
|
||||
</p>
|
||||
<div class="lp-grid lp-grid--4 lp-cross">
|
||||
<div class="lp-cell lp-stat lp-cell--accent lp-reveal">
|
||||
<b>100+</b><span data-i18n="tools.toolsLabel">Tools</span>
|
||||
</div>
|
||||
<div class="bg-gray-800 p-6 rounded-lg">
|
||||
<div class="flex items-center gap-4 mb-3">
|
||||
<i
|
||||
data-lucide="shield"
|
||||
class="w-10 h-10 text-indigo-400 flex-shrink-0"
|
||||
></i>
|
||||
<h3
|
||||
class="text-xl font-bold text-white"
|
||||
data-i18n="features.noUploads.title"
|
||||
>
|
||||
No Uploads
|
||||
</h3>
|
||||
</div>
|
||||
<p
|
||||
class="text-gray-400 pl-14"
|
||||
data-i18n="features.noUploads.description"
|
||||
>
|
||||
100% client-side, your files never leave your device.
|
||||
</p>
|
||||
<div class="lp-cell lp-stat lp-cell--white lp-reveal">
|
||||
<b>0</b><span data-i18n="features.noUploads.title">No Uploads</span>
|
||||
</div>
|
||||
<div class="bg-gray-800 p-6 rounded-lg">
|
||||
<div class="flex items-center gap-4 mb-3">
|
||||
<i
|
||||
data-lucide="badge-dollar-sign"
|
||||
class="w-10 h-10 text-indigo-400 flex-shrink-0"
|
||||
></i>
|
||||
<h3
|
||||
class="text-xl font-bold text-white"
|
||||
data-i18n="features.foreverFree.title"
|
||||
>
|
||||
Forever Free
|
||||
</h3>
|
||||
</div>
|
||||
<p
|
||||
class="text-gray-400 pl-14"
|
||||
data-i18n="features.foreverFree.description"
|
||||
>
|
||||
All tools, no trials, no paywalls.
|
||||
</p>
|
||||
<div class="lp-cell lp-stat lp-cell--hatch lp-reveal">
|
||||
<b>∞</b
|
||||
><span data-i18n="hero.unlimitedUse">Unlimited Use</span>
|
||||
</div>
|
||||
<div class="bg-gray-800 p-6 rounded-lg">
|
||||
<div class="flex items-center gap-4 mb-3">
|
||||
<i
|
||||
data-lucide="infinity"
|
||||
class="w-10 h-10 text-indigo-400 flex-shrink-0"
|
||||
></i>
|
||||
<h3
|
||||
class="text-xl font-bold text-white"
|
||||
data-i18n="features.noLimits.title"
|
||||
>
|
||||
No Limits
|
||||
</h3>
|
||||
</div>
|
||||
<p
|
||||
class="text-gray-400 pl-14"
|
||||
data-i18n="features.noLimits.description"
|
||||
>
|
||||
Use as much as you want, no hidden caps.
|
||||
</p>
|
||||
</div>
|
||||
<div class="bg-gray-800 p-6 rounded-lg">
|
||||
<div class="flex items-center gap-4 mb-3">
|
||||
<i
|
||||
data-lucide="layers"
|
||||
class="w-10 h-10 text-indigo-400 flex-shrink-0"
|
||||
></i>
|
||||
<h3
|
||||
class="text-xl font-bold text-white"
|
||||
data-i18n="features.batchProcessing.title"
|
||||
>
|
||||
Batch Processing
|
||||
</h3>
|
||||
</div>
|
||||
<p
|
||||
class="text-gray-400 pl-14"
|
||||
data-i18n="features.batchProcessing.description"
|
||||
>
|
||||
Handle unlimited PDFs in one go.
|
||||
</p>
|
||||
</div>
|
||||
<div class="bg-gray-800 p-6 rounded-lg">
|
||||
<div class="flex items-center gap-4 mb-3">
|
||||
<i
|
||||
data-lucide="zap"
|
||||
class="w-10 h-10 text-indigo-400 flex-shrink-0"
|
||||
></i>
|
||||
<h3
|
||||
class="text-xl font-bold text-white"
|
||||
data-i18n="features.lightningFast.title"
|
||||
>
|
||||
Lightning Fast
|
||||
</h3>
|
||||
</div>
|
||||
<p
|
||||
class="text-gray-400 pl-14"
|
||||
data-i18n="features.lightningFast.description"
|
||||
>
|
||||
Process PDFs instantly, without waiting or delays.
|
||||
</p>
|
||||
<div class="lp-cell lp-stat lp-cell--raised lp-reveal">
|
||||
<b>$0</b
|
||||
><span data-i18n="features.foreverFree.title">Forever Free</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="section-divider"></div>
|
||||
<section id="engines-section" class="py-20">
|
||||
<h2 class="text-3xl md:text-4xl font-bold text-center text-white mb-3">
|
||||
Two new
|
||||
<span class="marker-slanted">engines</span>
|
||||
</h2>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-5xl mx-auto">
|
||||
<a
|
||||
href="kura.html"
|
||||
class="block bg-gray-800 rounded-xl p-8 border border-gray-700 hover:border-indigo-500 transition-colors"
|
||||
>
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<h3 class="text-2xl font-bold text-white">Kura</h3>
|
||||
</div>
|
||||
<p class="text-gray-400 mb-6 leading-relaxed">
|
||||
The PDF standards and preflight engine. Convert any PDF to every
|
||||
PDF/A level, PDF/UA, PDF/X, PDF/E and PDF/VT, then preflight the
|
||||
result against 396 bundled profiles to confirm it conforms.
|
||||
</p>
|
||||
<span class="lp-btn lp-btn--primary">
|
||||
Explore Kura
|
||||
<i data-lucide="arrow-right"></i>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="hyper-compress.html"
|
||||
class="block bg-gray-800 rounded-xl p-8 border border-gray-700 hover:border-indigo-500 transition-colors"
|
||||
>
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<h3 class="text-2xl font-bold text-white">Hyper Compress</h3>
|
||||
</div>
|
||||
<p class="text-gray-400 mb-6 leading-relaxed">
|
||||
The best open source PDF compression engine. It never returns a
|
||||
file larger than the original, offers a true lossless mode, and
|
||||
posted the lowest corruption rate of every engine we benchmarked.
|
||||
</p>
|
||||
<span class="lp-btn lp-btn--primary">
|
||||
Explore Hyper Compress
|
||||
<i data-lucide="arrow-right"></i>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div id="tools-header" class="text-center mb-12">
|
||||
<h2 class="text-3xl md:text-4xl font-bold text-white mb-3">
|
||||
@@ -509,7 +404,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-grid"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -660,8 +555,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section-divider hide-section mb-20 mt-10"></div>
|
||||
|
||||
<!-- COMPLIANCE SECTION START -->
|
||||
<section id="security-compliance-section" class="py-20 hide-section">
|
||||
<div class="mb-8 text-center">
|
||||
@@ -782,9 +675,7 @@
|
||||
|
||||
<!-- COMPLIANCE SECTION END -->
|
||||
|
||||
<div class="section-divider hide-section"></div>
|
||||
|
||||
<section id="faq-accordion" class="space-y-4 hide-section">
|
||||
<section id="faq-accordion" class="hide-section">
|
||||
<h2
|
||||
class="text-3xl md:text-4xl font-bold text-center text-white mb-12 mt-8"
|
||||
>
|
||||
@@ -794,334 +685,182 @@
|
||||
>
|
||||
</h2>
|
||||
<!-- Existing FAQs here... -->
|
||||
<div class="faq-item bg-gray-800 rounded-lg border border-gray-700">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left p-6"
|
||||
>
|
||||
<span
|
||||
class="text-lg font-semibold text-white"
|
||||
data-i18n="faq.isFree.question"
|
||||
>Is BentoPDF really free?</span
|
||||
>
|
||||
<i
|
||||
data-lucide="chevron-down"
|
||||
class="faq-icon w-6 h-6 text-gray-400 transition-transform"
|
||||
></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p class="p-6 pt-0 text-gray-400" data-i18n="faq.isFree.answer">
|
||||
Yes, absolutely. All tools on BentoPDF are 100% free to use, with
|
||||
no file limits, no sign-ups, and no watermarks. We believe
|
||||
everyone deserves access to simple, powerful PDF tools without a
|
||||
paywall.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="faq-item bg-gray-800 rounded-lg border border-gray-700">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left p-6"
|
||||
>
|
||||
<span
|
||||
class="text-lg font-semibold text-white"
|
||||
data-i18n="faq.areFilesSecure.question"
|
||||
>Are my files secure? Where are they processed?</span
|
||||
>
|
||||
<i
|
||||
data-lucide="chevron-down"
|
||||
class="faq-icon w-6 h-6 text-gray-400 transition-transform"
|
||||
></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p
|
||||
class="p-6 pt-0 text-gray-400"
|
||||
data-i18n="faq.areFilesSecure.answer"
|
||||
>
|
||||
Your files are as secure as possible because they **never leave
|
||||
your computer**. All processing happens directly in your web
|
||||
browser (client-side). We never upload your files to a server, so
|
||||
you maintain complete privacy and control over your documents.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="faq-item bg-gray-800 rounded-lg border border-gray-700">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left p-6"
|
||||
>
|
||||
<span
|
||||
class="text-lg font-semibold text-white"
|
||||
data-i18n="faq.platforms.question"
|
||||
>Does it work on Mac, Windows, and Mobile?</span
|
||||
>
|
||||
<i
|
||||
data-lucide="chevron-down"
|
||||
class="faq-icon w-6 h-6 text-gray-400 transition-transform"
|
||||
></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p class="p-6 pt-0 text-gray-400" data-i18n="faq.platforms.answer">
|
||||
Yes! Since BentoPDF runs entirely in your browser, it works on any
|
||||
operating system with a modern web browser, including Windows,
|
||||
macOS, Linux, iOS, and Android.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- New FAQ: GDPR Compliance -->
|
||||
<div class="faq-item bg-gray-800 rounded-lg border border-gray-700">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left p-6"
|
||||
>
|
||||
<span
|
||||
class="text-lg font-semibold text-white"
|
||||
data-i18n="faq.gdprCompliant.question"
|
||||
>Is BentoPDF GDPR compliant?</span
|
||||
>
|
||||
<i
|
||||
data-lucide="chevron-down"
|
||||
class="faq-icon w-6 h-6 text-gray-400 transition-transform"
|
||||
></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p
|
||||
class="p-6 pt-0 text-gray-400"
|
||||
data-i18n="faq.gdprCompliant.answer"
|
||||
>
|
||||
Yes. BentoPDF is fully GDPR compliant. Since all file processing
|
||||
happens locally in your browser and we never collect or transmit
|
||||
your files to any server, we have no access to your data. This
|
||||
ensures you are always in control of your documents.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- New FAQ: Data Storage -->
|
||||
<div class="faq-item bg-gray-800 rounded-lg border border-gray-700">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left p-6"
|
||||
>
|
||||
<span
|
||||
class="text-lg font-semibold text-white"
|
||||
data-i18n="faq.dataStorage.question"
|
||||
>Do you store or track any of my files?</span
|
||||
>
|
||||
<i
|
||||
data-lucide="chevron-down"
|
||||
class="faq-icon w-6 h-6 text-gray-400 transition-transform"
|
||||
></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p
|
||||
class="p-6 pt-0 text-gray-400"
|
||||
data-i18n="faq.dataStorage.answer"
|
||||
>
|
||||
No. We never store, track, or log your files. Everything you do on
|
||||
BentoPDF happens in your browser memory and disappears once you
|
||||
close the page. There are no uploads, no history logs, and no
|
||||
servers involved.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- New FAQ: Privacy -->
|
||||
<div class="faq-item bg-gray-800 rounded-lg border border-gray-700">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left p-6"
|
||||
>
|
||||
<span
|
||||
class="text-lg font-semibold text-white"
|
||||
data-i18n="faq.different.question"
|
||||
>What makes BentoPDF different from other PDF tools?</span
|
||||
>
|
||||
<i
|
||||
data-lucide="chevron-down"
|
||||
class="faq-icon w-6 h-6 text-gray-400 transition-transform"
|
||||
></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p class="p-6 pt-0 text-gray-400" data-i18n="faq.different.answer">
|
||||
Most PDF tools upload your files to a server for processing.
|
||||
BentoPDF never does that. We use secure, modern web technology to
|
||||
process your files directly in your browser. This means faster
|
||||
performance, stronger privacy, and complete peace of mind.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- New FAQ: Browser-Based -->
|
||||
<div class="faq-item bg-gray-800 rounded-lg border border-gray-700">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left p-6"
|
||||
>
|
||||
<span
|
||||
class="text-lg font-semibold text-white"
|
||||
data-i18n="faq.browserBased.question"
|
||||
>How does browser-based processing keep me safe?</span
|
||||
>
|
||||
<i
|
||||
data-lucide="chevron-down"
|
||||
class="faq-icon w-6 h-6 text-gray-400 transition-transform"
|
||||
></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p
|
||||
class="p-6 pt-0 text-gray-400"
|
||||
data-i18n="faq.browserBased.answer"
|
||||
>
|
||||
By running entirely inside your browser, BentoPDF ensures that
|
||||
your files never leave your device. This eliminates the risks of
|
||||
server hacks, data breaches, or unauthorized access. Your files
|
||||
remain yours—always.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- New FAQ: Analytics -->
|
||||
<div class="faq-item bg-gray-800 rounded-lg border border-gray-700">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left p-6"
|
||||
>
|
||||
<span
|
||||
class="text-lg font-semibold text-white"
|
||||
data-i18n="faq.analytics.question"
|
||||
>Do you use cookies or analytics to track me?</span
|
||||
>
|
||||
<i
|
||||
data-lucide="chevron-down"
|
||||
class="faq-icon w-6 h-6 text-gray-400 transition-transform"
|
||||
></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p class="p-6 pt-0 text-gray-400" data-i18n="faq.analytics.answer">
|
||||
No. BentoPDF does not track you at all. We do not use cookies,
|
||||
analytics, or any tracking scripts, not even on the live website
|
||||
at bentopdf.com. We never know who you are or what you do with the
|
||||
tools.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="section-divider hide-section"></div>
|
||||
|
||||
<section id="testimonials-section" class="py-20 hide-section">
|
||||
<h2 class="text-3xl md:text-4xl font-bold text-center text-white mb-12">
|
||||
<span data-i18n="testimonials.title">What Our</span>
|
||||
<span class="marker-slanted" data-i18n="testimonials.users"
|
||||
>Users</span
|
||||
>
|
||||
<span data-i18n="testimonials.say">Say</span>
|
||||
</h2>
|
||||
<div
|
||||
class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-7xl mx-auto"
|
||||
>
|
||||
<div class="testimonial-card">
|
||||
<div class="flex items-center mb-4">
|
||||
<div>
|
||||
<p class="font-bold text-white">Sarah L.</p>
|
||||
<div class="text-yellow-400 flex items-center text-sm">
|
||||
★★★★★
|
||||
</div>
|
||||
<div class="lp-faq-wrap">
|
||||
<div class="lp-faq">
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
>
|
||||
<span data-i18n="faq.isFree.question"
|
||||
>Is BentoPDF really free?</span
|
||||
>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p data-i18n="faq.isFree.answer">
|
||||
Yes, absolutely. All tools on BentoPDF are 100% free to use,
|
||||
with no file limits, no sign-ups, and no watermarks. We
|
||||
believe everyone deserves access to simple, powerful PDF tools
|
||||
without a paywall.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-gray-400">
|
||||
"This is the tool I've been searching for! It's fast, free, and I
|
||||
love that my confidential documents never get uploaded to some
|
||||
random server. A lifesaver for my freelance work."
|
||||
</p>
|
||||
</div>
|
||||
<div class="testimonial-card">
|
||||
<div class="flex items-center mb-4">
|
||||
<div>
|
||||
<p class="font-bold text-white">Mark Chen</p>
|
||||
<div class="text-yellow-400 flex items-center text-sm">
|
||||
★★★★★
|
||||
</div>
|
||||
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
>
|
||||
<span data-i18n="faq.areFilesSecure.question"
|
||||
>Are my files secure? Where are they processed?</span
|
||||
>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p data-i18n="faq.areFilesSecure.answer">
|
||||
Your files are as secure as possible because they **never
|
||||
leave your computer**. All processing happens directly in your
|
||||
web browser (client-side). We never upload your files to a
|
||||
server, so you maintain complete privacy and control over your
|
||||
documents.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-gray-400">
|
||||
"Finally, a PDF editor that just works. No ads, no sign-ups, no
|
||||
nonsense. The merge tool is surprisingly powerful. I've already
|
||||
bookmarked it on all my devices."
|
||||
</p>
|
||||
</div>
|
||||
<div class="testimonial-card">
|
||||
<div class="flex items-center mb-4">
|
||||
<div>
|
||||
<p class="font-bold text-white">Anonymous User A-35Z</p>
|
||||
<div class="text-yellow-400 flex items-center text-sm">
|
||||
★☆☆☆☆
|
||||
</div>
|
||||
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
>
|
||||
<span data-i18n="faq.platforms.question"
|
||||
>Does it work on Mac, Windows, and Mobile?</span
|
||||
>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p data-i18n="faq.platforms.answer">
|
||||
Yes! Since BentoPDF runs entirely in your browser, it works on
|
||||
any operating system with a modern web browser, including
|
||||
Windows, macOS, Linux, iOS, and Android.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-gray-400">
|
||||
"Terrible. It won't let me upload my files to the cloud. How is my
|
||||
Big Data Tech Overlord supposed to know I signed a permission slip
|
||||
for my kid's field trip? Useless for my data profile."
|
||||
</p>
|
||||
</div>
|
||||
<div class="testimonial-card">
|
||||
<div class="flex items-center mb-4">
|
||||
<div>
|
||||
<p class="font-bold text-white">Dr. Brickson</p>
|
||||
<div class="text-yellow-400 flex items-center text-sm">
|
||||
★★★★★
|
||||
</div>
|
||||
|
||||
<!-- New FAQ: GDPR Compliance -->
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
>
|
||||
<span data-i18n="faq.gdprCompliant.question"
|
||||
>Is BentoPDF GDPR compliant?</span
|
||||
>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p data-i18n="faq.gdprCompliant.answer">
|
||||
Yes. BentoPDF is fully GDPR compliant. Since all file
|
||||
processing happens locally in your browser and we never
|
||||
collect or transmit your files to any server, we have no
|
||||
access to your data. This ensures you are always in control of
|
||||
your documents.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-gray-400">
|
||||
"As a researcher, data privacy is paramount. BentoPDF's
|
||||
client-side processing model is exactly what my institution
|
||||
recommends. It's robust, reliable, and secure. A fantastic
|
||||
resource."
|
||||
</p>
|
||||
</div>
|
||||
<div class="testimonial-card">
|
||||
<div class="flex items-center mb-4">
|
||||
<div>
|
||||
<p class="font-bold text-white">AdTracker Pro</p>
|
||||
<div class="text-yellow-400 flex items-center text-sm">
|
||||
★☆☆☆☆
|
||||
</div>
|
||||
|
||||
<!-- New FAQ: Data Storage -->
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
>
|
||||
<span data-i18n="faq.dataStorage.question"
|
||||
>Do you store or track any of my files?</span
|
||||
>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p data-i18n="faq.dataStorage.answer">
|
||||
No. We never store, track, or log your files. Everything you
|
||||
do on BentoPDF happens in your browser memory and disappears
|
||||
once you close the page. There are no uploads, no history
|
||||
logs, and no servers involved.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-gray-400">
|
||||
"This website is broken. My ad blocker says it hasn't blocked a
|
||||
single tracker. How am I supposed to know if a product is good if
|
||||
it's not following me around the internet for a week? 1 star."
|
||||
</p>
|
||||
</div>
|
||||
<div class="testimonial-card">
|
||||
<div class="flex items-center mb-4">
|
||||
<div>
|
||||
<p class="font-bold text-white">Raj P.</p>
|
||||
<div class="text-yellow-400 flex items-center text-sm">
|
||||
★★★★★
|
||||
</div>
|
||||
|
||||
<!-- New FAQ: Privacy -->
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
>
|
||||
<span data-i18n="faq.different.question"
|
||||
>What makes BentoPDF different from other PDF tools?</span
|
||||
>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p data-i18n="faq.different.answer">
|
||||
Most PDF tools upload your files to a server for processing.
|
||||
BentoPDF never does that. We use secure, modern web technology
|
||||
to process your files directly in your browser. This means
|
||||
faster performance, stronger privacy, and complete peace of
|
||||
mind.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- New FAQ: Browser-Based -->
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
>
|
||||
<span data-i18n="faq.browserBased.question"
|
||||
>How does browser-based processing keep me safe?</span
|
||||
>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p data-i18n="faq.browserBased.answer">
|
||||
By running entirely inside your browser, BentoPDF ensures that
|
||||
your files never leave your device. This eliminates the risks
|
||||
of server hacks, data breaches, or unauthorized access. Your
|
||||
files remain yours, always.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- New FAQ: Analytics -->
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
>
|
||||
<span data-i18n="faq.analytics.question"
|
||||
>Do you use cookies or analytics to track me?</span
|
||||
>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p data-i18n="faq.analytics.answer">
|
||||
No. BentoPDF does not track you at all. We do not use cookies,
|
||||
analytics, or any tracking scripts, not even on the live
|
||||
website at bentopdf.com. We never know who you are or what you
|
||||
do with the tools.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-gray-400">
|
||||
"Simple, elegant, and powerful. I needed to merge 50 reports, and
|
||||
it handled it instantly without crashing my browser. This is what
|
||||
a web tool should be. Highly recommended."
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -0,0 +1,683 @@
|
||||
<!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>Kura - PDF/A, PDF/UA & PDF/X Conversion Engine | BentoPDF</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Kura converts any PDF to archival, print and accessibility standards. Free under the AGPL, commercial licenses from $99/year."
|
||||
/>
|
||||
<meta name="author" content="BentoPDF" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.bentopdf.com/kura" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://www.bentopdf.com/kura" />
|
||||
<meta
|
||||
property="og:title"
|
||||
content="Kura - PDF/A, PDF/UA & PDF/X Conversion Engine | BentoPDF"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Kura converts any PDF to archival, print and accessibility standards. Free under the AGPL, commercial licenses from $99/year."
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://www.bentopdf.com/images/og-tools.png"
|
||||
/>
|
||||
<meta property="og:site_name" content="BentoPDF" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta
|
||||
name="twitter:title"
|
||||
content="Kura - PDF/A, PDF/UA & PDF/X Conversion Engine | BentoPDF"
|
||||
/>
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Kura converts any PDF to archival, print and accessibility standards. Free under the AGPL, commercial licenses from $99/year."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://www.bentopdf.com/images/og-tools.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="kura-hero" class="lp-sec lp-sec--first">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h1 class="lp-h1">
|
||||
<span class="line">Meet</span>
|
||||
<span class="line dim">Kura</span>
|
||||
</h1>
|
||||
<p class="lp-head-p">
|
||||
The PDF standards and preflight engine. Convert any PDF to every
|
||||
PDF/A level, PDF/UA, PDF/X, PDF/E and PDF/VT, then preflight the
|
||||
result against 396 bundled profiles to confirm it conforms.
|
||||
</p>
|
||||
<p class="lp-head-p">
|
||||
Ships as a CLI, npm package, browser WebAssembly build, Docker
|
||||
image and C library.
|
||||
</p>
|
||||
<div class="lp-actions">
|
||||
<span class="lp-brackets">
|
||||
<a href="#pricing" class="lp-btn lp-btn--primary">
|
||||
<span>See pricing</span>
|
||||
<i data-lucide="arrow-right"></i>
|
||||
</a>
|
||||
</span>
|
||||
<a
|
||||
href="https://kura.bentopdf.com"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="lp-btn lp-btn--ghost"
|
||||
>
|
||||
<i data-lucide="external-link"></i>
|
||||
<span>Visit website</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/alam00000/bentopdf-kura"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="lp-btn lp-btn--ghost"
|
||||
>
|
||||
<i data-lucide="github"></i>
|
||||
<span>View on GitHub</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="lp-grid lp-grid--4">
|
||||
<div class="lp-cell lp-stat lp-cell--accent lp-reveal">
|
||||
<b>25</b><span>conformance targets</span>
|
||||
</div>
|
||||
<div class="lp-cell lp-stat lp-cell--white lp-reveal">
|
||||
<b>396</b><span>bundled preflight profiles</span>
|
||||
</div>
|
||||
<div class="lp-cell lp-stat lp-cell--hatch lp-reveal">
|
||||
<b>0</b><span>false findings in conformance testing</span>
|
||||
</div>
|
||||
<div class="lp-cell lp-stat lp-cell--raised lp-reveal">
|
||||
<b>5</b><span>form factors, one engine</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="lp-sec">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-pad--tight">
|
||||
<div class="lp-note lp-reveal">
|
||||
<i data-lucide="badge-check"></i>
|
||||
<p>
|
||||
<strong
|
||||
>Open source, self-hosting and internal use stay free.</strong
|
||||
>
|
||||
Kura is licensed under the AGPL-3.0. If your project is
|
||||
AGPL-compatible, or you run Kura as-is for yourself, you never
|
||||
need a commercial license. Commercial licenses are only for
|
||||
shipping Kura inside closed-source software.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="pricing" class="lp-sec lp-band">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h2 class="lp-h2">
|
||||
<span class="line">Commercial</span>
|
||||
<span class="line dim">Licenses</span>
|
||||
</h2>
|
||||
<p class="lp-head-p">
|
||||
Per product, billed annually. Every tier includes all updates
|
||||
and new releases while active.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="lp-grid lp-grid--4">
|
||||
<div class="lp-cell lp-tier lp-reveal">
|
||||
<h3>Solo</h3>
|
||||
<p class="lp-tier-for">
|
||||
One developer, under $100k annual revenue
|
||||
</p>
|
||||
<div class="lp-tier-price"><b>$99</b><span>/ year</span></div>
|
||||
<ul>
|
||||
<li><i data-lucide="check"></i>One closed-source product</li>
|
||||
<li><i data-lucide="check"></i>All updates while active</li>
|
||||
<li><i data-lucide="check"></i>Email support</li>
|
||||
</ul>
|
||||
<a
|
||||
href="https://buy.polar.sh/polar_cl_NLuLBtXkHXyelWdxPy6zarYyNJqMd4NF1PWJI2sEeZa"
|
||||
class="lp-btn lp-btn--ghost lp-btn--sm"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>Get Solo</a
|
||||
>
|
||||
</div>
|
||||
<div class="lp-cell lp-tier lp-cell--accent lp-reveal">
|
||||
<h3>Indie</h3>
|
||||
<p class="lp-tier-for">Companies under $1M annual revenue</p>
|
||||
<div class="lp-tier-price"><b>$199</b><span>/ year</span></div>
|
||||
<ul>
|
||||
<li><i data-lucide="check"></i>One closed-source product</li>
|
||||
<li><i data-lucide="check"></i>Unlimited developers</li>
|
||||
<li><i data-lucide="check"></i>All updates while active</li>
|
||||
<li><i data-lucide="check"></i>Email support</li>
|
||||
</ul>
|
||||
<a
|
||||
href="https://buy.polar.sh/polar_cl_MMPcXzyyNvVfX3Fuvac1eGgG7pTgDiIDB2RCs4HUbxx"
|
||||
class="lp-btn lp-btn--primary lp-btn--sm"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>Get Indie</a
|
||||
>
|
||||
</div>
|
||||
<div class="lp-cell lp-tier lp-reveal">
|
||||
<h3>Business</h3>
|
||||
<p class="lp-tier-for">Companies at $1M annual revenue or more</p>
|
||||
<div class="lp-tier-price"><b>$499</b><span>/ year</span></div>
|
||||
<ul>
|
||||
<li><i data-lucide="check"></i>One closed-source product</li>
|
||||
<li><i data-lucide="check"></i>Unlimited developers</li>
|
||||
<li><i data-lucide="check"></i>All updates while active</li>
|
||||
<li><i data-lucide="check"></i>Priority email support</li>
|
||||
</ul>
|
||||
<a
|
||||
href="https://buy.polar.sh/polar_cl_r4HLyDK1rda9cERr31Jbg99m3GEVDC2K4ooFo4FtoFb"
|
||||
class="lp-btn lp-btn--ghost lp-btn--sm"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>Get Business</a
|
||||
>
|
||||
</div>
|
||||
<div class="lp-cell lp-tier lp-reveal">
|
||||
<h3>OEM</h3>
|
||||
<p class="lp-tier-for">
|
||||
Redistribution, reselling as an SDK, or offering Kura as a
|
||||
service
|
||||
</p>
|
||||
<div class="lp-tier-price">
|
||||
<span class="lp-tier-from">from</span><b>$1,999</b
|
||||
><span>/ year</span>
|
||||
</div>
|
||||
<ul>
|
||||
<li><i data-lucide="check"></i>Redistribution rights</li>
|
||||
<li><i data-lucide="check"></i>Terms shaped to your product</li>
|
||||
<li><i data-lucide="check"></i>Priority support</li>
|
||||
</ul>
|
||||
<a
|
||||
href="mailto:contact@bentopdf.com?subject=Kura%20commercial%20license%20OEM"
|
||||
class="lp-btn lp-btn--ghost lp-btn--sm"
|
||||
>Contact us</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="license-details" class="lp-sec lp-band">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h2 class="lp-h2">
|
||||
<span class="line">Commercial license</span>
|
||||
<span class="line dim">details</span>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lp-pad">
|
||||
<div class="grid grid-cols-1 gap-6">
|
||||
<div class="lp-panel">
|
||||
<h3
|
||||
class="text-xl font-semibold text-white mb-4 flex items-center gap-3"
|
||||
>
|
||||
<i data-lucide="package" class="w-6 h-6 text-indigo-400"></i>
|
||||
Delivery & licensing model
|
||||
</h3>
|
||||
<ul class="space-y-3 text-gray-400">
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
><strong class="text-white"
|
||||
>No license key is required or provided.</strong
|
||||
>
|
||||
Kura intentionally does not use license keys, to
|
||||
streamline deployment and reduce operational
|
||||
friction.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>Upon purchase you receive a ZIP archive containing the
|
||||
complete Kura source code.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>Because Kura is open source, every release and every
|
||||
update can always be downloaded from our
|
||||
<a
|
||||
href="https://github.com/alam00000/bentopdf-kura/releases"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="text-indigo-400 hover:underline"
|
||||
>GitHub releases page</a
|
||||
>.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>The source code provided is identical to the code
|
||||
published in our public open-source repository.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="x-circle"
|
||||
class="w-5 h-5 text-red-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
><strong class="text-white">No refunds.</strong> Under no
|
||||
circumstances shall a refund be made after purchase.</span
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="mt-4 text-gray-300">
|
||||
<strong class="text-white">GitHub repository:</strong>
|
||||
<a
|
||||
href="https://github.com/alam00000/bentopdf-kura"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="text-indigo-400 hover:underline"
|
||||
>github.com/alam00000/bentopdf-kura</a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="lp-panel">
|
||||
<h3
|
||||
class="text-xl font-semibold text-white mb-4 flex items-center gap-3"
|
||||
>
|
||||
<i
|
||||
data-lucide="file-text"
|
||||
class="w-6 h-6 text-indigo-400"
|
||||
></i>
|
||||
Invoicing
|
||||
</h3>
|
||||
<ul class="space-y-3 text-gray-400">
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>We use <strong class="text-white">Polar</strong> for
|
||||
payments, which
|
||||
<strong class="text-white"
|
||||
>automatically sends invoices</strong
|
||||
>
|
||||
via email after purchase.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="check-circle"
|
||||
class="w-5 h-5 text-green-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>Polar handles
|
||||
<strong class="text-white">VAT invoices</strong> for
|
||||
businesses in applicable regions.</span
|
||||
>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<i
|
||||
data-lucide="info"
|
||||
class="w-5 h-5 text-blue-400 flex-shrink-0 mt-0.5"
|
||||
></i>
|
||||
<span
|
||||
>For VAT invoices, select
|
||||
<strong class="text-white"
|
||||
>"I'm purchasing as a business"</strong
|
||||
>
|
||||
during checkout and enter your billing address and Tax/VAT
|
||||
number.</span
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="compare" class="lp-sec">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h2 class="lp-h2">
|
||||
<span class="line">What each tier</span>
|
||||
<span class="line dim">covers</span>
|
||||
</h2>
|
||||
<p class="lp-head-p">
|
||||
Every tier lets you ship Kura inside one closed-source product.
|
||||
The tiers differ by who you are, how many developers you have,
|
||||
and whether Kura is passed on to anyone else.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lp-pad--tight lp-reveal">
|
||||
<div class="overflow-x-auto">
|
||||
<table class="lp-table lp-compare">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Solo</th>
|
||||
<th>Indie</th>
|
||||
<th>Business</th>
|
||||
<th>OEM</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">Who it's for</th>
|
||||
<td>One developer, under $100k annual revenue</td>
|
||||
<td>Companies under $1M annual revenue</td>
|
||||
<td>Companies at $1M annual revenue or more</td>
|
||||
<td>
|
||||
Anyone redistributing, reselling or hosting the engine
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Annual price</th>
|
||||
<td>$99</td>
|
||||
<td>$199</td>
|
||||
<td>$499</td>
|
||||
<td>from $1,999</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Developers covered</th>
|
||||
<td>One developer</td>
|
||||
<td>Unlimited</td>
|
||||
<td>Unlimited</td>
|
||||
<td>Discussed with you</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Closed-source products covered</th>
|
||||
<td>One</td>
|
||||
<td>One</td>
|
||||
<td>One</td>
|
||||
<td>Terms shaped to your product</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Updates while active</th>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Support</th>
|
||||
<td>Email</td>
|
||||
<td>Email</td>
|
||||
<td>Priority email</td>
|
||||
<td>Priority</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
Redistribute inside someone else's product
|
||||
</th>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Resell as an SDK</th>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Offer Kura as a hosted service</th>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-no"><i data-lucide="x"></i></td>
|
||||
<td class="lp-yes"><i data-lucide="check"></i></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p class="lp-table-note">
|
||||
Redistribution, reselling and hosting are what separate OEM from
|
||||
the rest. If Kura only ships inside your own closed-source
|
||||
product, the choice between Solo, Indie and Business is purely a
|
||||
question of your size.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="lp-sec lp-band">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h2 class="lp-h2">
|
||||
<span class="line">License</span>
|
||||
<span class="line dim">Terms</span>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lp-grid lp-grid--2">
|
||||
<div class="lp-cell lp-reveal">
|
||||
<span class="lp-tile"><i data-lucide="package"></i></span>
|
||||
<h3>Per product</h3>
|
||||
<p>
|
||||
A license covers one shipped product. A second product needs a
|
||||
second license, or ask about covering your whole catalogue at
|
||||
OEM.
|
||||
</p>
|
||||
</div>
|
||||
<div class="lp-cell lp-reveal">
|
||||
<span class="lp-tile"><i data-lucide="refresh-cw"></i></span>
|
||||
<h3>Updates included</h3>
|
||||
<p>
|
||||
Every release published while your license is active is yours.
|
||||
If you let it lapse, you keep a perpetual right to the last
|
||||
version you received.
|
||||
</p>
|
||||
</div>
|
||||
<div class="lp-cell lp-reveal">
|
||||
<span class="lp-tile"><i data-lucide="unlock"></i></span>
|
||||
<h3>No AGPL obligations</h3>
|
||||
<p>
|
||||
The commercial license replaces the AGPL for your product. You
|
||||
ship closed source, with no requirement to publish your changes
|
||||
or your application.
|
||||
</p>
|
||||
</div>
|
||||
<div class="lp-cell lp-reveal">
|
||||
<span class="lp-tile"><i data-lucide="shield-check"></i></span>
|
||||
<h3>Clean provenance</h3>
|
||||
<p>
|
||||
Kura is written and owned by BentoPDF, and every third-party
|
||||
component it links, including qpdf, PDFium and FreeType, is
|
||||
permissively licensed. No copyleft surprises in your supply
|
||||
chain.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="lp-sec">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-head lp-head--center">
|
||||
<div>
|
||||
<h2 class="lp-h2">
|
||||
<span class="line">Frequently Asked</span>
|
||||
<span class="line dim">Questions</span>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lp-faq-wrap">
|
||||
<div id="faq-accordion" class="lp-faq lp-reveal">
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
type="button"
|
||||
>
|
||||
<span>Do I need a commercial license?</span>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p>
|
||||
Only if you ship Kura inside closed-source software.
|
||||
Open-source projects under an AGPL-compatible license,
|
||||
self-hosting, and internal use are all free under the
|
||||
AGPL-3.0.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
type="button"
|
||||
>
|
||||
<span>Does the BentoPDF commercial license cover Kura?</span>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p>
|
||||
No. Kura is a separate project with its own license. The
|
||||
BentoPDF app license does not grant any rights to Kura, and
|
||||
a Kura license does not cover BentoPDF.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<button
|
||||
class="faq-question w-full flex justify-between items-center text-left"
|
||||
type="button"
|
||||
>
|
||||
<span>What happens if my company outgrows its tier?</span>
|
||||
<i data-lucide="plus" class="faq-icon"></i>
|
||||
</button>
|
||||
<div
|
||||
class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
<p>
|
||||
You move up to the matching tier at your next renewal.
|
||||
Nothing retroactive. Growing past a threshold mid-term never
|
||||
invalidates your current license.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="lp-sec">
|
||||
<div class="lp-frame">
|
||||
<div class="lp-cta">
|
||||
<h2 class="lp-h2">Not sure which tier fits?</h2>
|
||||
<p>
|
||||
Tell us what you're building and we'll tell you what it costs. No
|
||||
calls required.
|
||||
</p>
|
||||
<div class="lp-cta-actions">
|
||||
<span class="lp-brackets">
|
||||
<a
|
||||
href="mailto:contact@bentopdf.com?subject=Kura%20commercial%20license%20pricing"
|
||||
class="lp-btn lp-btn--primary"
|
||||
>
|
||||
<span>contact@bentopdf.com</span>
|
||||
<i data-lucide="arrow-right"></i>
|
||||
</a>
|
||||
</span>
|
||||
</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": "WebPage",
|
||||
"name": "Kura - PDF/A, PDF/UA & PDF/X Conversion Engine | BentoPDF",
|
||||
"url": "https://www.bentopdf.com/kura"
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
+1133
-1081
File diff suppressed because it is too large
Load Diff
+16
-24
@@ -422,56 +422,48 @@
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are these pdf converter tools really free?
|
||||
<i class="ph ph-caret-down text-xl"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! All BentoPDF pdf converter tools are 100% free with no hidden
|
||||
fees, no premium tiers, and no subscription required. Use
|
||||
unlimited tools, unlimited times.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens entirely in your browser. Your
|
||||
files never leave your device, are never uploaded to servers.
|
||||
Complete privacy guaranteed.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No file size limits! Process files of any size. Browser-based
|
||||
processing means no artificial limitations.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Do I need to install software?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No installation required! All tools are web-based and work
|
||||
directly in your browser. Just open the page and start using -
|
||||
works on any device.
|
||||
|
||||
+16
-24
@@ -296,56 +296,48 @@
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are these pdf editor tools really free?
|
||||
<i class="ph ph-caret-down text-xl"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! All BentoPDF pdf editor tools are 100% free with no hidden
|
||||
fees, no premium tiers, and no subscription required. Use
|
||||
unlimited tools, unlimited times.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens entirely in your browser. Your
|
||||
files never leave your device, are never uploaded to servers.
|
||||
Complete privacy guaranteed.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No file size limits! Process files of any size. Browser-based
|
||||
processing means no artificial limitations.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Do I need to install software?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No installation required! All tools are web-based and work
|
||||
directly in your browser. Just open the page and start using -
|
||||
works on any device.
|
||||
|
||||
+16
-24
@@ -251,56 +251,48 @@
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are these pdf merge & split tools really free?
|
||||
<i class="ph ph-caret-down text-xl"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! All BentoPDF pdf merge & split tools are 100% free with no
|
||||
hidden fees, no premium tiers, and no subscription required. Use
|
||||
unlimited tools, unlimited times.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens entirely in your browser. Your
|
||||
files never leave your device, are never uploaded to servers.
|
||||
Complete privacy guaranteed.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No file size limits! Process files of any size. Browser-based
|
||||
processing means no artificial limitations.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Do I need to install software?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No installation required! All tools are web-based and work
|
||||
directly in your browser. Just open the page and start using -
|
||||
works on any device.
|
||||
|
||||
+16
-24
@@ -226,56 +226,48 @@
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are these PDF security tools really free?
|
||||
<i class="ph ph-caret-down text-xl"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! All BentoPDF PDF security tools are 100% free with no hidden
|
||||
fees, no premium tiers, and no subscription required. Use
|
||||
unlimited tools, unlimited times.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens entirely in your browser. Your
|
||||
files never leave your device and are never uploaded to servers.
|
||||
Complete privacy is guaranteed.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No file size limits! Process files of any size. Browser-based
|
||||
processing means no artificial limitations.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Do I need to install software?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No installation required! All tools are web-based and work
|
||||
directly in your browser. Just open the page and start using -
|
||||
works on any device.
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
},
|
||||
"browserBased": {
|
||||
"question": "كيف تحافظ المعالجة عبر المتصفح على أمانك؟",
|
||||
"answer": "بالعمل بالكامل داخل متصفحك، يضمن BentoPDF أن ملفاتك لا تغادر جهازك أبدًا. هذا يلغي مخاطر اختراق الخوادم أو تسريب البيانات أو الوصول غير المصرح به. ملفاتك تبقى ملكك — دائمًا."
|
||||
"answer": "بالعمل بالكامل داخل متصفحك، يضمن BentoPDF أن ملفاتك لا تغادر جهازك أبدًا. هذا يلغي مخاطر اختراق الخوادم أو تسريب البيانات أو الوصول غير المصرح به. ملفاتك تبقى ملكك، دائمًا."
|
||||
},
|
||||
"analytics": {
|
||||
"question": "هل تستخدمون ملفات تعريف الارتباط أو التحليلات لتتبعي؟",
|
||||
@@ -292,7 +292,7 @@
|
||||
"philosophy": {
|
||||
"label": "فلسفتنا الأساسية",
|
||||
"title": "الخصوصية أولاً. دائمًا.",
|
||||
"description": "في عصر أصبحت فيه البيانات سلعة، نتبع نهجًا مختلفًا. تتم جميع معالجة أدوات Bentopdf محليًا في متصفحك. هذا يعني أن ملفاتك لا تلمس خوادمنا أبدًا، ولا نرى مستنداتك، ولا نتتبع ما تفعله. مستنداتك تبقى خاصة تمامًا وبشكل قاطع. إنها ليست مجرد ميزة؛ إنها أساسنا."
|
||||
"description": "في عصر أصبحت فيه البيانات سلعة، نتبع نهجًا مختلفًا. تتم جميع معالجة أدوات BentoPDF محليًا في متصفحك. هذا يعني أن ملفاتك لا تلمس خوادمنا أبدًا، ولا نرى مستنداتك، ولا نتتبع ما تفعله. مستنداتك تبقى خاصة تمامًا وبشكل قاطع. إنها ليست مجرد ميزة؛ إنها أساسنا."
|
||||
},
|
||||
"whyBentopdf": {
|
||||
"title": "لماذا",
|
||||
@@ -315,7 +315,7 @@
|
||||
},
|
||||
"cta": {
|
||||
"title": "مستعد للبدء؟",
|
||||
"description": "انضم إلى آلاف المستخدمين الذين يثقون بـ Bentopdf لاحتياجات مستنداتهم اليومية. اختبر الفرق الذي يمكن أن تحدثه الخصوصية والأداء.",
|
||||
"description": "انضم إلى آلاف المستخدمين الذين يثقون بـ BentoPDF لاحتياجات مستنداتهم اليومية. اختبر الفرق الذي يمكن أن تحدثه الخصوصية والأداء.",
|
||||
"button": "استكشف جميع الأدوات"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
},
|
||||
"browserBased": {
|
||||
"question": "How does browser-based processing keep me safe?",
|
||||
"answer": "By running entirely inside your browser, BentoPDF ensures that your files never leave your device. This eliminates the risks of server hacks, data breaches, or unauthorized access. Your files remain yours—always."
|
||||
"answer": "By running entirely inside your browser, BentoPDF ensures that your files never leave your device. This eliminates the risks of server hacks, data breaches, or unauthorized access. Your files remain yours, always."
|
||||
},
|
||||
"analytics": {
|
||||
"question": "Do you use cookies or analytics to track me?",
|
||||
@@ -292,7 +292,7 @@
|
||||
"philosophy": {
|
||||
"label": "Our Core Philosophy",
|
||||
"title": "Privacy First. Always.",
|
||||
"description": "In an era where data is a commodity, we take a different approach. All processing for Bentopdf tools happens locally in your browser. This means your files never touch our servers, we never see your documents, and we don't track what you do. Your documents remain completely and unequivocally private. It's not just a feature; it's our foundation."
|
||||
"description": "In an era where data is a commodity, we take a different approach. All processing for BentoPDF tools happens locally in your browser. This means your files never touch our servers, we never see your documents, and we don't track what you do. Your documents remain completely and unequivocally private. It's not just a feature; it's our foundation."
|
||||
},
|
||||
"whyBentopdf": {
|
||||
"title": "Why",
|
||||
@@ -315,7 +315,7 @@
|
||||
},
|
||||
"cta": {
|
||||
"title": "Ready to get started?",
|
||||
"description": "Join thousands of users who trust Bentopdf for their daily document needs. Experience the difference that privacy and performance can make.",
|
||||
"description": "Join thousands of users who trust BentoPDF for their daily document needs. Experience the difference that privacy and performance can make.",
|
||||
"button": "Explore All Tools"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -292,7 +292,7 @@
|
||||
"philosophy": {
|
||||
"label": "Nuestra Filosofía Central",
|
||||
"title": "Privacidad Primero. Siempre.",
|
||||
"description": "En una era donde los datos son una mercancía, adoptamos un enfoque diferente. Todo el procesamiento de las herramientas de Bentopdf ocurre localmente en tu navegador. Esto significa que tus archivos nunca tocan nuestros servidores, nunca vemos tus documentos y no rastreamos lo que haces. Tus documentos permanecen completa e inequívocamente privados. No es solo una característica; es nuestra base."
|
||||
"description": "En una era donde los datos son una mercancía, adoptamos un enfoque diferente. Todo el procesamiento de las herramientas de BentoPDF ocurre localmente en tu navegador. Esto significa que tus archivos nunca tocan nuestros servidores, nunca vemos tus documentos y no rastreamos lo que haces. Tus documentos permanecen completa e inequívocamente privados. No es solo una característica; es nuestra base."
|
||||
},
|
||||
"whyBentopdf": {
|
||||
"title": "Por qué",
|
||||
@@ -315,7 +315,7 @@
|
||||
},
|
||||
"cta": {
|
||||
"title": "¿Listo para comenzar?",
|
||||
"description": "Únete a miles de usuarios que confían en Bentopdf para sus necesidades diarias de documentos. Experimenta la diferencia que la privacidad y el rendimiento pueden hacer.",
|
||||
"description": "Únete a miles de usuarios que confían en BentoPDF para sus necesidades diarias de documentos. Experimenta la diferencia que la privacidad y el rendimiento pueden hacer.",
|
||||
"button": "Explorar Todas las Herramientas"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
},
|
||||
"browserBased": {
|
||||
"question": "Bagaimana pemrosesan berbasis browser menjaga keamanan saya?",
|
||||
"answer": "Dengan berjalan sepenuhnya di dalam browser Anda, BentoPDF memastikan file Anda tidak pernah meninggalkan perangkat Anda. Ini menghilangkan risiko peretasan server, pelanggaran data, atau akses tidak sah. File Anda tetap milik Anda—selalu."
|
||||
"answer": "Dengan berjalan sepenuhnya di dalam browser Anda, BentoPDF memastikan file Anda tidak pernah meninggalkan perangkat Anda. Ini menghilangkan risiko peretasan server, pelanggaran data, atau akses tidak sah. File Anda tetap milik Anda, selalu."
|
||||
},
|
||||
"analytics": {
|
||||
"question": "Apakah Anda menggunakan cookie atau analitik untuk melacak saya?",
|
||||
@@ -292,7 +292,7 @@
|
||||
"philosophy": {
|
||||
"label": "Filosofi Inti Kami",
|
||||
"title": "Privasi Yang Utama. Selalu.",
|
||||
"description": "Di era di mana data adalah komoditas, kami mengambil pendekatan berbeda. Semua pemrosesan untuk alat Bentopdf terjadi secara lokal di browser Anda. Ini berarti file Anda tidak pernah menyentuh server kami, kami tidak pernah melihat dokumen Anda, dan kami tidak melacak apa yang Anda lakukan. Dokumen Anda tetap utuh dan privat secara tegas. Ini bukan hanya fitur; ini adalah fondasi kami."
|
||||
"description": "Di era di mana data adalah komoditas, kami mengambil pendekatan berbeda. Semua pemrosesan untuk alat BentoPDF terjadi secara lokal di browser Anda. Ini berarti file Anda tidak pernah menyentuh server kami, kami tidak pernah melihat dokumen Anda, dan kami tidak melacak apa yang Anda lakukan. Dokumen Anda tetap utuh dan privat secara tegas. Ini bukan hanya fitur; ini adalah fondasi kami."
|
||||
},
|
||||
"whyBentopdf": {
|
||||
"title": "Mengapa",
|
||||
@@ -315,7 +315,7 @@
|
||||
},
|
||||
"cta": {
|
||||
"title": "Siap untuk memulai?",
|
||||
"description": "Bergabunglah dengan ribuan pengguna yang percaya Bentopdf untuk kebutuhan dokumen harian mereka. Rasakan bedanya privasi dan performa yang ditawarkan.",
|
||||
"description": "Bergabunglah dengan ribuan pengguna yang percaya BentoPDF untuk kebutuhan dokumen harian mereka. Rasakan bedanya privasi dan performa yang ditawarkan.",
|
||||
"button": "Jelajahi Semua Alat"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -212,11 +212,11 @@
|
||||
},
|
||||
"browserBased": {
|
||||
"question": "Почему обработка в браузере - это безопасно?",
|
||||
"answer": "Работая целиком в браузере, BentoPDF гарантирует, что ваши файлы никогда не покидают ваше устройство. Это исключает риски взлома серверов, утечек данных или несанкционированного доступа. Ваши файлы остаются вашими — всегда."
|
||||
"answer": "Работая целиком в браузере, BentoPDF гарантирует, что ваши файлы никогда не покидают ваше устройство. Это исключает риски взлома серверов, утечек данных или несанкционированного доступа. Ваши файлы остаются вашими, всегда."
|
||||
},
|
||||
"analytics": {
|
||||
"question": "Вы используете cookies или аналитику для слежки за мной?",
|
||||
"answer": "Нет. BentoPDF вас никак не отслеживает. Мы не используем файлы cookie, аналитику или трекинговые скрипты — даже на действующем сайте bentopdf.com. Мы никогда не знаем, кто вы и что вы делаете с инструментами."
|
||||
"answer": "Нет. BentoPDF вас никак не отслеживает. Мы не используем файлы cookie, аналитику или трекинговые скрипты, даже на действующем сайте bentopdf.com. Мы никогда не знаем, кто вы и что вы делаете с инструментами."
|
||||
}
|
||||
},
|
||||
"testimonials": {
|
||||
@@ -292,7 +292,7 @@
|
||||
"philosophy": {
|
||||
"label": "Наша основная философия",
|
||||
"title": "Приватность на первом месте. Всегда.",
|
||||
"description": "В современном мире данные превратились в товар, но у нас иной подход. Вся обработка инструментами Bentopdf происходит локально, в вашем браузере. То есть ваши файлы никак не взаимодействуют с нашими серверами, мы не видим ваши документы и не отслеживаем ваши действия. Приватность ваших документов — полная и безоговорочная. Это не какая-то одна из наших фич, это — основа."
|
||||
"description": "В современном мире данные превратились в товар, но у нас иной подход. Вся обработка инструментами BentoPDF происходит локально, в вашем браузере. То есть ваши файлы никак не взаимодействуют с нашими серверами, мы не видим ваши документы и не отслеживаем ваши действия. Приватность ваших документов полная и безоговорочная. Это не какая-то одна из наших фич, это основа."
|
||||
},
|
||||
"whyBentopdf": {
|
||||
"title": "Почему",
|
||||
@@ -321,7 +321,7 @@
|
||||
},
|
||||
"contact": {
|
||||
"title": "Связаться с нами",
|
||||
"subtitle": "Мы с радостью прочитаем ваши сообщения. Неважно, хотите ли вы задать вопрос, оставить обратную связь или попросить добавить новую функцию — не стесняйтесь, напишите нам!",
|
||||
"subtitle": "Мы с радостью прочитаем ваши сообщения. Неважно, хотите ли вы задать вопрос, оставить обратную связь или попросить добавить новую функцию, не стесняйтесь, напишите нам!",
|
||||
"email": "Вы можете написать нам на электронную почту:"
|
||||
},
|
||||
"licensing": {
|
||||
|
||||
@@ -216,7 +216,7 @@
|
||||
},
|
||||
"analytics": {
|
||||
"question": "Använder ni cookies eller analys för att spåra mig?",
|
||||
"answer": "Nej. BentoPDF spårar dig inte alls. Vi använder inga cookies, ingen analys och inga spårningsskript – inte ens på den publika webbplatsen bentopdf.com. Vi vet aldrig vem du är eller vad du gör med verktygen."
|
||||
"answer": "Nej. BentoPDF spårar dig inte alls. Vi använder inga cookies, ingen analys och inga spårningsskript, inte ens på den publika webbplatsen bentopdf.com. Vi vet aldrig vem du är eller vad du gör med verktygen."
|
||||
}
|
||||
},
|
||||
"testimonials": {
|
||||
@@ -315,7 +315,7 @@
|
||||
},
|
||||
"cta": {
|
||||
"title": "Redo att komma igång?",
|
||||
"description": "Gå med i tusentals användare som litar på Bentopdf för sina dagliga dokumentbehov. Upplev skillnaden som integritet och prestanda kan göra.",
|
||||
"description": "Gå med i tusentals användare som litar på BentoPDF för sina dagliga dokumentbehov. Upplev skillnaden som integritet och prestanda kan göra.",
|
||||
"button": "Utforska alla verktyg"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -292,7 +292,7 @@
|
||||
"philosophy": {
|
||||
"label": "Temel Felsefemiz",
|
||||
"title": "Öncelik Her Zaman Gizlilik.",
|
||||
"description": "Verinin bir meta olarak kabul edildiği bir çağda, farklı bir yaklaşım benimsiyoruz. Bentopdf araçları için tüm işlemler tarayıcınızda yerel olarak gerçekleşir. Bu, dosyalarınızın sunucularımıza asla dokunmadığı, belgelerinizi asla görmediğimiz ve ne yaptığınızı takip etmediğimiz anlamına gelir. Belgeleriniz tamamen ve kesinlikle özel kalır. Bu sadece bir özellik değil, temelimizdir."
|
||||
"description": "Verinin bir meta olarak kabul edildiği bir çağda, farklı bir yaklaşım benimsiyoruz. BentoPDF araçları için tüm işlemler tarayıcınızda yerel olarak gerçekleşir. Bu, dosyalarınızın sunucularımıza asla dokunmadığı, belgelerinizi asla görmediğimiz ve ne yaptığınızı takip etmediğimiz anlamına gelir. Belgeleriniz tamamen ve kesinlikle özel kalır. Bu sadece bir özellik değil, temelimizdir."
|
||||
},
|
||||
"whyBentopdf": {
|
||||
"title": "Neden",
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
},
|
||||
"browserBased": {
|
||||
"question": "Xử lý dựa trên trình duyệt giữ tôi an toàn như thế nào?",
|
||||
"answer": "Bằng cách chạy hoàn toàn bên trong trình duyệt của bạn, BentoPDF đảm bảo rằng tệp của bạn không bao giờ rời khỏi thiết bị. Điều này loại bỏ các rủi ro về hack máy chủ, vi phạm dữ liệu hoặc truy cập trái phép. Tệp của bạn vẫn thuộc về bạn—luôn luôn."
|
||||
"answer": "Bằng cách chạy hoàn toàn bên trong trình duyệt của bạn, BentoPDF đảm bảo rằng tệp của bạn không bao giờ rời khỏi thiết bị. Điều này loại bỏ các rủi ro về hack máy chủ, vi phạm dữ liệu hoặc truy cập trái phép. Tệp của bạn vẫn thuộc về bạn, luôn luôn."
|
||||
},
|
||||
"analytics": {
|
||||
"question": "Bạn có sử dụng cookie hoặc phân tích để theo dõi tôi không?",
|
||||
@@ -292,7 +292,7 @@
|
||||
"philosophy": {
|
||||
"label": "Triết lý cốt lõi của chúng tôi",
|
||||
"title": "Quyền riêng tư trước tiên. Luôn luôn.",
|
||||
"description": "Trong thời đại mà dữ liệu là hàng hóa, chúng tôi có cách tiếp cận khác. Tất cả quá trình xử lý cho các công cụ Bentopdf diễn ra cục bộ trong trình duyệt của bạn. Điều này có nghĩa là tệp của bạn không bao giờ chạm vào máy chủ của chúng tôi, chúng tôi không bao giờ thấy tài liệu của bạn và chúng tôi không theo dõi những gì bạn làm. Tài liệu của bạn vẫn hoàn toàn và rõ ràng là riêng tư. Đó không chỉ là một tính năng; đó là nền tảng của chúng tôi."
|
||||
"description": "Trong thời đại mà dữ liệu là hàng hóa, chúng tôi có cách tiếp cận khác. Tất cả quá trình xử lý cho các công cụ BentoPDF diễn ra cục bộ trong trình duyệt của bạn. Điều này có nghĩa là tệp của bạn không bao giờ chạm vào máy chủ của chúng tôi, chúng tôi không bao giờ thấy tài liệu của bạn và chúng tôi không theo dõi những gì bạn làm. Tài liệu của bạn vẫn hoàn toàn và rõ ràng là riêng tư. Đó không chỉ là một tính năng; đó là nền tảng của chúng tôi."
|
||||
},
|
||||
"whyBentopdf": {
|
||||
"title": "Tại sao chọn",
|
||||
@@ -315,7 +315,7 @@
|
||||
},
|
||||
"cta": {
|
||||
"title": "Sẵn sàng bắt đầu?",
|
||||
"description": "Tham gia cùng hàng nghìn người dùng tin tưởng Bentopdf cho nhu cầu tài liệu hàng ngày của họ. Trải nghiệm sự khác biệt mà quyền riêng tư và hiệu suất có thể tạo ra.",
|
||||
"description": "Tham gia cùng hàng nghìn người dùng tin tưởng BentoPDF cho nhu cầu tài liệu hàng ngày của họ. Trải nghiệm sự khác biệt mà quyền riêng tư và hiệu suất có thể tạo ra.",
|
||||
"button": "Khám phá tất cả công cụ"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "Free online PDF tools - Privacy-first PDF toolkit that works 100% in your browser",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#262d3b",
|
||||
"background_color": "#222222",
|
||||
"theme_color": "#4f46e5",
|
||||
"orientation": "portrait-primary",
|
||||
"icons": [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
body {
|
||||
color: #374151;
|
||||
color: #383838;
|
||||
}
|
||||
|
||||
.sortable-ghost {
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
#text-editor-app {
|
||||
--ecbg: #111827;
|
||||
--ecpanel: #1f2937;
|
||||
--ecpanel2: #374151;
|
||||
--ecline: #4b5563;
|
||||
--ecpanel: #2a2a2a;
|
||||
--ecpanel2: #383838;
|
||||
--ecline: #444444;
|
||||
--ectext: #f3f4f6;
|
||||
--ecmuted: #9ca3af;
|
||||
--ecaccent: #6366f1;
|
||||
--ecstage: #374151;
|
||||
--ecstage: #383838;
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 40;
|
||||
@@ -50,7 +50,7 @@
|
||||
user-select: none;
|
||||
}
|
||||
#text-editor-app .btn:hover {
|
||||
background: #4b5563;
|
||||
background: #444444;
|
||||
}
|
||||
#text-editor-app .btn:disabled {
|
||||
opacity: 0.4;
|
||||
@@ -1043,7 +1043,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
#text-editor-app .toolright button[data-tool]:hover {
|
||||
background: #4b5563;
|
||||
background: #444444;
|
||||
}
|
||||
#text-editor-app .toolright button[data-tool].on {
|
||||
background: var(--ecaccent);
|
||||
@@ -1285,7 +1285,7 @@
|
||||
line-height: 1;
|
||||
}
|
||||
#text-editor-app .stepbtn:hover {
|
||||
background: #4b5563;
|
||||
background: #444444;
|
||||
color: var(--ectext);
|
||||
}
|
||||
#text-editor-app .stepper:has(.num:disabled) .stepbtn {
|
||||
@@ -1526,8 +1526,8 @@
|
||||
border-bottom: none;
|
||||
border-top: 1px solid var(--ecline);
|
||||
border-radius: 16px 16px 0 0;
|
||||
background: #1f2937;
|
||||
background: var(--ecpanel, #1f2937);
|
||||
background: #2a2a2a;
|
||||
background: var(--ecpanel, #2a2a2a);
|
||||
box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.45);
|
||||
z-index: 27;
|
||||
padding: 8px 14px calc(14px + env(safe-area-inset-bottom));
|
||||
|
||||
+2049
File diff suppressed because it is too large
Load Diff
+1029
-60
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,23 @@
|
||||
const revealTargets = document.querySelectorAll<HTMLElement>('.lp-reveal');
|
||||
const reducedMotion = window.matchMedia(
|
||||
'(prefers-reduced-motion: reduce)'
|
||||
).matches;
|
||||
|
||||
if (
|
||||
revealTargets.length > 0 &&
|
||||
!reducedMotion &&
|
||||
'IntersectionObserver' in window
|
||||
) {
|
||||
document.documentElement.classList.add('lp-js');
|
||||
const observer = new IntersectionObserver(
|
||||
(entries) => {
|
||||
for (const entry of entries) {
|
||||
if (!entry.isIntersecting) continue;
|
||||
entry.target.classList.add('is-in');
|
||||
observer.unobserve(entry.target);
|
||||
}
|
||||
},
|
||||
{ rootMargin: '0px 0px -8% 0px', threshold: 0.1 }
|
||||
);
|
||||
revealTargets.forEach((target) => observer.observe(target));
|
||||
}
|
||||
+48
-1
@@ -314,7 +314,11 @@ const init = async () => {
|
||||
|
||||
filteredCategories.forEach((category) => {
|
||||
const categoryGroup = document.createElement('div');
|
||||
categoryGroup.className = 'category-group col-span-full';
|
||||
const categorySlug = category.name
|
||||
.toLowerCase()
|
||||
.replace(/[^a-z0-9]+/g, '-')
|
||||
.replace(/^-|-$/g, '');
|
||||
categoryGroup.className = `category-group col-span-full is-cat-${categorySlug}`;
|
||||
|
||||
const header = document.createElement('button');
|
||||
header.className = 'category-header';
|
||||
@@ -539,6 +543,49 @@ const init = async () => {
|
||||
});
|
||||
}
|
||||
|
||||
const faqDetails =
|
||||
document.querySelectorAll<HTMLDetailsElement>('details.faq-d');
|
||||
if (
|
||||
faqDetails.length > 0 &&
|
||||
!window.matchMedia('(prefers-reduced-motion: reduce)').matches
|
||||
) {
|
||||
faqDetails.forEach((detail) => {
|
||||
const summary = detail.querySelector('summary');
|
||||
const body = detail.querySelector<HTMLElement>('.faq-d-a');
|
||||
if (!summary || !body) return;
|
||||
|
||||
let animation: Animation | null = null;
|
||||
|
||||
summary.addEventListener('click', (event) => {
|
||||
event.preventDefault();
|
||||
animation?.cancel();
|
||||
|
||||
const wasOpen = detail.open;
|
||||
if (!wasOpen) detail.open = true;
|
||||
|
||||
const fullHeight = `${body.scrollHeight}px`;
|
||||
const fullPadding = window.getComputedStyle(body).paddingBottom;
|
||||
const collapsed = { height: '0px', paddingBottom: '0px', opacity: 0 };
|
||||
const expanded = {
|
||||
height: fullHeight,
|
||||
paddingBottom: fullPadding,
|
||||
opacity: 1,
|
||||
};
|
||||
|
||||
body.style.overflow = 'hidden';
|
||||
animation = body.animate(
|
||||
wasOpen ? [expanded, collapsed] : [collapsed, expanded],
|
||||
{ duration: 280, easing: 'cubic-bezier(0.2, 0.7, 0.2, 1)' }
|
||||
);
|
||||
animation.onfinish = () => {
|
||||
if (wasOpen) detail.open = false;
|
||||
body.style.overflow = '';
|
||||
animation = null;
|
||||
};
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
createIcons({ icons });
|
||||
console.log('Please share our tool and share the love!');
|
||||
|
||||
|
||||
@@ -50,4 +50,50 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
const mobileProductsButton = document.getElementById(
|
||||
'mobile-products-button'
|
||||
);
|
||||
const mobileProductsMenu = document.getElementById('mobile-products-menu');
|
||||
|
||||
if (mobileProductsButton && mobileProductsMenu) {
|
||||
mobileProductsButton.addEventListener('click', (event) => {
|
||||
event.stopPropagation();
|
||||
const isOpen =
|
||||
mobileProductsButton.getAttribute('aria-expanded') === 'true';
|
||||
mobileProductsMenu.hidden = isOpen;
|
||||
mobileProductsButton.setAttribute('aria-expanded', (!isOpen).toString());
|
||||
});
|
||||
}
|
||||
|
||||
const productsButton = document.getElementById('products-menu-button');
|
||||
const productsMenu = document.getElementById('products-menu');
|
||||
|
||||
if (productsButton && productsMenu) {
|
||||
const closeProducts = () => {
|
||||
productsMenu.hidden = true;
|
||||
productsButton.setAttribute('aria-expanded', 'false');
|
||||
};
|
||||
|
||||
productsButton.addEventListener('click', (event) => {
|
||||
event.stopPropagation();
|
||||
const isOpen = productsButton.getAttribute('aria-expanded') === 'true';
|
||||
productsMenu.hidden = isOpen;
|
||||
productsButton.setAttribute('aria-expanded', (!isOpen).toString());
|
||||
});
|
||||
|
||||
document.addEventListener('click', (event) => {
|
||||
const target = event.target as Node;
|
||||
if (!productsMenu.contains(target) && !productsButton.contains(target)) {
|
||||
closeProducts();
|
||||
}
|
||||
});
|
||||
|
||||
document.addEventListener('keydown', (event) => {
|
||||
if (event.key === 'Escape' && !productsMenu.hidden) {
|
||||
closeProducts();
|
||||
productsButton.focus();
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -386,39 +386,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is add attachments really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -374,39 +374,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is add blank page really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -462,55 +462,40 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="tools:addPageLabels.faqWhatIsQuestion"
|
||||
>What is a page label?</span
|
||||
>
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
data-i18n="tools:addPageLabels.faqWhatIsAnswer"
|
||||
>
|
||||
<p class="faq-d-a" data-i18n="tools:addPageLabels.faqWhatIsAnswer">
|
||||
A page label is the numbering shown by PDF readers in thumbnails,
|
||||
page navigation, and print dialogs. It does not print new text onto
|
||||
the page itself.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="tools:addPageLabels.faqMixQuestion"
|
||||
>Can I mix Roman numerals and normal numbers?</span
|
||||
>
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
data-i18n="tools:addPageLabels.faqMixAnswer"
|
||||
>
|
||||
<p class="faq-d-a" data-i18n="tools:addPageLabels.faqMixAnswer">
|
||||
Yes. Add multiple rules, such as 1-4 with LowercaseRoman and 5-20
|
||||
with DecimalArabic.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="tools:addPageLabels.faqPrivacyQuestion"
|
||||
>Do my files stay private?</span
|
||||
>
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
data-i18n="tools:addPageLabels.faqPrivacyAnswer"
|
||||
>
|
||||
<p class="faq-d-a" data-i18n="tools:addPageLabels.faqPrivacyAnswer">
|
||||
Yes. The processing happens in your browser using CoherentPDF WASM.
|
||||
Your PDF does not leave your device.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -103,7 +103,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -308,39 +308,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is add stamps really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -163,7 +163,7 @@
|
||||
>
|
||||
<button
|
||||
id="editor-back-btn"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 font-semibold text-sm"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 font-semibold text-sm"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="w-4 h-4"></i>
|
||||
<span>Change File</span>
|
||||
@@ -773,39 +773,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is add watermark really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -483,39 +483,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is adjust colors really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -191,9 +191,9 @@
|
||||
class="block text-xs text-gray-400 mt-0.5"
|
||||
data-i18n="tools:alternateMerge.retainPageLabelsHint"
|
||||
>
|
||||
Off (default): the merged PDF uses natural page numbering 1–N.
|
||||
On: each file's original page labels are preserved (may produce
|
||||
duplicate labels).
|
||||
Off (default): the merged PDF uses natural page numbering 1 to
|
||||
N. On: each file's original page labels are preserved (may
|
||||
produce duplicate labels).
|
||||
</span>
|
||||
</span>
|
||||
</label>
|
||||
@@ -357,39 +357,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is alternate merge really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -329,39 +329,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is background color really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -473,40 +473,34 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
What is Bates numbering?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Bates numbering is a method of indexing legal documents for easy
|
||||
identification and retrieval. Each page receives a unique sequential
|
||||
number, often combined with a prefix or suffix.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Can I number multiple files at once?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! Upload multiple PDFs and the bates numbers will continue
|
||||
sequentially across all files. Drag files to reorder them.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
All processing happens entirely in your browser. Your files never
|
||||
leave your device.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -323,39 +323,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is bmp to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -103,7 +103,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -784,39 +784,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is bookmark really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -330,39 +330,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is cbz to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -442,39 +442,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is change permissions really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -406,39 +406,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is combine single page really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -571,7 +571,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -1157,39 +1157,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is compare pdfs really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+15
-21
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -248,7 +248,7 @@
|
||||
<button
|
||||
id="toggle-custom-settings"
|
||||
type="button"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 text-sm font-medium"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 text-sm font-medium"
|
||||
>
|
||||
<i data-lucide="settings" class="w-4 h-4"></i>
|
||||
<span>Custom Settings</span>
|
||||
@@ -524,41 +524,35 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
What's the difference between Condense and Photon?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Condense removes dead-weight, optimizes images, and subsets fonts -
|
||||
best for most PDFs. Photon converts pages to images - ideal for
|
||||
photo-heavy/scanned PDFs but makes text non-selectable.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Which compression level should I use?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Balanced (recommended) offers great size reduction with minimal
|
||||
quality loss. Use Light to preserve maximum quality, Aggressive for
|
||||
smaller files, or Extreme for maximum compression.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are there file size limits?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No limits! Compress as many PDFs as you need, of any size,
|
||||
completely free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -112,7 +112,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -378,39 +378,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is crop pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -328,39 +328,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is csv to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -353,39 +353,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is decrypt pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -326,39 +326,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is delete pages really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -96,7 +96,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -355,42 +355,36 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
What is PDF deskewing?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Deskewing is the process of correcting tilted or rotated pages in
|
||||
scanned documents. When you scan a document, it's common for pages
|
||||
to be slightly skewed. This tool automatically detects and corrects
|
||||
that skew.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
How accurate is the skew detection?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Our tool uses OpenCV's advanced image processing algorithms to
|
||||
detect skew angles with high precision. It works best on documents
|
||||
with clear text content.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! All processing happens entirely in your browser using
|
||||
WebAssembly. Your files never leave your device.
|
||||
</p>
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -802,52 +802,46 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
class="faq-d-q"
|
||||
data-i18n="tools:digitalSignPdf.faqWhatIsQuestion"
|
||||
>
|
||||
What is a digital signature?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
data-i18n="tools:digitalSignPdf.faqWhatIsAnswer"
|
||||
>
|
||||
<p class="faq-d-a" data-i18n="tools:digitalSignPdf.faqWhatIsAnswer">
|
||||
A digital signature is a cryptographic mechanism that verifies the
|
||||
authenticity and integrity of a document. Unlike a drawn signature,
|
||||
it uses public key cryptography (X.509 certificates) to prove the
|
||||
signer's identity.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<details class="faq-d">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
class="faq-d-q"
|
||||
data-i18n="tools:digitalSignPdf.faqFormatsQuestion"
|
||||
>
|
||||
What certificate formats are supported?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
data-i18n="tools:digitalSignPdf.faqFormatsAnswer"
|
||||
>
|
||||
<p class="faq-d-a" data-i18n="tools:digitalSignPdf.faqFormatsAnswer">
|
||||
We support PKCS#12 format certificates (.pfx, .p12) which contain
|
||||
both your certificate and private key in a single encrypted file.
|
||||
These are commonly issued by certificate authorities.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<details class="faq-d">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
class="faq-d-q"
|
||||
data-i18n="tools:digitalSignPdf.faqPrivateKeyQuestion"
|
||||
>
|
||||
Is my private key safe?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
class="faq-d-a"
|
||||
data-i18n="tools:digitalSignPdf.faqPrivateKeyAnswer"
|
||||
>
|
||||
Yes! All processing happens entirely in your browser. Your
|
||||
@@ -855,16 +849,16 @@
|
||||
get uploaded to any server.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<details class="faq-d">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
class="faq-d-q"
|
||||
data-i18n="tools:digitalSignPdf.faqValidReadersQuestion"
|
||||
>
|
||||
Will the signature be valid in PDF readers?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
class="faq-d-a"
|
||||
data-i18n="tools:digitalSignPdf.faqValidReadersAnswer"
|
||||
>
|
||||
Yes, the tool creates standard PKCS#7 detached signatures that are
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -368,39 +368,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is divide pages really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -475,86 +475,70 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="tools:duplexCollate.faqOddPagesQuestion"
|
||||
>What if my scan has an odd number of pages?</span
|
||||
>
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
data-i18n="tools:duplexCollate.faqOddPagesAnswer"
|
||||
>
|
||||
<p class="faq-d-a" data-i18n="tools:duplexCollate.faqOddPagesAnswer">
|
||||
A duplex scan should have an even page count. If it does not, a page
|
||||
was probably scanned twice or missed. The tool warns you before
|
||||
processing, and any unpaired pages are appended at the end so
|
||||
nothing is lost.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="tools:duplexCollate.faqBackOrderQuestion"
|
||||
>Why would I keep the back block as-is?</span
|
||||
>
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
data-i18n="tools:duplexCollate.faqBackOrderAnswer"
|
||||
>
|
||||
<p class="faq-d-a" data-i18n="tools:duplexCollate.faqBackOrderAnswer">
|
||||
It depends on how the stack was fed for the second pass. Flipping
|
||||
the whole stack over produces back sides in reverse order, which is
|
||||
the default. If your scanner returned them in the same order as the
|
||||
fronts, choose to keep the block as-is.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="faq.isFree.question"
|
||||
>Is BentoPDF really free?</span
|
||||
>
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400" data-i18n="faq.isFree.answer">
|
||||
<p class="faq-d-a" data-i18n="faq.isFree.answer">
|
||||
Yes, absolutely. All tools on BentoPDF are 100% free to use, with no
|
||||
file limits, no sign-ups, and no watermarks. We believe everyone
|
||||
deserves access to simple, powerful PDF tools without a paywall.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="faq.areFilesSecure.question"
|
||||
>Are my files secure? Where are they processed?</span
|
||||
>
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400" data-i18n="faq.areFilesSecure.answer">
|
||||
<p class="faq-d-a" data-i18n="faq.areFilesSecure.answer">
|
||||
Your files are as secure as possible because they never leave your
|
||||
computer. All processing happens directly in your web browser
|
||||
(client-side). We never upload your files to a server, so you
|
||||
maintain complete privacy and control over your documents.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="faq.platforms.question"
|
||||
>Does it work on Mac, Windows, and Mobile?</span
|
||||
>
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400" data-i18n="faq.platforms.answer">
|
||||
<p class="faq-d-a" data-i18n="faq.platforms.answer">
|
||||
Yes! Since BentoPDF runs entirely in your browser, it works on any
|
||||
operating system with a modern web browser, including Windows,
|
||||
macOS, Linux, iOS, and Android.
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -322,39 +322,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is edit attachments really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -433,39 +433,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is edit metadata really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -183,7 +183,7 @@
|
||||
Click a Paragraph
|
||||
</h3>
|
||||
<p class="text-gray-400">
|
||||
Every editable paragraph is outlined — click one and type; text
|
||||
Every editable paragraph is outlined. Click one and type; text
|
||||
reflows live as you edit
|
||||
</p>
|
||||
</div>
|
||||
@@ -221,8 +221,8 @@
|
||||
Save
|
||||
</h3>
|
||||
<p class="text-gray-400">
|
||||
Download a clean PDF with your edits baked in — everything stays
|
||||
on your device
|
||||
Download a clean PDF with your edits baked in, and everything
|
||||
stays on your device
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -349,41 +349,35 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Does my PDF leave my device?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
No. The whole editor — including the PDF engine — runs in your
|
||||
<p class="faq-d-a">
|
||||
No. The whole editor, including the PDF engine, runs in your
|
||||
browser. Files are never uploaded anywhere.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Why are some paragraphs locked?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Paragraphs using fragile subset fonts or complex layouts are
|
||||
protected so your document can't be silently corrupted. Everything
|
||||
else stays fully editable.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Will the fonts match the original?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
Yes — the editor reuses the document's embedded fonts where
|
||||
<p class="faq-d-a">
|
||||
Yes. The editor reuses the document's embedded fonts where
|
||||
possible, and you can also pull in fonts installed on your device.
|
||||
</p>
|
||||
</details>
|
||||
@@ -466,7 +460,7 @@
|
||||
<select
|
||||
id="editScope"
|
||||
hidden
|
||||
title="What the Edit tool touches — narrow the scope on busy pages"
|
||||
title="What the Edit tool touches: narrow the scope on busy pages"
|
||||
data-i18n-title="tools:editPdfText.tipWhatTheEditToolTouchesNarrowTheScopeOnBus"
|
||||
>
|
||||
<option
|
||||
@@ -572,7 +566,7 @@
|
||||
|
||||
<div id="spellbar" hidden>
|
||||
<i class="ph ph-text-aa barlead"></i>
|
||||
<span id="spellWord" class="info">—</span>
|
||||
<span id="spellWord" class="info"></span>
|
||||
<input
|
||||
id="spellFix"
|
||||
placeholder="Replace with"
|
||||
@@ -699,7 +693,7 @@
|
||||
>Choose a PDF…</label
|
||||
>
|
||||
<p class="hint">
|
||||
Everything runs locally in your browser — nothing is uploaded.
|
||||
Everything runs locally in your browser, and nothing is uploaded.
|
||||
</p>
|
||||
</div>
|
||||
<div id="pageWrap" hidden>
|
||||
@@ -1228,7 +1222,7 @@
|
||||
>
|
||||
<i class="ph ph-caret-left"></i>
|
||||
</button>
|
||||
<span id="pageLabel" class="label">– / –</span>
|
||||
<span id="pageLabel" class="label">0 / 0</span>
|
||||
<input
|
||||
id="pageInput"
|
||||
class="pagebox"
|
||||
@@ -1238,7 +1232,7 @@
|
||||
title="Type a page number and press Enter"
|
||||
data-i18n-title="tools:editPdfText.tipTypeAPageNumberAndPressEnter"
|
||||
/>
|
||||
<span id="pageTotal" class="label pagetotal">/ –</span>
|
||||
<span id="pageTotal" class="label pagetotal">/ 0</span>
|
||||
<button
|
||||
id="next"
|
||||
class="btn icon"
|
||||
|
||||
+14
-20
@@ -110,7 +110,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -313,39 +313,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is edit pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+18
-26
@@ -110,7 +110,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -387,53 +387,45 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
What email formats are supported?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
BentoPDF supports both .eml (standard email format) and .msg
|
||||
(Microsoft Outlook) files. These are the most common formats for
|
||||
exported or saved emails.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is email to PDF conversion really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my emails kept private?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your email files
|
||||
never leave your device, ensuring complete privacy for sensitive
|
||||
communications.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
What about email attachments?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
The PDF displays a list of attachments at the bottom and also embeds
|
||||
the actual files into the PDF. You can access them via the
|
||||
Attachments panel in PDF readers like Adobe Reader or Foxit.
|
||||
|
||||
+14
-20
@@ -110,7 +110,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -361,39 +361,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is encrypt pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -331,39 +331,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is epub to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -110,7 +110,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -335,39 +335,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is excel to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -331,39 +331,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is extract attachments really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -340,39 +340,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is extract images really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -329,39 +329,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is extract pages really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -344,39 +344,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is extract tables really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -330,39 +330,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is fb2 to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -457,39 +457,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is fix page size really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -351,39 +351,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is flatten pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -329,55 +329,47 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
What does "font to outline" mean?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Converting fonts to outlines means transforming text characters from
|
||||
font-based representations into vector paths/curves. This ensures
|
||||
the PDF looks identical on any device, even if the original fonts
|
||||
aren't installed.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
When should I use this tool?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Use this tool when preparing PDFs for professional printing, sharing
|
||||
documents with special fonts, or when you need to ensure consistent
|
||||
appearance across different systems and devices.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Will the text still be selectable?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No. After conversion, text becomes vector graphics and is no longer
|
||||
selectable or searchable. If you need searchable text, consider
|
||||
using the OCR tool after conversion.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! All processing happens entirely in your browser using
|
||||
WebAssembly. Your files never leave your device.
|
||||
</p>
|
||||
|
||||
+15
-21
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools-upload"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -250,7 +250,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools-creator"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -650,39 +650,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is form creator really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -343,39 +343,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is form filler really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -443,39 +443,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is header footer really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -326,39 +326,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is heic to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -108,7 +108,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -353,39 +353,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is image to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -315,39 +315,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is invert colors really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -110,7 +110,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -354,39 +354,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is jpg to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -100,7 +100,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -290,39 +290,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is json to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -347,39 +347,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is linearize pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -245,39 +245,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is markdown to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+17
-23
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -260,9 +260,9 @@
|
||||
class="block text-xs text-gray-400 mt-0.5"
|
||||
data-i18n="tools:mergePdf.retainPageLabelsHint"
|
||||
>
|
||||
Off (default): the merged PDF uses natural page numbering 1–N.
|
||||
On: each file's original page labels are preserved (may produce
|
||||
duplicate labels).
|
||||
Off (default): the merged PDF uses natural page numbering 1 to
|
||||
N. On: each file's original page labels are preserved (may
|
||||
produce duplicate labels).
|
||||
</span>
|
||||
</span>
|
||||
</label>
|
||||
@@ -450,39 +450,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
How many PDFs can I merge at once?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Unlimited! Merge as many PDF files as you need in a single
|
||||
operation. No restrictions on file count or total size.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Will merging reduce PDF quality?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! BentoPDF preserves the original quality of all PDFs when
|
||||
merging. Your documents remain crisp and clear with no quality loss.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Can I reorder pages after selecting files?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! Simply drag and drop files to arrange them in any order before
|
||||
clicking the merge button.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -329,39 +329,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is mobi to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -411,39 +411,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is n up pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+17
-28
@@ -110,7 +110,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -252,17 +252,12 @@
|
||||
</div>
|
||||
|
||||
<!-- Advanced settings -->
|
||||
<details class="bg-gray-900 border border-gray-700 rounded-lg p-3">
|
||||
<summary
|
||||
class="text-sm font-medium text-gray-300 cursor-pointer flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="tools:ocrPdf.advancedSettingsSummary"
|
||||
>Advanced Settings (Recommended to improve accuracy)</span
|
||||
>
|
||||
<i
|
||||
data-lucide="chevron-down"
|
||||
class="w-4 h-4 transition-transform details-icon"
|
||||
></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<div class="mt-4 space-y-4">
|
||||
<!-- Resolution -->
|
||||
@@ -647,39 +642,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is ocr pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -336,39 +336,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is odg to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -109,7 +109,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -338,39 +338,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is odp to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -109,7 +109,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -338,39 +338,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is ods to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -329,39 +329,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is odt to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -353,39 +353,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is organize pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-29
@@ -96,7 +96,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -384,56 +384,41 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="tools:pdfOverlay.faqDifferenceQuestion"
|
||||
>What is the difference between overlay and underlay?</span
|
||||
>
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
data-i18n="tools:pdfOverlay.faqDifferenceAnswer"
|
||||
>
|
||||
<p class="faq-d-a" data-i18n="tools:pdfOverlay.faqDifferenceAnswer">
|
||||
Overlay places pages on top of your base PDF (like a watermark).
|
||||
Underlay places pages behind your base PDF (like a letterhead or
|
||||
background).
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="tools:pdfOverlay.faqSinglePageQuestion"
|
||||
>Can I use a single-page PDF as overlay for all pages?</span
|
||||
>
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
data-i18n="tools:pdfOverlay.faqSinglePageAnswer"
|
||||
>
|
||||
<p class="faq-d-a" data-i18n="tools:pdfOverlay.faqSinglePageAnswer">
|
||||
Yes! Enable the "Loop" option and your overlay PDF pages will repeat
|
||||
across all base pages. A single-page watermark will apply to every
|
||||
page.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
<span data-i18n="tools:pdfOverlay.faqPrivacyQuestion"
|
||||
>Are my files private and secure?</span
|
||||
>
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p
|
||||
class="mt-3 text-gray-400"
|
||||
data-i18n="tools:pdfOverlay.faqPrivacyAnswer"
|
||||
>
|
||||
<p class="faq-d-a" data-i18n="tools:pdfOverlay.faqPrivacyAnswer">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -343,39 +343,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is page dimensions really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -375,39 +375,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is page numbers really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -337,39 +337,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is pages to pdf really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -555,39 +555,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is pdf booklet really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -226,7 +226,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -482,39 +482,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is pdf layers really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -311,39 +311,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is pdf to bmp really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -98,7 +98,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -558,41 +558,35 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
What is a CBZ file?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
CBZ (Comic Book ZIP) is a popular format for digital comics and
|
||||
manga. It's simply a ZIP archive containing page images, supported
|
||||
by most comic book readers like Komga, Kavita, and CDisplayEx.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Which image format should I use?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
JPEG is best for color comics (smaller files). PNG is ideal for
|
||||
black-and-white manga (lossless quality). WebP offers the best
|
||||
compression but may not work in older readers.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
What is ComicInfo.xml?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
ComicInfo.xml is a metadata file embedded in the CBZ that stores
|
||||
information like title, author, and reading direction. Comic library
|
||||
managers like Komga and Kavita use it to organize your collection.
|
||||
|
||||
+14
-20
@@ -106,7 +106,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -295,39 +295,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is pdf to csv really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -110,7 +110,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools"
|
||||
@@ -326,39 +326,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is pdf to docx really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -109,7 +109,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -298,39 +298,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is pdf to excel really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -313,39 +313,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is pdf to greyscale really free?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! BentoPDF is 100% free with no hidden fees, no signup required,
|
||||
and unlimited file processing.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are my files private and secure?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Absolutely! All processing happens in your browser. Your files never
|
||||
leave your device, ensuring complete privacy.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Is there a file size limit?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
No! Process files of any size, as many times as you want, completely
|
||||
free.
|
||||
</p>
|
||||
|
||||
+14
-20
@@ -110,7 +110,7 @@
|
||||
>
|
||||
<button
|
||||
id="back-to-tools"
|
||||
class="flex items-center gap-2 text-indigo-400 hover:text-indigo-300 mb-6 font-semibold"
|
||||
class="flex items-center gap-2 text-indigo-300 hover:text-indigo-400 mb-6 font-semibold"
|
||||
>
|
||||
<i data-lucide="arrow-left" class="cursor-pointer"></i>
|
||||
<span class="cursor-pointer" data-i18n="tools.backToTools">
|
||||
@@ -362,39 +362,33 @@
|
||||
>
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<div class="faq-list">
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
What quality should I choose?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Use High or Maximum for print-quality images, Medium for web use, or
|
||||
Low to save disk space. Higher quality produces larger file sizes.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Can I convert specific pages only?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes! You can choose to convert all pages or select specific pages
|
||||
you want as JPG images.
|
||||
</p>
|
||||
</details>
|
||||
<details class="bg-gray-800 p-5 rounded-lg border border-gray-700">
|
||||
<summary
|
||||
class="cursor-pointer font-semibold text-white flex items-center justify-between"
|
||||
>
|
||||
<details class="faq-d">
|
||||
<summary class="faq-d-q">
|
||||
Are the JPG files compressed?
|
||||
<i data-lucide="chevron-down" class="w-5 h-5"></i>
|
||||
<i data-lucide="plus" class="faq-d-icon"></i>
|
||||
</summary>
|
||||
<p class="mt-3 text-gray-400">
|
||||
<p class="faq-d-a">
|
||||
Yes, JPG is a compressed format. You control the quality level -
|
||||
higher quality means less compression and larger files.
|
||||
</p>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user