All Posts

How to Combine Receipts into One PDF for Expense Reports (2026)

It is Sunday night. Your quarterly expense report is due Monday at 9 a.m., and you are staring at 37 receipts scattered across your camera roll, your email, and a crumpled wallet-pile on the desk. Some are JPG photos you snapped on your phone, some are PDFs your rideshare app emailed you, and a few are physical slips you still need to scan. Your accounting team wants one PDF, in order, with every line item legible. If that sounds familiar, this guide is for you.

Combining receipts into a single PDF is one of the most common — and most annoying — monthly tasks for freelancers, consultants, business travelers, and anyone managing a corporate card. In this 2026 guide, we will walk through how to do it quickly and privately, right in your browser, with no uploads, no installs, and no subscription fees. By the end, you will have a clean, ordered, reviewer-friendly expense-report PDF that passes the first time.

Why a Single PDF Is the Expense-Report Gold Standard

Most expense-management platforms — Concur, Expensify, Ramp, Brex, Airbase, and their open-source counterparts — let you attach supporting documents per line item. Even so, managers, auditors, and finance teams still prefer one consolidated PDF for a handful of practical reasons:

    • Review speed. Flipping through a single PDF is faster than opening twenty attachments.
    • Audit trail. A single file with a stable page order is easier to cite in a ledger entry or during a review.
    • Storage. Most accounting systems archive one attachment per expense report more cleanly than twenty.
    • Universality. PDFs render identically on Windows, macOS, iOS, Android, and Linux; raw photos and screenshots do not.

A PDF also preserves any text layer your receipt already has, which matters if your accounting software later runs text search to pull line items. PDF Association documentation covers the spec-level reasons the format has become the default archive container for financial records.

Before You Start: Gather Every Receipt in One Place

The whole process breaks down if you are still hunting for receipts halfway through. Spend five minutes doing a one-time collection pass before you open any tool.

    • Create a temporary folder on your desktop called expense-report-YYYY-MM. Everything lives here for the next ten minutes.
    • Open your email and search for receipt, order confirmation, invoice, and the last four digits of your card. Download every matching attachment to the folder.
    • Export from your camera roll. AirDrop, a Google Photos download, or a USB transfer all work. Only export the receipt photos, not your vacation pictures.
    • Scan paper receipts. Most modern phones have a built-in document scanner: on iPhone it is inside the Notes app; on Android it is Google Drive, New, Scan. Save each to the folder as a PDF or JPG.
    • Rename as you go. Prefix each file with the date in YYYY-MM-DD format, for example 2026-04-03_uber_airport.jpg. This makes sorting trivial later.

Why the prefix matters: your operating system's alphabetical sort will then match chronological order, which is exactly how most expense reports want your receipts ordered.

Step-by-Step: Combine Photo Receipts Into One PDF

If all your receipts are photos — JPG, PNG, HEIC, or WebP — the fastest route is to convert them directly into a single multi-page PDF. Here is how with Tiny PDF Tools' free Image to PDF converter:

    • Open tinypdftools.com/image-to-pdf in any modern browser.
    • Drag and drop all your receipt images into the upload area, or click to select them from the folder you prepared.
    • Reorder pages. The tool shows thumbnails for every image. Drag them into the order you want — usually chronological by transaction date.
    • Pick a page size. Letter (8.5 × 11 in) is the safe default for US reports; A4 is standard elsewhere. For oddly shaped receipts (long thin ones from gas stations, for example), choose a fit-to-image setting when offered.
    • Generate the PDF. The conversion happens entirely inside your browser — your receipts never leave your device.
    • Download and rename the result as expenses_{yourname}_{month}_{year}.pdf. Your finance team will thank you.

The whole sequence should take under two minutes for a typical twenty-to-thirty-receipt batch.

Already Have Mixed PDFs and JPGs? Here Is How to Blend Them

Real expense reports are rarely image-only. You will usually have a mix of:

    • PDFs — rideshare emails, airline e-tickets, hotel folios, SaaS invoices
    • JPG and PNG photos — paper receipts, printed restaurant checks
    • Screenshots — SMS confirmations, app confirmations, QR-code receipts

A two-pass approach works cleanly:

    • Pass 1: Convert every non-PDF file (JPG, PNG, HEIC, WebP) into its own PDF using Image to PDF. Save each with the same YYYY-MM-DD_vendor.pdf naming convention.
    • Pass 2: Open Merge PDF, drop all the PDFs in, drag the thumbnails into chronological order, and generate a single file.

Separating the two steps gives you a clean audit checkpoint: you can verify each individual PDF is legible before committing to the final merge. For a closely related end-of-year workflow, see our guide on combining tax documents into a single PDF, which applies the same approach to 1099s, W-2s, and receipt bundles.

Ordering, Labeling, and Naming for Accounting Software

Once your receipts are merged, three small habits will save your accounting team hours of back-and-forth:

Use a consistent filename pattern

Most accounting platforms sort attachments alphabetically or by upload date. Names like expenses_rizwan_2026-04.pdf sort cleanly next to expenses_rizwan_2026-03.pdf, while names like FinalExpensesAPRIL.pdf break the pattern every month.

Add page numbers if your PDF is long

Reports longer than ten pages benefit from page numbers — reviewers and auditors can cite a specific page instead of scrolling. Use Add Page Numbers to drop numbers into the bottom-right corner after you merge.

Redact personal details before sending

