• Kein Upload
  • Lokale CPU
  • Offline-fähig
  • Auto-Bereinigung
0 ausgehende Anfragen

pages / Teilen

Teilen

PDF nach Bereich oder je N Seiten teilen.

Fügen Sie mindestens ein PDF im Dateifach hinzu.

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

  • Flexible page ranges

    Specify exact ranges like 1-3, 5, 7-9 — each range becomes a separate output PDF.

  • Uniform splits

    Use 'Every N pages' mode to divide a long document into equal-sized sections automatically.

  • Multi-part ZIP

    When splitting into more than one part, all output files are packaged into a single ZIP for easy download.

Common Use Cases

Perfect for extracting specific chapters from a report, separating invoice pages from a multi-client statement, or distributing only relevant sections to each recipient.

Frequently Asked Questions

How do I specify page ranges?
Enter comma-separated ranges using dashes for spans, for example: 1-3, 5, 8-10. The tool validates the input and highlights errors.
Does splitting reduce PDF quality?
No. The output pages are identical to the originals — no re-rendering or quality loss occurs.
Can I split a PDF into one page per file?
Yes. Set 'Every N pages' to 1 to produce one PDF per page.