It’s tax season. My freelancer cousin had 47 invoices from various clients sitting in a folder. Her accountant needed them as a single PDF, in chronological order, ideally with a page-numbered index.
She started doing it manually — opening each PDF in Preview, dragging them into a master file. After file 12 her laptop fan was screaming and she’d accidentally dropped two files in the wrong spot. She gave up and messaged me.
“Bro how do accountants actually do this every year? I’m losing my mind.”
Here’s what we did. Whole thing took 4 minutes.
When this comes up
| Use case | Who needs it | How many files typically |
|---|---|---|
| Tax filing | Freelancers, contractors, small businesses | 20-100+ invoices per year |
| Expense report submission | Salaried employees, consultants | 10-50 receipts/invoices per period |
| Loan application (12 months invoices) | Self-employed applying for loans / mortgages | 12-30 documents |
| Visa application supporting docs | Anyone applying for a visa | 5-20 documents |
| Audit / compliance review | Businesses being audited | 50-500 documents |
| Year-end archive | Anyone who wants tidy records | All year’s documents |
If you do any kind of project work, freelance, or contract work, this comes up at least once a year.
How to do it (4 minutes)
| Step | What you do | Time |
|---|---|---|
| 1 | Open convertkr.com/merge-pdf | 5 sec |
| 2 | Select all invoices in your file explorer, drag-and-drop together | 10 sec |
| 3 | Drag thumbnails to reorder if needed (chronological / by client) | 30 sec |
| 4 | Click Merge, download the combined PDF | 10 sec |
| 5 (optional) | Add page numbers via page numbers tool | 15 sec |
For my cousin, sorting by date took 30 seconds because her file names had the date in them. Click merge, done. 47 invoices became one 6MB PDF.
Getting the order right
This is the part people get wrong.
| Naming format | Alphabetical sort order | Result |
|---|---|---|
| invoice-jan-2026.pdf, invoice-feb-2026.pdf… | feb, jan, mar, apr, may… | ❌ Wrong (alphabetical by month name) |
| 01-jan-invoice.pdf, 02-feb-invoice.pdf… | 01, 02, 03, 04… | ✓ Right |
| 2026-01-invoice.pdf, 2026-02-invoice.pdf… | 2026-01, 2026-02, 2026-03… | ✓ Right (best — works across years too) |
If your filenames sort correctly, the merge is already in the right order. If your files have weird names you can’t easily rename, just drag the thumbnails in the tool to reorder before merging.
Adding page numbers to the merged file
Accountants love page numbers. Makes auditing easier — “see invoice on page 23” beats “see invoice from May”.
After merging, run the file through page numbers tool. Pick a position (bottom right is standard). The whole document gets numbered.
For my cousin’s tax bundle: merge → page numbers → done. Her accountant could now reference “invoice #14” or “page 67” specifically.
The naming hierarchy I use
| Level | Pattern | Example |
|---|---|---|
| Year folder | ~/invoices/YYYY/ | ~/invoices/2026/ |
| Month folder | MM-mon/ | 01-jan/, 02-feb/… |
| File name | YYYY-MM-DD-client-amount.pdf | 2026-01-15-acme-corp-3500.pdf |
| Monthly merged | YYYY-MM-invoices-merged.pdf | 2026-01-invoices-merged.pdf |
| Yearly merged | YYYY-all-invoices.pdf | 2026-all-invoices.pdf |
End of each month, drag the month’s folder in, save the merged file. End of year, drag all 12 monthly merged files into another merge. This is overkill if you have 5 invoices a year — it’s a lifesaver if you have 100+.
What if my invoices are images, not PDFs?
Common scenario — someone WhatsApps you a photo of a receipt and you want to bundle it with your PDF invoices.
| Step | Tool | What it does |
|---|---|---|
| 1 | Image to PDF | Convert all image receipts into a PDF |
| 2 | Merge PDF | Combine with your other PDF invoices |
| 3 (optional) | Compress PDF | Shrink the merged result if needed |
| 4 (optional) | Page numbers | Add numbering for reference |
Bonus: convert image receipts to PDF before storing them. PDFs are way easier to manage than a folder of mixed JPGs and PNGs.
What if some invoices are huge?
If your invoices are scanned at high resolution, each one might be 5-10MB. 47 invoices × 8MB = 376MB merged. Too big for most uses.
| Approach | When to use |
|---|---|
| Compress each invoice first, then merge | When individual files are different sizes / quality matters |
| Merge first, then compress the giant single file | Default — faster, often produces smaller result |
| Split the merged file in half, compress each half | When even compressed is too big for one upload |
The privacy thing
Your invoices have everything sensitive in them — client names, your business name, addresses, amounts, bank details, tax IDs. This is exactly the data you don’t want sitting on a stranger’s server.
ConvertKr’s merge happens in your browser. The PDFs don’t upload anywhere. They get combined locally and the merged file is generated client-side. Close the tab and it’s gone.
For a freelancer with sensitive client data, this is the right model. The traditional “upload to a server” workflow means your entire year of client revenue is briefly sitting on someone else’s machine. Even briefly is too long.
Workflow ideas
| Workflow | Frequency | Time investment |
|---|---|---|
| End-of-month merge routine | Monthly | ~5 min |
| Client-by-client bundle (one PDF per client) | Year-end or per-client request | ~10 min per client |
| Project closeout bundle (contract + invoices + receipts + deliverable) | Per project completion | ~5 min per project |
| Annual archive (12 monthlies → 1 yearly) | Year-end | ~3 min |
FAQ
How many PDFs can I merge at once?
No hard limit. People have merged 100+ files. The constraint is your browser’s memory — if you try to merge 500 huge PDFs at once, your browser might struggle. For 50 files of typical size, no problem.
Will the page count / total size add up exactly?
Page count yes — if you merge five 10-page PDFs you get a 50-page PDF. File size is usually slightly less than the sum because fonts and resources get deduplicated.
Can I merge PDFs of different sizes (A4 + Letter + A3)?
Yes. The merged file keeps each original’s page size. Some viewers display this awkwardly but the content is preserved correctly.
Will the merge be searchable if my invoices are searchable?
Yes. The text layer is preserved. If you Ctrl+F in the merged PDF, you can search across all original invoices.
Can my accountant see I merged them?
Technically the merged PDF’s metadata might show “created by ConvertKr” or similar, but the actual invoice content is unchanged. No accountant will care or notice.
Got a folder of invoices to combine? Merge them here — drop them all in, drag to reorder if needed, download one clean PDF.