- Kein Upload
- Lokale CPU
- Offline-fähig
- Auto-Bereinigung
pages / Zusammenführen
Zusammenführen
Mehrere PDFs zu einem kombinieren.
Fügen Sie mindestens ein PDF im Dateifach hinzu.
Weitere Tools entdecken
Methodik & Technische Transparenz
Verwendete Bibliotheken
- pdf-lib — Kern-PDF-Konstruktions- und Bearbeitungslogik
- pdf.js — PDF-Rendering und Seitenrasterung
Speicher-Strategie
Nach jeder Operation wird URL.revokeObjectURL() sofort aufgerufen. Alle pdf.js-Dokument-Handles werden über pdfDoc.destroy() gelöscht. Worker werden bei Abschluss oder Komponenten-Unmount beendet.
Wir garantieren keine dauerhafte Speicherung von Dateien (da wir diese nicht speichern). Die lokale Verarbeitung passwortgeschützter PDFs wird nicht unterstützt.
Key Features
Page-level control
Drag thumbnail previews to reorder or delete individual pages from any file before merging.
No file count limit
Add as many PDFs as your device memory allows — there is no server-side restriction.
100% private
Processing runs in a Web Worker inside your browser. No file data ever leaves your device.
Common Use Cases
Ideal for assembling multi-chapter reports, consolidating signed contracts from multiple parties, or packaging travel and immigration documents into a single submission.
Frequently Asked Questions
- Are my files kept private?
- Yes. Everything runs locally using pdf-lib. No file content is sent to any server.
- How many PDFs can I merge at once?
- There is no hard limit. The constraint is your device's available RAM. Dozens of typical-sized PDFs work without issue.
- Does it work offline?
- Yes. Once the page loads, a Service Worker caches the tool so it works fully offline.