Flatbed scanners, multi-function printers, and phone scanning apps all produce slightly different output. Some create one PDF per page, some create multi-page PDFs, and some produce individual image files (JPG, PNG, TIFF) with no PDF wrapper. The approach for merging depends on what your scanner gives you.
This guide covers all three scenarios: merging PDF files from a scanner, merging image files from a scanner, and using phone apps that produce multi-page PDFs directly.
Merge Scanned PDFs — No Upload, No Account
Works with any PDF your scanner produces. Free forever.
Add to Chrome — FreeScenario 1: Your Scanner Produces One PDF per Page
Many standalone scanners and multifunction printers default to creating a separate PDF file for each scanned page. You end up with files like scan001.pdf, scan002.pdf, scan003.pdf. Merging these is the simplest case.
Merge scanner PDFs with PDF Merge & Split
- Install the PDF Merge & Split extension.
- Click the extension icon and open the Merge tab.
- Click Add Files and select all your scan PDFs at once (Ctrl+click or Shift+click to select multiple).
- Check the order — files are typically sorted alphabetically, which works if they are numbered correctly.
- Click Merge and download the result.
scan-001.pdf, scan-002.pdf) rather than single digits (scan-1.pdf, scan-10.pdf). This ensures alphabetical sorting matches page order. scan-10.pdf sorts before scan-2.pdf — scan-010.pdf does not.
Scenario 2: Your Scanner Produces JPG or TIFF Files
Older scanners and some settings produce image files rather than PDFs. The process requires a quick conversion step first.
Convert images to PDF and merge
- For a few pages: Drag each JPG into a Chrome tab. Press Ctrl+P, select "Save as PDF," and save. Repeat for each image. Then merge the resulting PDFs.
- For many pages: Use Ghostscript to convert and merge all images in one command:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf scan1.jpg scan2.jpg scan3.tiff
Scenario 3: Phone Scanning Apps
Modern phone scanning apps can produce multi-page PDFs directly — eliminating the need to merge at all. Here is how each major app handles multi-page scanning:
| App | Multi-page PDF? | How to scan multiple pages |
|---|---|---|
| Microsoft Lens | Yes, native | Tap the + button after each scan to add more pages before exporting |
| Adobe Scan | Yes, native | Scan multiple pages in one session; export as single PDF |
| Google Drive | Yes (single page per scan) | Each scan creates a separate file; merge afterward |
| iPhone Notes | Yes | Keep scanning pages in the same note; share as PDF |
| CamScanner | Yes | Add pages to a document before exporting |
Tips for Better Scanned Document Quality
Resolution matters
- 150 DPI: Readable on screen, poor for printing
- 300 DPI: Standard for text documents — sharp on screen and print
- 600 DPI: For documents with fine print, signatures, or detailed graphics
Flatten pages before scanning
Curled or wrinkled pages produce wavy scan artifacts. Press pages flat against the scanner glass or lay them flat on a surface when photographing with a phone.
Clean the scanner glass
Dust, fingerprints, and smudges on the scanner glass appear as artifacts in every scan. Wipe the glass with a microfiber cloth before batch scanning.
Making Scanned PDFs Searchable
Scanned documents are images — text in them is not machine-readable. Searching a merged scan PDF will find nothing. To make scanned documents searchable, you need OCR (Optical Character Recognition):
- Adobe Acrobat: "Recognize Text" feature applies OCR to any open PDF
- ABBYY FineReader: Professional OCR software with high accuracy
- Tesseract: Free, open-source OCR from Google; command-line only
- Adobe Scan (phone app): Applies OCR during scanning automatically
Merge Your Scanned Documents Now
Drag in your PDFs, click Merge, download. No upload, no limit.
Add PDF Merge & Split to ChromeRelated Guides
Frequently Asked Questions
How do I merge multiple scanned pages into one PDF?
If your scanner produces individual TIFF or JPG files, convert each to PDF using Chrome's print dialog (open image, Ctrl+P, Save as PDF), then merge all PDFs using the PDF Merge & Split extension. If your scanner already outputs PDFs, merge them directly.
Can I merge scanned JPG images into a single PDF?
Yes. Open each JPG in Chrome, use Print → Save as PDF to convert to PDF, then merge all PDFs with PDF Merge & Split. Alternatively, Ghostscript can convert and merge in one command.
How do I make scanned documents searchable after merging?
Run OCR on each scan before merging using Adobe Acrobat, ABBYY FineReader, or the free Tesseract command-line tool. Once OCR is applied, text becomes searchable in the merged document.
What is the best app to scan and merge documents on a phone?
Microsoft Lens is the best free option — it auto-detects document edges, enhances contrast, and can export a multi-page PDF directly from the app. Adobe Scan also produces excellent results and applies OCR automatically.
Why does my merged scanned PDF look blurry?
Blurriness comes from the original scan quality, not the merge process. Scanning at 300 DPI produces a sharp, readable document. Re-scan at higher resolution if your current scans look blurry.