PDF tools

Eighteen tools for the things people actually need to do to a PDF. All of them run inside your browser tab, so the document never travels anywhere.

Processed on your device — no upload

termiva merge *.pdf --out merged.pdf

Merge PDF

Combine PDFs into one

open
termiva split document.pdf --pages 1-3

Split PDF

Extract or cut pages

open
termiva rotate document.pdf --deg 90

Rotate PDF

Fix sideways pages

open
termiva rm-pages document.pdf --pages 2,5

Delete PDF Pages

Remove unwanted pages

open
termiva render document.pdf --format png

PDF to Images

Turn pages into PNG or JPEG

open
termiva pack *.jpg --out album.pdf

Images to PDF

Turn photos into one document

open
termiva reorder document.pdf --order 3,1,2

Reorder PDF Pages

Put pages in the right order

open
termiva sign contract.pdf --page last

Sign PDF

Draw it, place it, done

open
termiva stamp document.pdf --text CONFIDENTIAL

Watermark PDF

Stamp text across every page

open
termiva number document.pdf --pos bottom-center

Add Page Numbers

Number every page automatically

open
termiva crop document.pdf --margin 20

Crop PDF

Trim margins off the page

open
termiva inspect document.pdf

Inspect a PDF

What is actually inside the file

open
termiva text document.pdf --out document.txt

Extract Text from PDF

Pull the words out as plain text

open
termiva compress document.pdf --balanced

Compress PDF

Smaller file, text still text

open
termiva fit report.pdf --under 2mb

Compress PDF to a Size

Name the limit, not the quality

open
termiva scrub document.pdf --all

Remove PDF Metadata

Erase hidden author and app data

open
termiva flatten form.pdf

Flatten PDF Form

Lock filled fields into the page

open
termiva nup document.pdf --per-sheet 2

Two Pages Per Sheet

Fit two pages on one sheet

open

Which tool do you need?

The names overlap enough to be confusing, so here is the short version. Merge takes several PDFs and produces one. Split does the reverse: it pulls a selection of pages out into a new file, or cuts one document into two.

Delete pages is split's mirror image. You name the pages you want gone instead of the ones you want kept, which is much faster when you are removing three pages from thirty.

Reorder keeps every page but changes the sequence, which is what you want when a scanner fed the document backwards. Rotate fixes pages that went in sideways, and writes the correction into the file so it survives being emailed.

Converting

PDF to images renders pages into PNG or JPEG pictures, for when you need a picture rather than a document. Images to PDF does the reverse and turns photos or scans into one document. Extract text pulls the words out as plain text — provided the PDF has a text layer and is not a scan.

Marking and finishing

Watermark stamps text such as CONFIDENTIAL across every page. Page numbers inserts numbering, with the option to leave a cover page clean. Crop trims margins and scanner borders, and two pages per sheet halves what you print.

Before you send it

Remove metadata shows what your file quietly says about you — your name, your software, when you really wrote it — and strips it. Flatten form locks the answers in a filled form so the recipient cannot edit them.

One architecture

All Eighteen work the same way. This site has no backend — it is static files on a CDN — so the parsing and rewriting is done by JavaScript running on your processor. That is why there is no upload progress bar, no queue, no size limit beyond your own memory, and why the tools keep working if you disconnect from the internet after the page loads.