Expense receipts often include full card numbers, loyalty account numbers, and home addresses. Most corporate policies require masking everything except the last four of a card number. Redaction should be destructive — black ink over the text, not just a visual overlay that can be removed in another viewer. Our guide to redacting PDFs online for free walks through doing this correctly.

File Size and Quality Trade-offs

High-resolution phone photos turn into surprisingly large PDFs. A 12-megapixel iPhone photo is often 3 to 5 MB, and twenty of them in one PDF can easily exceed 50 MB — which many corporate email systems reject outright.

Use this table to pick a sensible target resolution for the final export:

Use case Target DPI Typical size (20 receipts) Readable after print?
Quick email to manager 150 DPI 2–6 MB Yes, for screen and letter print
Upload to accounting portal 200 DPI 6–12 MB Yes, high-quality
Long-term archive or audit 300 DPI 12–30 MB Yes, even after zoom
Reference only, personal copy 96 DPI Under 2 MB Screen only

If your final PDF is too large, run it through Compress PDF. For specific file-size ceilings, our guide to emailing large PDFs under 25 MB walks through the settings that preserve receipt legibility without ballooning the file.

Privacy: Why Processing Locally Matters for Financial Data

Every receipt in your expense pile is a small map of your life: where you ate, where you slept, what you bought, and which card you used. A single merged PDF collects all of that in one place — sometimes with partial card numbers, loyalty IDs, and mileage account numbers baked in. That is sensitive material, and it is one reason to care about where the file-processing work happens.

When you upload receipts to a generic cloud PDF service, copies typically land on third-party servers, get queued into processing pipelines, and (depending on the provider) are retained for a period covered by the service's terms. Even when handled responsibly, that is additional attack surface and additional trust you are placing in a vendor you may have only just discovered.

Tiny PDF Tools works differently. Every PDF operation runs inside your own browser, using WebAssembly and the browser's native File API. Your receipts are read from disk, processed in memory, and written back out — all on your device. Nothing is uploaded to our servers, we never see your files, and there is no account to sign up for. For a deeper dive, see our piece on why client-side PDF tools are safer than cloud editors.

Common Expense-Report Pitfalls (and How to Avoid Them)

Rotated or sideways receipts

iPhone photos often appear sideways because of EXIF orientation tags that some PDF viewers ignore. If a page in your merged PDF is rotated, use Rotate PDF to fix only the affected page rather than redoing the whole file.

Faded thermal receipts

Thermal paper — common at gas stations and many restaurants — fades within months. Photograph these right after the transaction, in good light, and consider boosting contrast in your phone's photo editor before combining. The IRS small-business recordkeeping guidance emphasizes that supporting records must be legible; a faded paper original may not satisfy an audit years later.

Missing vendor or date

If a receipt does not show a vendor or date clearly, annotate by placing a small note next to it before scanning, or prepend a short cover page. For structured annotation, some people add a light watermark that provides context — see Watermark PDF.

Over-compression

Aggressive compression turns receipt text into blocky, unreadable mush. Always open the compressed PDF before submitting. If digits or vendor names are hard to read, re-export at a higher DPI and try again.

Forgetting duplicate detection

When emails auto-forward receipts to both you and an admin, you will sometimes add the same receipt twice. Give the merged PDF one final scroll-through before submitting; each line item should appear exactly once.

When to Password-Protect the Final PDF

If you are emailing receipts to an external accountant or a cross-border office, encryption is worth the two extra seconds. PDF supports AES-256 encryption natively — add a password to the final file with Protect PDF, and share the password over a separate channel (not the same email). The PDF 2.0 specification, ISO 32000-2, formally defines the encryption algorithms and key-length options that modern PDF readers support.

Frequently Asked Questions

Can I combine HEIC photos into a PDF without converting them first?

Yes. Tiny PDF Tools' Image to PDF converter reads HEIC directly in browsers that support it (recent Safari, Chrome, and Firefox), alongside JPG, PNG, and WebP. The conversion to PDF happens in a single pass.

What order should receipts appear in for an expense report?

Chronological by transaction date is the most common convention and is what most finance teams default to. Some companies prefer grouping by category (meals, transport, lodging) inside each week. Check your employer's policy, but date order is the safe baseline.

How do I know the PDF will be readable by my accounting software?

As long as you export a standard PDF (not an exotic variant like PDF/A-3 with embedded files), any modern accounting platform will accept it. Every tool on Tiny PDF Tools outputs standard PDF that adheres to the published format specification.

What if a receipt is in a foreign language or currency?

Add a short annotation or a one-page summary at the top of the PDF. Most finance teams want a one-line translation and the converted amount noted clearly. You can create that summary as its own PDF and merge it in as page one.

Can I sign the expense-report PDF to certify it is accurate?

Yes. Add an electronic signature using Sign PDF. For internal expense reports, a drawn or typed signature is usually enough; for external reimbursement across organizations, check whether your firm requires a digital signature certificate.

How many pages can one expense-report PDF contain?

Tiny PDF Tools can handle PDFs of hundreds of pages, subject to your device's available memory. For reports exceeding roughly two hundred pages, consider splitting by week or category to keep file sizes manageable and review times short.

What is the difference between merging image files and merging PDFs?

Merging images with Image to PDF creates a new PDF with each image placed on its own page. Merging existing PDFs with Merge PDF preserves the original pages, text layers, and any metadata — the right choice when some of the inputs are already PDFs.

This article is for general informational purposes only. PDF behavior can vary between viewers, operating systems, and PDF versions. Tiny PDF Tools processes your files entirely in your browser — nothing is uploaded to our servers.

Try Image to PDF