2025-11-10 18:41:48 +05:30
|
|
|
<!doctype html>
|
2025-11-20 19:58:41 +05:30
|
|
|
<html lang="en" class="overflow-hidden">
|
2025-11-10 18:41:48 +05:30
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-12-30 12:36:30 +05:30
|
|
|
|
|
|
|
|
<!-- Primary Meta Tags -->
|
|
|
|
|
<title>Pdf Multi Tool Online Free - Pdf Multi Tool Tool | BentoPDF</title>
|
|
|
|
|
<meta name="title" content="Pdf Multi Tool Online Free - Pdf Multi Tool Tool | BentoPDF">
|
|
|
|
|
<meta name="description"
|
|
|
|
|
content="★ Pdf Multi Tool online free - Pdf multi tool PDFs easily ★ No signup ★ Unlimited files ★ Privacy-first ★ Works in browser ★ Fast & secure">
|
|
|
|
|
<meta name="keywords" content="pdf multi tool, pdf multi tool, online pdf">
|
|
|
|
|
<meta name="author" content="BentoPDF">
|
|
|
|
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
|
|
|
|
|
|
|
|
|
<!-- Canonical URL -->
|
|
|
|
|
<link rel="canonical" href="https://www.bentopdf.com/pdf-multi-tool">
|
|
|
|
|
|
|
|
|
|
<!-- Open Graph / Facebook / LinkedIn -->
|
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
|
<meta property="og:url" content="https://www.bentopdf.com/pdf-multi-tool">
|
|
|
|
|
<meta property="og:title" content="Pdf Multi Tool Online Free - Pdf Multi Tool Tool | BentoPDF">
|
|
|
|
|
<meta property="og:description"
|
|
|
|
|
content="★ Pdf Multi Tool online free - Pdf multi tool PDFs easily ★ No signup ★ Unlimited files ★ Privacy-first ★ Works in browser ★ Fast & secure">
|
|
|
|
|
<meta property="og:image" content="https://www.bentopdf.com/images/og-pdf-multi-tool.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:url" content="https://www.bentopdf.com/pdf-multi-tool">
|
|
|
|
|
<meta name="twitter:title" content="Pdf Multi Tool Free">
|
|
|
|
|
<meta name="twitter:description"
|
|
|
|
|
content="★ Pdf Multi Tool online free - Pdf multi tool PDFs easily ★ No signup ★ Unlimited files ★ Privacy-first ★ Works in brows">
|
|
|
|
|
<meta name="twitter:image" content="https://www.bentopdf.com/images/twitter-pdf-multi-tool.png">
|
|
|
|
|
<meta name="twitter:site" content="@BentoPDF">
|
|
|
|
|
|
|
|
|
|
<!-- Mobile Web App -->
|
|
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
|
<meta name="apple-mobile-web-app-title" content="Pdf Multi Tool">
|
|
|
|
|
|
|
|
|
|
|
2025-11-10 18:41:48 +05:30
|
|
|
<title>PDF Multi Tool - BentoPDF</title>
|
2025-12-01 12:44:34 +05:30
|
|
|
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
|
|
|
|
|
<link rel="icon" type="image/png" href="/images/favicon.png" />
|
|
|
|
|
<link rel="apple-touch-icon" href="/images/favicon.png" />
|
|
|
|
|
<link rel="icon" href="/favicon.ico" sizes="any" />
|
2025-12-11 19:34:14 +05:30
|
|
|
<link rel="alternate" hreflang="en" href="/en/pdf-multi-tool.html" />
|
|
|
|
|
<link rel="alternate" hreflang="de" href="/de/pdf-multi-tool.html" />
|
2025-12-12 08:49:23 +07:00
|
|
|
<link rel="alternate" hreflang="vi" href="/vi/pdf-multi-tool.html" />
|
2025-12-11 19:34:14 +05:30
|
|
|
<link rel="alternate" hreflang="x-default" href="/en/pdf-multi-tool.html" />
|
|
|
|
|
<link href="/src/css/styles.css" rel="stylesheet" />
|
2025-11-10 23:04:41 +05:30
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
/* Hide scrollbar for toolbar overflow */
|
|
|
|
|
.scrollbar-hide::-webkit-scrollbar {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scrollbar-hide {
|
|
|
|
|
-ms-overflow-style: none;
|
|
|
|
|
scrollbar-width: none;
|
|
|
|
|
}
|
2025-11-20 19:58:41 +05:30
|
|
|
|
2025-11-16 20:23:59 +05:30
|
|
|
/* Fix for mobile toolbar to prevent movement during drag operations */
|
|
|
|
|
.toolbar-container {
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
transform: translateZ(0);
|
|
|
|
|
will-change: transform;
|
|
|
|
|
}
|
2025-11-20 19:58:41 +05:30
|
|
|
|
2025-11-16 20:23:59 +05:30
|
|
|
/* Prevent layout shifts during dragging */
|
|
|
|
|
body.dragging {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2025-11-10 23:04:41 +05:30
|
|
|
</style>
|
2025-11-10 18:41:48 +05:30
|
|
|
</head>
|
|
|
|
|
|
2025-11-20 19:58:41 +05:30
|
|
|
<body class="antialiased bg-gray-900 h-[100dvh] overflow-hidden flex flex-col">
|
2025-11-10 23:04:41 +05:30
|
|
|
|
2025-11-10 18:41:48 +05:30
|
|
|
<!-- Navigation -->
|
2025-11-20 19:58:41 +05:30
|
|
|
<nav class="bg-gray-800 border-b border-gray-700 flex-none z-30">
|
2025-11-10 18:41:48 +05:30
|
|
|
<div class="container mx-auto px-4">
|
|
|
|
|
<div class="flex justify-between items-center h-16">
|
|
|
|
|
<div class="flex-shrink-0 flex items-center">
|
2025-12-11 19:34:14 +05:30
|
|
|
<img src="/images/favicon.svg" alt="Bento PDF Logo" class="h-8 w-8" />
|
2025-11-10 18:41:48 +05:30
|
|
|
<span class="text-white font-bold text-xl ml-2">
|
2025-12-11 19:34:14 +05:30
|
|
|
<a href="/">BentoPDF</a>
|
2025-11-10 18:41:48 +05:30
|
|
|
</span>
|
2025-11-10 23:04:41 +05:30
|
|
|
<span class="text-gray-400 ml-3 text-sm sm:text-base">PDF Multi Tool</span>
|
2025-11-10 18:41:48 +05:30
|
|
|
</div>
|
|
|
|
|
<button id="close-tool-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 bg-gray-700 hover:bg-gray-600 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-12-12 12:54:06 +00:00
|
|
|
<i data-lucide="x" class="w-4 h-4 sm:w-5 sm:h-5"></i> <span data-i18n="common.close">Close</span>
|
2025-11-10 18:41:48 +05:30
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
|
2025-12-30 12:36:30 +05:30
|
|
|
<!-- SEO H1 (visually hidden but present for search engines) -->
|
|
|
|
|
<h1 class="sr-only">PDF Multi Tool Free Online - Edit & Organize PDFs</h1>
|
|
|
|
|
|
2025-11-10 18:41:48 +05:30
|
|
|
<!-- Main Container -->
|
2025-11-20 19:58:41 +05:30
|
|
|
<div class="flex flex-col flex-1 overflow-hidden relative">
|
2025-11-10 23:04:41 +05:30
|
|
|
|
2025-11-10 18:41:48 +05:30
|
|
|
<!-- Toolbar -->
|
2025-11-20 19:58:41 +05:30
|
|
|
<div class="bg-gray-800 border-b border-gray-700 p-2 sm:p-3 toolbar-container flex-none z-20">
|
2025-11-10 23:04:41 +05:30
|
|
|
<div
|
|
|
|
|
class="flex flex-wrap items-center justify-center sm:justify-start gap-2 bg-gray-900 p-2 sm:p-4 rounded-lg w-full">
|
|
|
|
|
|
|
|
|
|
<!-- Upload -->
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="upload-pdfs-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-indigo-600 hover:bg-indigo-700 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-10 21:54:41 +05:30
|
|
|
<i data-lucide="upload" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden sm:inline" data-i18n="multiTool.uploadPdfs">Upload PDFs</span>
|
|
|
|
|
<span class="sm:hidden" data-i18n="multiTool.upload">Upload</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
|
|
|
|
<div class="border-l border-gray-600 h-5 sm:h-6 mx-1"></div>
|
|
|
|
|
|
2025-11-13 11:26:40 +05:30
|
|
|
|
2025-11-10 23:04:41 +05:30
|
|
|
<!-- Add Blank -->
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="add-blank-page-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-gray-700 hover:bg-gray-600 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-10 21:54:41 +05:30
|
|
|
<i data-lucide="file-plus" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden sm:inline" data-i18n="multiTool.addBlankPage">Add Blank Page</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
|
|
|
|
<div class="border-l border-gray-600 h-5 sm:h-6 mx-1"></div>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="text-gray-400 text-xs sm:text-sm md:inline" data-i18n="multiTool.edit">Edit:</span>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Undo / Redo / Reset -->
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="undo-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-gray-700 hover:bg-gray-600 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-13 11:26:40 +05:30
|
|
|
<i data-lucide="undo-2" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden lg:inline" data-i18n="multiTool.undo">Undo</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="redo-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-gray-700 hover:bg-gray-600 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-13 11:26:40 +05:30
|
|
|
<i data-lucide="redo-2" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden lg:inline" data-i18n="multiTool.redo">Redo</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="reset-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-gray-700 hover:bg-gray-600 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-10 21:54:41 +05:30
|
|
|
<i data-lucide="refresh-ccw" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden lg:inline" data-i18n="multiTool.reset">Reset</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
|
|
|
|
<div class="border-l border-gray-600 h-5 sm:h-6 mx-1"></div>
|
|
|
|
|
|
|
|
|
|
<!-- Selection -->
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="text-gray-400 text-xs sm:text-sm md:inline" data-i18n="multiTool.selection">Selection:</span>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="select-all-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-gray-700 hover:bg-gray-600 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-10 21:54:41 +05:30
|
|
|
<i data-lucide="check-square" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden lg:inline" data-i18n="multiTool.selectAll">Select All</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="deselect-all-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-gray-700 hover:bg-gray-600 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-10 21:54:41 +05:30
|
|
|
<i data-lucide="square" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden lg:inline" data-i18n="multiTool.deselectAll">Deselect All</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
|
|
|
|
<div class="border-l border-gray-600 h-5 sm:h-6 mx-1"></div>
|
|
|
|
|
|
|
|
|
|
<!-- Rotate -->
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="text-gray-400 text-xs sm:text-sm md:inline" data-i18n="multiTool.rotate">Rotate:</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="bulk-rotate-left-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-gray-700 hover:bg-gray-600 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-10 21:54:41 +05:30
|
|
|
<i data-lucide="rotate-ccw" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden xl:inline" data-i18n="multiTool.rotateLeft">Left</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="bulk-rotate-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-gray-700 hover:bg-gray-600 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-10 21:54:41 +05:30
|
|
|
<i data-lucide="rotate-cw" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden xl:inline" data-i18n="multiTool.rotateRight">Right</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
|
|
|
|
<div class="border-l border-gray-600 h-5 sm:h-6 mx-1"></div>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="text-gray-400 text-xs sm:text-sm md:inline" data-i18n="multiTool.transform">Transform:</span>
|
2025-11-13 11:26:40 +05:30
|
|
|
|
2025-11-10 23:04:41 +05:30
|
|
|
|
|
|
|
|
<!-- Duplicate / Split -->
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="bulk-duplicate-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-gray-700 hover:bg-gray-600 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-10 21:54:41 +05:30
|
|
|
<i data-lucide="copy" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden xl:inline" data-i18n="multiTool.duplicate">Duplicate</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="bulk-split-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-gray-700 hover:bg-gray-600 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-10 21:54:41 +05:30
|
|
|
<i data-lucide="scissors" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden xl:inline" data-i18n="multiTool.split">Split</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
|
|
|
|
<div class="border-l border-gray-600 h-5 sm:h-6 mx-1"></div>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="text-gray-400 text-xs sm:text-sm md:inline" data-i18n="multiTool.clear">Clear:</span>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Delete -->
|
|
|
|
|
<button id="bulk-delete-btn"
|
|
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-red-500 hover:bg-red-700 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
|
|
|
|
<i data-lucide="trash-2" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden xl:inline" data-i18n="multiTool.delete">Delete</span>
|
2025-11-10 23:04:41 +05:30
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
<div class="border-l border-gray-600 h-5 sm:h-6 mx-1"></div>
|
|
|
|
|
|
|
|
|
|
<!-- Download -->
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="text-gray-400 text-xs sm:text-sm md:inline" data-i18n="multiTool.download">Download:</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="bulk-download-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-green-600 hover:bg-green-700 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-10 21:54:41 +05:30
|
|
|
<i data-lucide="download" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden xl:inline" data-i18n="multiTool.downloadSelected">Download Selected</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
2025-11-10 21:54:41 +05:30
|
|
|
<button id="export-pdf-btn"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="flex items-center gap-1 sm:gap-2 bg-indigo-600 hover:bg-indigo-700 text-white px-2 sm:px-3 md:px-4 py-1 sm:py-1.5 md:py-2 rounded text-xs sm:text-sm md:text-base">
|
2025-11-10 21:54:41 +05:30
|
|
|
<i data-lucide="download" class="w-3 h-3 sm:w-4 sm:h-4"></i>
|
2025-12-12 12:54:06 +00:00
|
|
|
<span class="hidden xl:inline" data-i18n="multiTool.exportPdf">Export PDF</span>
|
2025-11-10 21:54:41 +05:30
|
|
|
</button>
|
|
|
|
|
</div>
|
2025-11-10 18:41:48 +05:30
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Content Area -->
|
2025-11-20 19:58:41 +05:30
|
|
|
<div id="main-scroll-container" class="flex-1 overflow-auto p-3 pb-24 sm:p-4 sm:pb-8 md:pt-4 md:pb-4">
|
2025-11-10 23:04:41 +05:30
|
|
|
<div id="upload-area"
|
2025-11-16 20:23:59 +05:30
|
|
|
class="hidden border-2 border-dashed border-gray-600 rounded-lg p-6 sm:p-12 text-center max-w-full cursor-pointer"
|
|
|
|
|
onclick="document.getElementById('pdf-file-input').click()">
|
2025-11-10 23:04:41 +05:30
|
|
|
<i data-lucide="upload-cloud" class="w-12 h-12 sm:w-16 sm:h-16 mx-auto text-gray-400 mb-3 sm:mb-4"></i>
|
2025-12-13 20:57:32 +05:30
|
|
|
<p class="text-gray-300 text-base sm:text-lg mb-1 sm:mb-2" data-i18n="multiTool.uploadPdfFiles">Select PDF Files
|
2025-12-12 12:54:06 +00:00
|
|
|
</p>
|
|
|
|
|
<p class="text-gray-400 text-xs sm:text-sm mb-3 sm:mb-4" data-i18n="multiTool.dragAndDrop">Drag and drop PDF
|
|
|
|
|
files here, or click to select</p>
|
2025-11-10 18:41:48 +05:30
|
|
|
<input type="file" id="pdf-file-input" accept="application/pdf" multiple class="hidden">
|
2025-11-16 20:23:59 +05:30
|
|
|
<button onclick="event.stopPropagation(); document.getElementById('pdf-file-input').click()"
|
2025-12-12 12:54:06 +00:00
|
|
|
class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 sm:px-6 py-2 rounded text-sm sm:text-base"
|
|
|
|
|
data-i18n="multiTool.selectFiles">
|
2025-11-10 18:41:48 +05:30
|
|
|
Select Files
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
2025-11-10 23:04:41 +05:30
|
|
|
|
2025-11-10 18:41:48 +05:30
|
|
|
<div id="pages-container"
|
2025-11-10 23:04:41 +05:30
|
|
|
class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6 gap-3 sm:gap-4"></div>
|
2025-11-10 18:41:48 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Loading Overlay -->
|
|
|
|
|
<div id="loading-overlay" class="hidden fixed inset-0 bg-black/80 z-50 flex items-center justify-center">
|
|
|
|
|
<div class="bg-gray-800 rounded-lg p-8 max-w-md w-full mx-4">
|
|
|
|
|
<div class="flex items-center justify-center mb-4">
|
|
|
|
|
<i data-lucide="loader" class="w-12 h-12 text-indigo-400 animate-spin"></i>
|
|
|
|
|
</div>
|
2025-12-12 12:54:06 +00:00
|
|
|
<p id="loading-text" class="text-white text-center text-lg mb-4" data-i18n="multiTool.renderingPages">Rendering
|
|
|
|
|
pages...</p>
|
2025-11-10 18:41:48 +05:30
|
|
|
<div class="w-full bg-gray-700 rounded-full h-2.5">
|
|
|
|
|
<div id="loading-progress" class="bg-indigo-600 h-2.5 rounded-full transition-all duration-300"
|
|
|
|
|
style="width: 0%"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Modal -->
|
|
|
|
|
<div id="modal" class="hidden fixed inset-0 bg-black/80 z-50 flex items-center justify-center">
|
|
|
|
|
<div class="bg-gray-800 rounded-lg p-8 max-w-md w-full mx-4 border border-gray-700">
|
|
|
|
|
<div class="flex items-center justify-center mb-4">
|
|
|
|
|
<div id="modal-icon"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<h3 id="modal-title" class="text-xl font-bold text-white text-center mb-2"></h3>
|
|
|
|
|
<p id="modal-message" class="text-gray-300 text-center mb-6"></p>
|
|
|
|
|
<button id="modal-close-btn" class="w-full bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded">
|
|
|
|
|
Close
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Hidden File Input -->
|
|
|
|
|
<input type="file" id="insert-pdf-input" accept="application/pdf" class="hidden">
|
|
|
|
|
|
|
|
|
|
<!-- Scripts -->
|
2025-12-11 19:34:14 +05:30
|
|
|
<script type="module" src="/src/js/logic/pdf-multi-tool.ts"></script>
|
|
|
|
|
<script type="module" src="/src/js/main.ts"></script>
|
2025-12-30 12:36:30 +05:30
|
|
|
|
|
|
|
|
<!-- JSON-LD Structured Data -->
|
|
|
|
|
<script type="application/ld+json">
|
|
|
|
|
{
|
|
|
|
|
"@context": "https://schema.org",
|
|
|
|
|
"@type": "SoftwareApplication",
|
|
|
|
|
"name": "Pdf Multi Tool - BentoPDF",
|
|
|
|
|
"applicationCategory": "PDF Tool",
|
|
|
|
|
"operatingSystem": "Any - Web Browser",
|
|
|
|
|
"offers": {
|
|
|
|
|
"@type": "Offer",
|
|
|
|
|
"price": "0",
|
|
|
|
|
"priceCurrency": "USD"
|
|
|
|
|
},
|
|
|
|
|
"aggregateRating": {
|
|
|
|
|
"@type": "AggregateRating",
|
|
|
|
|
"ratingValue": "4.7",
|
|
|
|
|
"ratingCount": "3335"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<script type="application/ld+json">
|
|
|
|
|
{
|
|
|
|
|
"@context": "https://schema.org",
|
|
|
|
|
"@type": "HowTo",
|
|
|
|
|
"name": "How to pdf multi tool online",
|
|
|
|
|
"description": "Learn how to pdf multi tool using BentoPDF",
|
|
|
|
|
"step": [
|
|
|
|
|
{
|
|
|
|
|
"@type": "HowToStep",
|
|
|
|
|
"position": 1,
|
|
|
|
|
"name": "Upload File",
|
|
|
|
|
"text": "Click or drag and drop your file"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"@type": "HowToStep",
|
|
|
|
|
"position": 2,
|
|
|
|
|
"name": "Process",
|
|
|
|
|
"text": "Click the process button"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"@type": "HowToStep",
|
|
|
|
|
"position": 3,
|
|
|
|
|
"name": "Download",
|
|
|
|
|
"text": "Download your processed file"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<script type="application/ld+json">
|
|
|
|
|
{
|
|
|
|
|
"@context": "https://schema.org",
|
|
|
|
|
"@type": "BreadcrumbList",
|
|
|
|
|
"itemListElement": [
|
|
|
|
|
{
|
|
|
|
|
"@type": "ListItem",
|
|
|
|
|
"position": 1,
|
|
|
|
|
"name": "Home",
|
|
|
|
|
"item": "https://www.bentopdf.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"@type": "ListItem",
|
|
|
|
|
"position": 2,
|
|
|
|
|
"name": "Pdf Multi Tool",
|
|
|
|
|
"item": "https://www.bentopdf.com/pdf-multi-tool"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
</script>
|
2025-11-10 18:41:48 +05:30
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|