Skip to main content

PDF 분할

PDF 파일을 여러 문서로 분할. 특정 페이지 추출 또는 페이지 범위로 나누기.

PDF 파일 업로드

PDF 파일을 여기에 드래그 앤 드롭하거나 클릭하여 찾아보세요.

개발자 API

API로 사용 가능

PDF Tools API로 이 PDF 워크플로를 자동화하세요. 성공한 요청마다 1 Credit이 차감되며, 처리 실패 시 자동 환불됩니다.

/api/external/pdf-tools/split-pdf성공 요청당 1 Credit출력: result.zip
curl -X POST https://itextmaster.com/api/external/pdf-tools/split-pdf \
  -H 'x-api-key: YOUR_API_KEY' \
  -F 'file=@input.pdf;type=application/pdf' \
  -F 'options={"mode":"ranges","ranges":[{"start":1,"end":2},{"start":3,"end":5}]}' \
  --output result.zip

이 도구에 대하여

PDF 분할을 사용하면 하나의 PDF 문서를 여러 개의 작은 파일로 나눌 수 있습니다.

사용 방법

  1. PDF 업로드

    PDF 파일을 드래그 앤 드롭하거나 클릭하여 분할할 파일을 선택합니다.

  2. 분할 방법 선택

    페이지 범위, 특정 페이지 추출, 또는 일정 간격으로 분할을 선택합니다.

  3. 페이지 범위 정의

    추출할 페이지 번호 또는 범위를 입력합니다.

  4. 분할 및 다운로드

    분할을 클릭하여 새 PDF 파일을 만들고 다운로드합니다.

활용 사례

장 추출

책이나 매뉴얼을 개별 장으로 분할합니다.

결합 스캔 분리

일괄 스캔된 문서를 개별 파일로 나눕니다.

유인물 만들기

프레젠테이션에서 특정 슬라이드를 추출합니다.

Practical guide

Why choose local processing?

  • Multi-page PDFs can contain contracts, invoices, identity details, or internal business information, so keeping processing in the browser reduces exposure.
  • The website tool is free to use with no usage limits and does not require sign-in.
  • Local processing also keeps iteration fast: adjust options, preview the result, and export separate PDF files without waiting for an upload queue.

Best files for this tool

  • Best for PDF files that open correctly in a modern browser and are not intentionally damaged or restricted.
  • Works well for everyday business, school, legal, finance, and personal documents where you need separate PDF files.
  • For very large files, close unused tabs and process one batch at a time so the browser has enough memory.

Common limitations

  • Encrypted or permission-restricted PDFs may need to be unlocked before processing.
  • Scanned pages, unusual fonts, complex layers, and damaged files can reduce accuracy or processing speed.
  • Browser memory and device performance matter more for local tools than for upload-based services.

Local processing vs upload-based tools

  • Local tools keep routine website processing on your device, while upload-based tools send files to a remote server.
  • Upload-based services can move heavy work off your computer, but they add transfer time and require trusting a server with your files.
  • Use the API when you intentionally need server-side automation; use the website when you want private manual processing.

What to do if processing fails

  • Try a smaller file, a shorter page range, or one file at a time if the browser runs out of memory.
  • If a PDF is encrypted, damaged, or restricted, unlock or repair it first and then retry the workflow.
  • If the output looks wrong, check whether the source file uses scans, complex transparency, form fields, or unsupported embedded objects.

API automation

Automate split or extract pages with the PDF Tools API. Each successful request uses 1 Credit, and every signed-in user receives 100 free API Credits each month.

자주 묻는 질문

PDF를 개별 페이지로 분할할 수 있나요?

예, "모든 페이지 분할" 옵션을 선택하면 됩니다.

분할 시 북마크는 어떻게 되나요?

추출된 페이지 범위 내의 북마크는 보존됩니다.

암호로 보호된 PDF를 분할할 수 있나요?

분할 전에 PDF를 복호화해야 합니다.