pdfblah.com

← All guides

Bulk find and replace in a PDF

Rebranding a document, swapping a name everywhere, or fixing the same typo on every page? You can apply many replacements to a PDF in one pass.

Many rules at once

On pdfblah.com add as many Replace steps as you need. From the command line, a rules file holds one rule per line:

Old Company Name | New Company Name | all
CONFIDENTIAL DRAFT | FINAL | ci
Jane Doe | John Smith | all word
Total | Sum | 2

Control each rule

Alignment is detected for you, so right-aligned numbers stay flush after the change.

Run your rules

Preview every change, free while we're testing.

Bulk edit a PDF

Three ways to run this

Same engine, same result. Pick one:

pipx install pdfblah
pdfblah in.pdf out.pdf --rules rules.txt

The CLI returns a report of which rules landed and which were skipped. The local app and CLI are open source and free. See the pdfblah project on GitHub or the guide to running it locally.