Split PDF
Split a PDF into separate files — by page or custom ranges.
Drop a PDF to split
Choose every page or custom ranges below, then drop your PDF
🔒 तुमचे फाइल खाजगी पद्धतीने प्रक्रिया केले जातात व आपोआप नष्ट केले जातात. आपण आपले माहिती कसे हाताळतो
Sometimes you don't need to read a PDF — you need to break it apart. Pull a single chapter out of a book, separate a batch scan back into individual documents, or burst a long report into one file per page. PDF.chat's splitter does it in your browser in a couple of clicks.
Choose every page for a clean one-file-per-page burst, or enter custom ranges like 1-3,5,8-10 to carve out exactly the sections you want. You get a single zip back, and the file you uploaded is deleted the moment it's done.
कसे कराल split pdf
सामान्य वापरणी
- Extract one chapter or section from a large PDF
- Separate a single scan that contains several documents
- Burst a report into one file per page for sharing or filing
- Pull the pages you need out of a long form or statement
वारंवार विचारले जाणारे प्रश्न
API द्वारे वापरा
एक POST सह हे साधन प्रोग्रामरित्या चालवा. तुमच्या खात्यापासून API टोकन सह अधिप्रमाणन करा.
curl -X POST https://pdf.chat/api/v1/ocr/split/ \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-F "file=@your-file.pdf" \
-F "mode=ranges" \
-F "ranges=1-3,5,8-10" \
-o split.zip
Use mode=each for one PDF per page (omit ranges). The response is the zip of split PDFs.
API दस्तऐवजीकरण वाचा →