How to Merge Scanned Receipts and Invoices for Accounting
If you are self-employed or run a small business, the end of every month brings the same task: 30 to 100 scattered receipts and invoices need to become a clean, ordered PDF you can hand to your accountant or upload to your bookkeeping system. Done badly, this eats two hours and produces a mess. Done well, it takes 15 minutes and is fully repeatable. Here is the workflow that actually scales.

The principle: capture once, organise once, merge once
The mistake most people make is mixing the three steps. They scan a receipt, immediately try to file it into the right folder, panic about the filename, decide the system is broken, and end up with a Downloads folder full of scan_283.pdf files. The fix is to separate the steps. Capture is just photographing or scanning. Organisation is renaming and sorting at one specific point. Merging is the last action of the month. Doing them in this order, on this cadence, removes the decision fatigue.
Step 1 — capture (do it daily, in 30 seconds)
Phone cameras are now better than dedicated receipt scanners for most receipts. Use a phone scanner app — most operating systems include one (Notes on iOS, Drive scanner on Android), or any free one will do. The features that matter:
- Auto edge detection so receipts are cropped to the paper, not your kitchen counter.
- Multi-page mode so a 2-page invoice ends up as one PDF rather than two photos.
- B&W output option for receipts on white thermal paper. The file is much smaller and the text is sharper.
- Save to a known folder — ideally a cloud-synced one (Drive, Dropbox, iCloud) so you can pick everything up on your computer at the end of the month.
Capture the receipt the day you receive it. Drop the paper original in a shoebox you do not look at again unless an audit demands it. The scan is your working copy.
Step 2 — name (do it weekly, in 5 minutes)
Once a week, sit down with the captured scans and rename them. The naming convention that works in every accounting system is:
YYYY-MM-DD_supplier_amount.pdf
Examples: 2026-04-12_office-depot_27.45.pdf, 2026-04-15_amazon_182.00.pdf, 2026-04-18_uber_14.20.pdf. The date prefix means files sort chronologically without any extra effort. The supplier means you can grep for "all my Amazon receipts this year" in one second. The amount makes reconciliation against bank statements visually fast.
Avoid: spaces, accented characters, and slashes. Use lowercase with hyphens or underscores. This naming style works on every operating system and every cloud storage provider without ambiguity.
Step 3 — fold "tricky" receipts
Some receipts arrive as PDFs in your email — Amazon orders, SaaS subscriptions, train tickets. Treat them the same as scanned receipts: rename them with the same convention and save them to the same folder. Avoid the temptation to keep email-PDFs separate from scanned ones. Mixed sources end up double-counted; one folder is the safest.
Multi-page invoices stay multi-page; do not split them. The merger handles them correctly. Refunds and credit notes get their own files with a clear "credit-" prefix or a negative amount in the filename so you do not double-count them when reconciling.
Step 4 — merge at month end
At the end of the month, you should have a folder of correctly-named files for that month. The merging step is now mechanical:
- Sort the folder by name. The chronological prefix means receipts are now in date order automatically.
- Open PDFinator's merge tool.
- Select all files in the folder and drop them into the merge tool. They will appear in the same order as in the folder.
- Set the output filename to
YYYY-MM_receipts_companyname.pdf— for example2026-04_receipts_acme.pdf. - Click merge. Save the result into your archive folder for that tax year.
Because everything is local in the browser, the receipts never leave your device — useful when some of them contain sensitive details like company addresses or partial card numbers.
What to do with the merged file
The merged monthly PDF is now your audit-ready artefact. Three places it should live:
- Your accountant's portal or shared folder. Upload once a month with a consistent name pattern; your accountant will love you.
- Your tax-year archive. A folder named
2026_receipts/with twelve files, one per month. At year-end, you can merge those twelve into one annual archive if your jurisdiction wants it. - An offsite backup. Cloud storage with versioning is fine. The point is that if your laptop dies in March, you do not also lose January and February's receipts.
Reconciling against bank statements
Most accounting tools want you to match each transaction in your bank statement to a receipt. The amount-in-filename trick makes this fast: open the bank statement, search the receipts folder for that amount, and you almost always have a single hit. Where there are duplicate amounts, the date narrows it down. Disagreements between filename amount and bank amount usually mean the transaction was processed in a different currency or had a fee — note these explicitly in your accounting tool rather than ignoring them.
What to skip
A few practices that look organised but cost more time than they save:
- Per-supplier folders. Tempting, but they break chronological sorting and force you to remember which supplier file you are working in. A single monthly folder with descriptive filenames is faster to manage.
- Tagging or metadata systems that only work in one app. If your tagging breaks when you change accounting tools, it was the wrong place for the data. Keep the data in the filename.
- OCRing every receipt. Useful in theory; rarely worth the time for handwritten or thermal-paper receipts where OCR is unreliable. The amount-in-filename approach makes OCR mostly redundant.
- Spreadsheets that duplicate the receipts data. If your accounting tool already imports the receipts, do not re-key them into a separate spreadsheet. Two sources of truth means two sources of bugs.
The minimal monthly checklist
- Daily: scan receipts when you get them, drop into capture folder.
- Weekly: rename to
YYYY-MM-DD_supplier_amount.pdf. - Month end: sort by name, drop into PDFinator's merge tool, save as
YYYY-MM_receipts.pdf. - Send to accountant. File in tax-year archive. Back up.
That entire workflow can run on a phone for capture and a browser for merging — no installs, no subscriptions, no uploaded files. It scales from "freelancer with 20 receipts a month" to "small business with 300", because the only thing that grows is the size of the monthly file.