拆分 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.
工作原理
- Drop the PDF onto this page. The page count appears next to the file once it has been read.
- 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.
- Check the preview of what will be produced before you commit.
- Press Split. Every output is written in turn, with progress showing which file is being written.
- 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 页按固定间隔切分。等分把文档分成若干长度几乎相同的文件。每页一个文件为每一页生成一个文件,这正是拆分一批扫描的单页文档时所需的。
- 输出文件是怎样命名的?
- 每个输出使用原文件名加上一个补零的编号,所以 report.pdf 拆成五份会变成 report-1.pdf 到 report-5.pdf,拆成十二份会变成 report-01.pdf 到 report-12.pdf。你可以在高级选项中设置自己的基础名称。
- 书签能在拆分后保留吗?
- 能。每个输出保留目标页落入其中的书签,并重新指向新的位置。目标页进入了另一个文件的书签会从该输出中丢弃,否则它们将无处可指。
- 我可以一次性下载全部吗?
- 可以。当拆分产生多个文件时,会在单个文件之外另外提供一个 ZIP 打包下载。该压缩包同样在你的浏览器中构建,因此这也不会把任何内容发送到任何地方。
- 对文件大小或页数有限制吗?
- 没有页数限制,也没有每日配额。实际上限是你设备的内存,大文件会收到提示而不是被拒绝。无论多大,都不会上传。