본문으로 건너뛰기

PDF 분할

문서 하나를 범위, 개수, 페이지 단위로 여러 개로 나눠요.

기기에서 처리됨

이 도구는 브라우저 안에서만 실행돼요. 파일은 절대 업로드되지 않으며, 브라우저의 네트워크 탭에서 직접 확인할 수 있어요. 직접 확인해 보세요. 브라우저의 네트워크 탭을 열어 두고 지켜보면, 남은 작업이 있는지 묻는 작은 요청 하나만 보여요. 도구 이름과 해시뿐이고, 파일은 절대 포함되지 않아요.

이 도구가 하는 일

Splitting divides one document into several smaller ones. The pages are copied exactly as they are, so text stays selectable, images keep their resolution, and nothing is re-encoded on the way through.

Use it when a document is really several documents wearing one cover: a scanned batch of invoices that came out as a single file, a report where only one chapter needs sending, or a bundle too large for an email attachment that has to go out in parts.

작동 방식

  1. Drop the PDF onto this page. The page count appears next to the file once it has been read.
  2. Choose how to cut it. By ranges gives you exact control; every N pages suits regular batches; equal parts divides the document evenly; each page produces one file per page.
  3. Check the preview of what will be produced before you commit.
  4. Press Split. Every output is written in turn, with progress showing which file is being written.
  5. Download the files individually, or take all of them at once as a ZIP.

Range mode treats each comma-separated group as its own output file, which is the difference between this and extracting pages. Typing 1-3, 7-9 gives you two documents; typing the same thing into Extract pages gives you one document containing six pages. Both are useful, and confusing them is the most common mistake people make with split tools elsewhere.

Output names are numbered with leading zeros sized to the number of files, so a 12-way split produces 01 through 12 rather than 1 through 12. That single detail is what makes the results sort correctly in every file manager and every upload dialog, instead of putting file 10 immediately after file 1.

Equal parts spreads any remainder one page at a time across the leading files rather than dumping it all on the last one. Splitting 10 pages into 3 gives you 4, 3 and 3 - not 3, 3 and 4.

Everything happens in your browser. A 500-page document is split without a byte of it leaving your device, and the only request the page makes is the allowance check - a tool name and a hash, never a page.

자주 묻는 질문

네 가지 방식은 어떻게 다른가요?
범위로 나누기는 각 파일에 어떤 페이지가 들어갈지 직접 지정하고, 쉼표로 구분한 묶음 하나가 문서 하나가 돼요. N페이지마다는 정해진 간격으로 잘라요. 균등하게 나누기는 길이가 거의 같은 파일 여러 개로 나눠요. 페이지당 한 파일은 말 그대로 한 장씩 만들어서, 한 장짜리 스캔 문서 묶음을 나눌 때 적합해요.
결과 파일의 이름은 어떻게 정해지나요?
원본 파일 이름 뒤에 0으로 채운 번호가 붙어요. report.pdf를 다섯 개로 나누면 report-1.pdf부터 report-5.pdf까지, 열두 개로 나누면 report-01.pdf부터 report-12.pdf까지 나와요. 고급 옵션에서 기본 이름을 직접 정할 수도 있어요.
나눠도 북마크가 남나요?
네. 각 결과 파일은 대상 페이지가 그 안에 들어간 북마크를 새 위치로 다시 연결해 가지고 있어요. 대상 페이지가 다른 파일로 간 북마크는 가리킬 곳이 없어지므로 그 결과에서는 빠져요.
한꺼번에 내려받을 수 있나요?
네. 결과가 두 개 이상이면 개별 파일과 함께 ZIP 하나로도 내려받을 수 있어요. 압축 파일도 브라우저에서 만들기 때문에 이 과정에서도 아무것도 전송되지 않아요.
파일 크기나 페이지 수에 제한이 있나요?
페이지 제한도, 하루 사용량 제한도 없어요. 실질적인 한계는 기기의 메모리이고, 큰 파일은 거부하는 대신 경고를 보여 줘요. 크기와 상관없이 업로드되는 것은 없어요.

관련 도구