How to Merge Images into a Single PDF Locally
Storyboards, scanned receipts, and design review packets — combine ordered pages without emailing gigabytes of loose PNGs.

More utilities that pair well with this guide:
Why this matters
Freelancers invoice with photos of signed contracts — finance wants one attachment. UX researchers export dozens of annotated screenshots — stakeholders refuse ZIP downloads on mobile. Teachers compile worksheet scans for parents who only know how to open PDFs in Preview. Bundling locally avoids routing sensitive scans through unknown "merge PDF free!!!" sites.
Three real scenarios
Order receipt JPEGs chronologically, merge, password-protect externally if policy demands.
cleaner accounting queues
Stitch PNG frames exported from Figma into vertical PDF scrolls mirroring slide order.
single review link
Combine TIFF scans before sending through certified e-sign portals requiring PDF inputs.
tamper-evident sharing later
Walkthrough
Open Image to PDF.
Upload images in desired order
Drag-sort thumbnails — critical for narrative storyboards or multi-page scans.
Pick page sizing
Match original aspect ratios or letter/A4 frames depending on print expectations.
Adjust margins and orientation
Leave whitespace when downstream reviewers annotate by hand.
Set compression level
Balance DPI vs filesize — email gateways still cap near 25 MB.
Generate and download PDF
Validate page count in Preview/Adobe Reader before uploading to e-filing systems.
Power tips
- Pre-compress huge photos using Image Compressor when PDFs balloon unexpectedly.
- Crop borders on phone scans via Image Crop for cleaner margins.
- Watermark sensitive pages before merging when distributing externally — Image Watermark.
Common pitfalls
Common mistake
Resolution mismatch
Mixing portrait and landscape images without normalizing page frames yields awkward blank gutters — standardize orientation first.
Common mistake
Color profile surprises
RGB JPEGs embedded in PDF may shift when print shops convert to CMYK — proof with vendor ICC profiles when brand-critical.
Common mistake
Annotation-unfriendly exports
Flatten transparency-heavy PNGs if reviewers open PDFs in lightweight viewers that mishandle alpha.
When this is the wrong tool
- Text-selectable documents: start from Word/LaTeX so PDFs expose copyable text layers.
- Fillable forms: use Acrobat or dedicated form builders with field semantics.
- Long-running OCR pipelines: integrate Tesseract server-side after merging scans.
FAQ
Are merges performed offline?
Yes — PDF assembly happens client-side consistent with MoreKits privacy posture.
Password protection?
Apply encryption using dedicated PDF tooling post-export when regulations mandate — this merger focuses on assembly speed.
Animated sources?
Raster animations should be flattened — verify resulting PDF expectations before promising motion.
Next steps
- Convert individual slides to WebP for web distribution via Image Converter.
- Strip sensitive metadata from source JPEGs using EXIF Editor.
- Archive merged PDFs alongside Markdown briefs converted via Markdown to HTML.