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

1
Upload your PDF
Drop in any PDF — a book, a merged scan, a report.
2
Pick how to split
Choose 'Every page' for one PDF per page, or 'Custom ranges' and type the ranges you want, like 1-3,5,8-10.
3
Download the zip
Hit Split and your separated PDFs download as a single zip — no signup needed for everyday files.

일반적인 사용

  • 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

자주 묻는 질문

Pick "Every page" to get one PDF per page, or "Custom ranges" and enter something like 1-3,5,8-10 to get one PDF per range.

No. The split runs, you get the zip, and the uploaded file is deleted right after — we never store or train on it.

Free splitting handles documents up to the free-tier page limit; sign up free or upgrade for larger PDFs.

Yes. POST the PDF to /api/v1/ocr/split/ with mode=each or mode=ranges and ranges=1-3,5 and you get a zip back.

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 문서 읽기 →
이 페이지 평가하기
5.0/5 (0)

개선할 수 있는 점은 무엇입니까? 고객님의 피드백은 문제를 해결하는 데 도움이 됩니다.