mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-09-22 09:44:51 +02:00
633 lines
28 KiB
HTML
633 lines
28 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- Primary Meta Tags -->
|
|
<title>PDF Converter - Free Online PDF Converter Tools | BentoPDF</title>
|
|
<meta
|
|
name="description"
|
|
content="Convert PDFs to 40+ formats and vice versa. Free online PDF converter - Word, Excel, JPG, PNG, and more. Privacy-first conversion in your browser."
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="pdf converter, word to pdf, excel to pdf, powerpoint to pdf, jpg to pdf, png to pdf, image to pdf, webp to pdf, svg to pdf, heic to pdf, tiff to pdf, bmp to pdf, text to pdf, markdown to pdf, csv to pdf, json to pdf, pdf to word, pdf to excel, pdf to jpg, pdf to png, pdf to text, pdf to markdown, pdf to csv, pdf to json, pdf to svg, pdf to webp, pdf to tiff, pdf to bmp, pdf to greyscale, pdf to pdf/a, pdf to zip, odt to pdf, ods to pdf, odp to pdf, odg to pdf, rtf to pdf, epub to pdf, mobi to pdf, cbz to pdf, fb2 to pdf, psd to pdf, xps to pdf, pages to pdf, pub to pdf, vsd to pdf, wpd to pdf, wps to pdf, xml to pdf"
|
|
/>
|
|
<meta name="author" content="BentoPDF" />
|
|
<meta name="robots" content="index, follow, max-image-preview:large" />
|
|
|
|
<!-- Canonical URL -->
|
|
<link rel="canonical" href="https://www.bentopdf.com/pdf-converter" />
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://www.bentopdf.com/pdf-converter" />
|
|
<meta
|
|
property="og:title"
|
|
content="PDF Converter - Free Online PDF Converter Tools | BentoPDF"
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content="Convert PDFs to 40+ formats and vice versa. Free online PDF converter - Word, Excel, JPG, PNG, and more. Privacy-first conversion in your browser."
|
|
/>
|
|
<meta
|
|
property="og:image"
|
|
content="https://www.bentopdf.com/images/og-pdf-converter.png"
|
|
/>
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:site_name" content="BentoPDF" />
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="PDF Converter - Free Online Tools" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="Convert PDFs to 40+ formats and vice versa. Free online PDF converter - Word, Excel, JPG, PNG, and more. Privacy-first conversion in your browser."
|
|
/>
|
|
<meta
|
|
name="twitter:image"
|
|
content="https://www.bentopdf.com/images/twitter-pdf-converter.png"
|
|
/>
|
|
<meta name="twitter:site" content="@BentoPDF" />
|
|
|
|
<link href="/src/css/styles.css" rel="stylesheet" />
|
|
<script type="module">
|
|
import '@phosphor-icons/web/regular';
|
|
</script>
|
|
|
|
<!-- Web App Manifest -->
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
|
|
<!-- Favicons -->
|
|
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="192x192"
|
|
href="/images/favicon-192x192.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="512x512"
|
|
href="/images/favicon-512x512.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/images/apple-touch-icon.png"
|
|
/>
|
|
<link rel="icon" href="/favicon.ico" sizes="32x32" />
|
|
</head>
|
|
|
|
<body class="antialiased bg-gray-900">
|
|
<!-- Navigation -->
|
|
{{> navbar }}
|
|
|
|
<!-- Hero Section -->
|
|
<section class="container mx-auto px-4 py-12 md:py-16">
|
|
<div class="max-w-4xl mx-auto text-center">
|
|
<h1 class="text-3xl md:text-5xl font-bold text-white mb-6">
|
|
PDF Converter - Free Online PDF Conversion Tools
|
|
</h1>
|
|
<p class="text-lg md:text-xl text-gray-300 mb-8">
|
|
Convert your PDFs to and from 40+ different file formats with
|
|
BentoPDF's comprehensive conversion tools. Transform PDFs to Word,
|
|
Excel, images, text, and many other formats - or convert files into
|
|
PDFs. All conversions happen locally in your browser, ensuring
|
|
complete privacy. No file uploads, no cloud processing, completely
|
|
free.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Tools Grid Section -->
|
|
<section class="container mx-auto px-4 py-8">
|
|
<h2 class="text-2xl md:text-3xl font-bold text-white mb-6 text-center">
|
|
All PDF Converter Tools
|
|
</h2>
|
|
|
|
<div
|
|
class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-4"
|
|
>
|
|
<a href="/word-to-pdf" class="tool-card">
|
|
<i
|
|
class="ph ph-microsoft-word-logo text-4xl text-indigo-400 mb-2"
|
|
></i>
|
|
<h3 class="font-semibold text-white">Word to PDF</h3>
|
|
<p class="text-gray-400 text-sm">DOCX, DOC to PDF</p>
|
|
</a>
|
|
<a href="/excel-to-pdf" class="tool-card">
|
|
<i
|
|
class="ph ph-microsoft-excel-logo text-4xl text-indigo-400 mb-2"
|
|
></i>
|
|
<h3 class="font-semibold text-white">Excel to PDF</h3>
|
|
<p class="text-gray-400 text-sm">XLSX, XLS to PDF</p>
|
|
</a>
|
|
<a href="/powerpoint-to-pdf" class="tool-card">
|
|
<i
|
|
class="ph ph-microsoft-powerpoint-logo text-4xl text-indigo-400 mb-2"
|
|
></i>
|
|
<h3 class="font-semibold text-white">PowerPoint to PDF</h3>
|
|
<p class="text-gray-400 text-sm">PPTX, PPT to PDF</p>
|
|
</a>
|
|
<a href="/jpg-to-pdf" class="tool-card">
|
|
<i class="ph ph-file-jpg text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">JPG to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Convert images</p>
|
|
</a>
|
|
<a href="/png-to-pdf" class="tool-card">
|
|
<i class="ph ph-file-png text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PNG to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Convert images</p>
|
|
</a>
|
|
<a href="/image-to-pdf" class="tool-card">
|
|
<i class="ph ph-images text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">Image to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Any image to PDF</p>
|
|
</a>
|
|
<a href="/webp-to-pdf" class="tool-card">
|
|
<i class="ph ph-image text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">WebP to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Modern format</p>
|
|
</a>
|
|
<a href="/svg-to-pdf" class="tool-card">
|
|
<i class="ph ph-file-svg text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">SVG to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Vector to PDF</p>
|
|
</a>
|
|
<a href="/heic-to-pdf" class="tool-card">
|
|
<i class="ph ph-device-mobile text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">HEIC to PDF</h3>
|
|
<p class="text-gray-400 text-sm">iPhone photos</p>
|
|
</a>
|
|
<a href="/tiff-to-pdf" class="tool-card">
|
|
<i class="ph ph-image text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">TIFF to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Convert TIFF</p>
|
|
</a>
|
|
<a href="/bmp-to-pdf" class="tool-card">
|
|
<i class="ph ph-image text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">BMP to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Convert BMP</p>
|
|
</a>
|
|
<a href="/txt-to-pdf" class="tool-card">
|
|
<i class="ph ph-text-t text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">Text to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Plain text</p>
|
|
</a>
|
|
<a href="/markdown-to-pdf" class="tool-card">
|
|
<i class="ph ph-markdown-logo text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">Markdown to PDF</h3>
|
|
<p class="text-gray-400 text-sm">MD to PDF</p>
|
|
</a>
|
|
<a href="/csv-to-pdf" class="tool-card">
|
|
<i class="ph ph-file-csv text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">CSV to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Spreadsheet</p>
|
|
</a>
|
|
<a href="/json-to-pdf" class="tool-card">
|
|
<i class="ph ph-file-code text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">JSON to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Data to PDF</p>
|
|
</a>
|
|
<a href="/pdf-to-word" class="tool-card">
|
|
<i
|
|
class="ph ph-microsoft-word-logo text-4xl text-indigo-400 mb-2"
|
|
></i>
|
|
<h3 class="font-semibold text-white">PDF to Word</h3>
|
|
<p class="text-gray-400 text-sm">Editable DOCX</p>
|
|
</a>
|
|
<a href="/pdf-to-excel" class="tool-card">
|
|
<i
|
|
class="ph ph-microsoft-excel-logo text-4xl text-indigo-400 mb-2"
|
|
></i>
|
|
<h3 class="font-semibold text-white">PDF to Excel</h3>
|
|
<p class="text-gray-400 text-sm">Extract tables</p>
|
|
</a>
|
|
<a href="/pdf-to-jpg" class="tool-card">
|
|
<i class="ph ph-file-image text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to JPG</h3>
|
|
<p class="text-gray-400 text-sm">Convert to images</p>
|
|
</a>
|
|
<a href="/pdf-to-png" class="tool-card">
|
|
<i class="ph ph-file-image text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to PNG</h3>
|
|
<p class="text-gray-400 text-sm">Convert to images</p>
|
|
</a>
|
|
<a href="/pdf-to-text" class="tool-card">
|
|
<i class="ph ph-text-aa text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to Text</h3>
|
|
<p class="text-gray-400 text-sm">Extract text</p>
|
|
</a>
|
|
<a href="/pdf-to-markdown" class="tool-card">
|
|
<i class="ph ph-markdown-logo text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to Markdown</h3>
|
|
<p class="text-gray-400 text-sm">Extract as MD</p>
|
|
</a>
|
|
<a href="/pdf-to-csv" class="tool-card">
|
|
<i class="ph ph-file-csv text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to CSV</h3>
|
|
<p class="text-gray-400 text-sm">Extract tables</p>
|
|
</a>
|
|
<a href="/pdf-to-json" class="tool-card">
|
|
<i class="ph ph-file-code text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to JSON</h3>
|
|
<p class="text-gray-400 text-sm">Structured data</p>
|
|
</a>
|
|
<a href="/pdf-to-svg" class="tool-card">
|
|
<i class="ph ph-file-code text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to SVG</h3>
|
|
<p class="text-gray-400 text-sm">Vector output</p>
|
|
</a>
|
|
<a href="/pdf-to-webp" class="tool-card">
|
|
<i class="ph ph-file-image text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to WebP</h3>
|
|
<p class="text-gray-400 text-sm">Modern format</p>
|
|
</a>
|
|
<a href="/pdf-to-tiff" class="tool-card">
|
|
<i class="ph ph-file-image text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to TIFF</h3>
|
|
<p class="text-gray-400 text-sm">Convert to TIFF</p>
|
|
</a>
|
|
<a href="/pdf-to-bmp" class="tool-card">
|
|
<i class="ph ph-file-image text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to BMP</h3>
|
|
<p class="text-gray-400 text-sm">Convert to BMP</p>
|
|
</a>
|
|
<a href="/pdf-to-greyscale" class="tool-card">
|
|
<i class="ph ph-palette text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to Greyscale</h3>
|
|
<p class="text-gray-400 text-sm">Remove colors</p>
|
|
</a>
|
|
<a href="/pdf-to-pdfa" class="tool-card">
|
|
<i class="ph ph-archive text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to PDF/A</h3>
|
|
<p class="text-gray-400 text-sm">Archive format</p>
|
|
</a>
|
|
<a href="/pdf-to-zip" class="tool-card">
|
|
<i class="ph ph-file-zip text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PDF to ZIP</h3>
|
|
<p class="text-gray-400 text-sm">Package files</p>
|
|
</a>
|
|
<a href="/odt-to-pdf" class="tool-card">
|
|
<i class="ph ph-file text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">ODT to PDF</h3>
|
|
<p class="text-gray-400 text-sm">OpenDocument</p>
|
|
</a>
|
|
<a href="/ods-to-pdf" class="tool-card">
|
|
<i class="ph ph-table text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">ODS to PDF</h3>
|
|
<p class="text-gray-400 text-sm">OpenDocument</p>
|
|
</a>
|
|
<a href="/odp-to-pdf" class="tool-card">
|
|
<i class="ph ph-presentation text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">ODP to PDF</h3>
|
|
<p class="text-gray-400 text-sm">OpenDocument</p>
|
|
</a>
|
|
<a href="/odg-to-pdf" class="tool-card">
|
|
<i class="ph ph-image text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">ODG to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Graphics</p>
|
|
</a>
|
|
<a href="/rtf-to-pdf" class="tool-card">
|
|
<i class="ph ph-file-text text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">RTF to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Rich text</p>
|
|
</a>
|
|
<a href="/epub-to-pdf" class="tool-card">
|
|
<i class="ph ph-book-open-text text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">EPUB to PDF</h3>
|
|
<p class="text-gray-400 text-sm">E-book format</p>
|
|
</a>
|
|
<a href="/mobi-to-pdf" class="tool-card">
|
|
<i class="ph ph-book-open-text text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">MOBI to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Kindle format</p>
|
|
</a>
|
|
<a href="/cbz-to-pdf" class="tool-card">
|
|
<i class="ph ph-book-open text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">CBZ to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Comic archive</p>
|
|
</a>
|
|
<a href="/fb2-to-pdf" class="tool-card">
|
|
<i class="ph ph-book-bookmark text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">FB2 to PDF</h3>
|
|
<p class="text-gray-400 text-sm">FictionBook</p>
|
|
</a>
|
|
<a href="/psd-to-pdf" class="tool-card">
|
|
<i class="ph ph-image text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PSD to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Photoshop</p>
|
|
</a>
|
|
<a href="/xps-to-pdf" class="tool-card">
|
|
<i class="ph ph-scan text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">XPS to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Microsoft XPS</p>
|
|
</a>
|
|
<a href="/pages-to-pdf" class="tool-card">
|
|
<i class="ph ph-file-text text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">Pages to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Apple Pages</p>
|
|
</a>
|
|
<a href="/pub-to-pdf" class="tool-card">
|
|
<i class="ph ph-book-open text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">PUB to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Publisher</p>
|
|
</a>
|
|
<a href="/vsd-to-pdf" class="tool-card">
|
|
<i class="ph ph-git-branch text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">VSD to PDF</h3>
|
|
<p class="text-gray-400 text-sm">Visio</p>
|
|
</a>
|
|
<a href="/wpd-to-pdf" class="tool-card">
|
|
<i class="ph ph-file-text text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">WPD to PDF</h3>
|
|
<p class="text-gray-400 text-sm">WordPerfect</p>
|
|
</a>
|
|
<a href="/wps-to-pdf" class="tool-card">
|
|
<i class="ph ph-file-text text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">WPS to PDF</h3>
|
|
<p class="text-gray-400 text-sm">WPS Office</p>
|
|
</a>
|
|
<a href="/xml-to-pdf" class="tool-card">
|
|
<i class="ph ph-file-code text-4xl text-indigo-400 mb-2"></i>
|
|
<h3 class="font-semibold text-white">XML to PDF</h3>
|
|
<p class="text-gray-400 text-sm">XML data</p>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Why Choose Section -->
|
|
<section class="container mx-auto px-4 py-12">
|
|
<div class="max-w-4xl mx-auto">
|
|
<h2 class="text-2xl md:text-3xl font-bold text-white mb-8 text-center">
|
|
Why Use BentoPDF PDF Converter Tools?
|
|
</h2>
|
|
|
|
<div class="grid md:grid-cols-2 gap-6">
|
|
<div class="bg-gray-800 p-6 rounded-lg border border-gray-700">
|
|
<i class="ph ph-shield-check text-5xl text-indigo-400 mb-4"></i>
|
|
<h3 class="text-xl font-semibold text-white mb-2">
|
|
100% Privacy-First
|
|
</h3>
|
|
<p class="text-gray-400">
|
|
All operations happen in your browser. Your files never leave your
|
|
device, never uploaded to servers. Complete privacy guaranteed.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="bg-gray-800 p-6 rounded-lg border border-gray-700">
|
|
<i class="ph ph-infinity text-5xl text-purple-400 mb-4"></i>
|
|
<h3 class="text-xl font-semibold text-white mb-2">
|
|
Unlimited & Free
|
|
</h3>
|
|
<p class="text-gray-400">
|
|
Use all tools as many times as you want, with files of any size.
|
|
No file limits, no tool limits. Completely free forever.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="bg-gray-800 p-6 rounded-lg border border-gray-700">
|
|
<i class="ph ph-lightning text-5xl text-yellow-400 mb-4"></i>
|
|
<h3 class="text-xl font-semibold text-white mb-2">
|
|
Lightning Fast
|
|
</h3>
|
|
<p class="text-gray-400">
|
|
Browser-based processing means instant results. No waiting for
|
|
uploads or downloads. Works offline after page load.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="bg-gray-800 p-6 rounded-lg border border-gray-700">
|
|
<i class="ph ph-user-minus text-5xl text-red-400 mb-4"></i>
|
|
<h3 class="text-xl font-semibold text-white mb-2">
|
|
No Signup Required
|
|
</h3>
|
|
<p class="text-gray-400">
|
|
Start using tools immediately. No account creation, no email, no
|
|
personal information needed. Just open and use.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- FAQ Section -->
|
|
<section class="container mx-auto px-4 py-12">
|
|
<div class="max-w-4xl mx-auto">
|
|
<h2 class="text-2xl md:text-3xl font-bold text-white mb-6 text-center">
|
|
Frequently Asked Questions
|
|
</h2>
|
|
|
|
<div class="faq-list">
|
|
<details class="faq-d">
|
|
<summary class="faq-d-q">
|
|
Which file formats can I convert to PDF?
|
|
<i data-lucide="plus" class="faq-d-icon"></i>
|
|
</summary>
|
|
<p class="faq-d-a">
|
|
Word, Excel, and PowerPoint files (including the older DOC, XLS,
|
|
and PPT formats), OpenDocument text, spreadsheets, presentations,
|
|
and drawings, RTF, plain text, Markdown, CSV, XML, ebooks in EPUB,
|
|
MOBI, FB2, and CBZ, XPS, Publisher, Visio, WordPerfect, Microsoft
|
|
Works, Apple Pages, and images in JPG, PNG, HEIC, WebP, TIFF, BMP,
|
|
SVG, and PSD. If you have a folder of mixed image types,
|
|
<a
|
|
href="/image-to-pdf"
|
|
class="text-indigo-300 hover:text-indigo-400"
|
|
>Images to PDF</a
|
|
>
|
|
accepts them all in one batch and puts each image on its own page.
|
|
</p>
|
|
</details>
|
|
<details class="faq-d">
|
|
<summary class="faq-d-q">
|
|
What can I convert a PDF into?
|
|
<i data-lucide="plus" class="faq-d-icon"></i>
|
|
</summary>
|
|
<p class="faq-d-a">
|
|
Word (DOCX), Excel (XLSX), CSV, plain text, Markdown, SVG, and
|
|
page images in JPG, PNG, WebP, TIFF, or BMP, with multi-page PDFs
|
|
delivered as a ZIP holding one image per page. For long-term
|
|
archiving,
|
|
<a
|
|
href="/pdf-to-pdfa"
|
|
class="text-indigo-300 hover:text-indigo-400"
|
|
>PDF to PDF/A</a
|
|
>
|
|
outputs PDF/A-1b, 2b, or 3b, and a separate tool turns a color PDF
|
|
into a grayscale one.
|
|
</p>
|
|
</details>
|
|
<details class="faq-d">
|
|
<summary class="faq-d-q">
|
|
Does PDF to Word keep the layout?
|
|
<i data-lucide="plus" class="faq-d-icon"></i>
|
|
</summary>
|
|
<p class="faq-d-a">
|
|
<a
|
|
href="/pdf-to-word"
|
|
class="text-indigo-300 hover:text-indigo-400"
|
|
>PDF to Word</a
|
|
>
|
|
rebuilds the document with its text, basic formatting, and general
|
|
layout, and it can convert a batch of files in one run. Pages with
|
|
multiple columns, embedded forms, or heavy graphics may not come
|
|
across perfectly, so expect to tidy those up in your word
|
|
processor.
|
|
</p>
|
|
</details>
|
|
<details class="faq-d">
|
|
<summary class="faq-d-q">
|
|
Why is my converted Word or text file empty?
|
|
<i data-lucide="plus" class="faq-d-icon"></i>
|
|
</summary>
|
|
<p class="faq-d-a">
|
|
The PDF is almost certainly a scan, which stores each page as a
|
|
picture with no text layer, so PDF to Word, PDF to Text, and the
|
|
table converters have nothing to pull out. Run the file through
|
|
<a href="/ocr-pdf" class="text-indigo-300 hover:text-indigo-400"
|
|
>OCR PDF</a
|
|
>
|
|
first to add a searchable text layer, then convert the result.
|
|
</p>
|
|
</details>
|
|
<details class="faq-d">
|
|
<summary class="faq-d-q">
|
|
Can I get tables out of a PDF into Excel?
|
|
<i data-lucide="plus" class="faq-d-icon"></i>
|
|
</summary>
|
|
<p class="faq-d-a">
|
|
<a
|
|
href="/pdf-to-excel"
|
|
class="text-indigo-300 hover:text-indigo-400"
|
|
>PDF to Excel</a
|
|
>
|
|
scans every page for tables and writes each one to its own
|
|
worksheet, named after the page it came from. If it reports that
|
|
no tables were found, the PDF lays the data out as loose text
|
|
rather than a real table structure; PDF to CSV and Extract Tables
|
|
rely on the same detection, so try PDF to Text to grab the raw
|
|
content instead.
|
|
</p>
|
|
</details>
|
|
<details class="faq-d">
|
|
<summary class="faq-d-q">
|
|
Do I need Microsoft Office installed to convert Word, Excel, or
|
|
PowerPoint files?
|
|
<i data-lucide="plus" class="faq-d-icon"></i>
|
|
</summary>
|
|
<p class="faq-d-a">
|
|
No. Those files, along with Publisher, Visio, RTF, and
|
|
WordPerfect, are converted by a LibreOffice engine that runs
|
|
inside your browser, so there's nothing to install;
|
|
<a
|
|
href="/word-to-pdf"
|
|
class="text-indigo-300 hover:text-indigo-400"
|
|
>Word to PDF</a
|
|
>, for example, also takes DOC, ODT, and RTF directly. The engine
|
|
downloads once per session, which makes the first conversion take
|
|
a few seconds longer than the ones after it.
|
|
</p>
|
|
</details>
|
|
<details class="faq-d">
|
|
<summary class="faq-d-q">
|
|
Will converting a PDF to JPG or PNG lose quality?
|
|
<i data-lucide="plus" class="faq-d-icon"></i>
|
|
</summary>
|
|
<p class="faq-d-a">
|
|
Pages are rendered at twice their native size, so a letter-size
|
|
page becomes an image of roughly 1,224 by 1,584 pixels.
|
|
<a
|
|
href="/pdf-to-jpg"
|
|
class="text-indigo-300 hover:text-indigo-400"
|
|
>PDF to JPG</a
|
|
>
|
|
is lossy with a quality slider that defaults to 90%, which keeps a
|
|
good balance between sharpness and file size; PDF to PNG and PDF
|
|
to TIFF are lossless, and PNG adds a scale control from 1x to 3x
|
|
for print-quality output.
|
|
</p>
|
|
</details>
|
|
<details class="faq-d">
|
|
<summary class="faq-d-q">
|
|
Are my files uploaded to a server during conversion?
|
|
<i data-lucide="plus" class="faq-d-icon"></i>
|
|
</summary>
|
|
<p class="faq-d-a">
|
|
No. Every converter on this page, including the Office, ebook, and
|
|
image converters, runs as WebAssembly inside your browser tab, so
|
|
the file is read from your device and the result is written
|
|
straight back to it. There's no upload queue, no server copy, and
|
|
nothing to delete afterward.
|
|
</p>
|
|
</details>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
{{> footer }}
|
|
|
|
<script type="module" src="/src/js/utils/lucide-init.ts"></script>
|
|
<script type="module" src="/src/js/mobileMenu.ts"></script>
|
|
<script type="module" src="/src/js/main.ts"></script>
|
|
|
|
<!-- Fix BASE_URL for subdirectory deployment -->
|
|
<script type="module">
|
|
const BASE_URL = import.meta.env.BASE_URL;
|
|
|
|
// Update all links that have literal / placeholder
|
|
document.querySelectorAll('a[href*="$"]').forEach((link) => {
|
|
if (link.href.includes('/')) {
|
|
const newHref = link
|
|
.getAttribute('href')
|
|
.replace(/${BASE_URL}/g, BASE_URL);
|
|
link.setAttribute('href', newHref);
|
|
}
|
|
});
|
|
|
|
// Update all src attributes
|
|
document.querySelectorAll('[src*="$"]').forEach((elem) => {
|
|
if (elem.src.includes('/')) {
|
|
const newSrc = elem
|
|
.getAttribute('src')
|
|
.replace(/${BASE_URL}/g, BASE_URL);
|
|
elem.setAttribute('src', newSrc);
|
|
}
|
|
});
|
|
</script>
|
|
|
|
<!-- JSON-LD CollectionPage Schema -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "CollectionPage",
|
|
"name": "PDF Converter Tools",
|
|
"description": "Convert PDFs to 40+ formats and vice versa. Free online PDF converter - Word, Excel, JPG, PNG, and more. Privacy-first conversion in your browser.",
|
|
"url": "https://www.bentopdf.com/pdf-converter",
|
|
"breadcrumb": {
|
|
"@type": "BreadcrumbList",
|
|
"itemListElement": [
|
|
{
|
|
"@type": "ListItem",
|
|
"position": 1,
|
|
"name": "Home",
|
|
"item": "https://www.bentopdf.com"
|
|
},
|
|
{
|
|
"@type": "ListItem",
|
|
"position": 2,
|
|
"name": "PDF Converter",
|
|
"item": "https://www.bentopdf.com/pdf-converter"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|