PDFを分割
1つのドキュメントを、範囲・枚数・ページ単位で分けます。
このツールはブラウザーの中だけで動きます。ファイルがアップロードされることはなく、そのことはブラウザーのネットワークタブでご自身で確認できます。 ご自分で確かめてください。ブラウザーのネットワークタブを開いて見てください。残りの作業回数を尋ねる小さなリクエストが1つだけ表示されます。ツール名とハッシュだけで、ファイルは決して含まれません。
このツールでできること
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.
よくある質問
- 4つのモードはどう違いますか?
- 「ページ範囲で分割」は、どのページをどのファイルに入れるかを自分で指定する方式で、カンマで区切ったグループが1つのドキュメントになります。「Nページごと」は一定の間隔で区切ります。「均等に分割」は、ほぼ同じ長さのファイルに指定した数だけ分けます。「1ページずつ」は1ページごとに1ファイルを作るので、1枚もののスキャン書類をまとめて分けたいときに向いています。
- 出力されるファイルの名前はどうなりますか?
- 元のファイル名に、桁をそろえた連番が付きます。report.pdfを5つに分ければreport-1.pdfからreport-5.pdfに、12個に分ければreport-01.pdfからreport-12.pdfになります。詳細設定で好きな基本名を指定することもできます。
- 分割してもしおりは残りますか?
- はい。それぞれの出力ファイルには、対象ページがそのファイルに入ったしおりだけが、新しい位置を指すように付け直されて残ります。対象ページが別のファイルに入ってしまったしおりは、指す先がなくなるため削除されます。
- まとめてダウンロードできますか?
- はい。分割の結果が複数ファイルになる場合は、個別のダウンロードとあわせてZIPでのダウンロードもご用意します。ZIPもブラウザーの中で作るので、こちらも何もどこへも送信されません。
- ファイルサイズやページ数に制限はありますか?
- ページ数の制限も1日あたりの回数制限もありません。実際の上限になるのは端末のメモリーだけで、大きなファイルは拒否せず警告をお出しします。サイズにかかわらず、アップロードは一切行いません。