PDF merge/split vs PDF metadata
A side-by-side comparison of Merge and Split PDF Pages and PDF Page Counter & Metadata Viewer.
PDF merge and split changes the content of the file — which pages it contains, in what order, in how many output files. PDF metadata changes the properties of the file — the title, author, subject, keywords, and creation/modification dates that show in Get Info or Properties dialogs.
They sit at different layers. Merge/split is structural (you have a 100-page PDF you want as ten 10-page PDFs). Metadata is administrative (the title field says "Untitled" when it should say "2026 Annual Report").
When to use Merge and Split PDF Pages
Use the PDF merge and split tool when the pages themselves are wrong — combining a scanned cover with a generated body, splitting a long report into per-chapter files, removing duplicate or blank pages, reordering scanned pages.
When to use PDF Page Counter & Metadata Viewer
Use the PDF metadata viewer/editor when the file is correct but its properties are not — the author shows as "Microsoft Word" instead of your name, the title is empty, the keywords field is missing required tags for a content management system.
Side-by-side comparison
| Merge and Split PDF Pages | PDF Page Counter & Metadata Viewer | |
|---|---|---|
| Operates on | Page content | File-level properties |
| Output | New PDF(s) with different pages | Same PDF with updated metadata |
| Page count changes | Yes | No |
| File size impact | Roughly proportional to pages kept | Negligible |
| Affects searchability inside content | Indirectly (fewer/more pages) | Title and keywords — yes, in some indexes |
| Typical use | Chapter splits, scan cleanup, redaction’s neighbour | Author cleanup, CMS ingestion, archive standards |
| Reversible | Yes — keep originals | Yes — metadata edits are non-destructive |
| Right tool for adding a page | Yes — merge new page in | No |
Bottom line
Pages wrong? Merge/split. Properties wrong? Metadata. Two different layers of the same file.
Frequently asked questions
Does splitting a PDF lose any quality?
No — splitting copies the page streams as-is. Quality only degrades if you re-render or re-compress, which a proper split tool does not do.
Can the metadata editor remove all metadata for privacy?
Yes — it can clear author, title, subject, and keywords. Some metadata (creation date, producer) is harder to scrub completely; tools like exiftool or qpdf are more thorough for forensic-level cleanup.
Will Google index PDF metadata?
Yes — Google reads the Title field (and sometimes Author and Subject) when indexing PDFs. A blank or "Untitled" PDF often ranks worse than the same content with a descriptive title.
Can I merge encrypted PDFs?
Usually no — most tools refuse to merge a password-protected PDF until it is decrypted. Decrypt first (with the owner password), merge, then re-apply protection if needed.