Overview
Split by Keyword List splits a PDF at any page whose text contains at least one of the keywords you specify. The keyword pages begin new sections, so each output file starts with a keyword page and ends just before the next one.
This is useful when documents contain title pages, cover sheets, or section markers that include predictable keywords or phrases.
How to use
- Open the PDF you want to split.
- Go to Plug-Ins > Split > Split by Keyword List.
- Enter one or more keywords in the text area (one per line).
- Set the output folder and file pattern, then click OK.
Options
| Option | Description |
|---|---|
| Keywords | A multi-line text area where you enter one keyword or phrase per line. Each keyword is matched as a whole substring (case-sensitive) anywhere in the page text. A page is treated as a split point if any of the listed keywords appears on it. Empty lines are ignored. |
| Output folder | The folder where output files are saved. Click Browse to choose a folder. |
| File pattern | Controls the output filename. Use {n} for a sequential 1-based index.
Default is output_{n}. |
| Open outputs after creation | Opens each generated file in Acrobat after the operation completes. |
Tip
Keywords are matched case-sensitively. To match case-insensitively, enter both upper- and
lower-case variants, or use Split by Text Pattern
with a (?i) prefix instead.
Note
The first keyword page begins a new section; any pages before the first keyword page form section zero. If the document contains no keyword pages, the entire document is saved as a single output file.