FormatDrop
How-To Guide

How to Convert PNG to PDF on Mac

Converting PNG to PDF on Mac is built into macOS — no third-party tools needed. Preview handles individual files; Quick Actions enables one-click conversion from Finder; the command line offers batch processing.

Step-by-step instructions

  1. 1

    Right-click the PNG → Quick Actions → Create PDF

    In Finder, right-click your PNG file → Quick Actions → Create PDF. macOS instantly creates a PDF with the PNG as the only page. Multiple selected PNGs → one PDF with each as a page.

    Go to converter
  2. 2

    Or open in Preview → File → Export as PDF

    Double-click the PNG to open in Preview. File → Export → choose PDF format. The exported PDF preserves the PNG's original dimensions and quality.

  3. 3

    Command-line for batch

    `sips -s format pdf input.png --out output.pdf` for a single file. For multiple PNGs into one PDF: open all in Preview, drag them to the sidebar of an existing PDF window, save.

Why convert PNG to PDF?

Mac PNG-to-PDF is built into the OS. The conversion is fast, lossless, and integrated into Finder — one of macOS's many under-appreciated productivity wins.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

Will PNG transparency convert correctly?
PDF supports transparency — PNG alpha channels are preserved when converting via Preview or Quick Actions. The PDF page background is white by default; transparent PNG areas show the white. To get transparent PDF pages, you'd need professional tools like Acrobat Pro.
Best way to combine multiple PNGs to one PDF?
Quick Actions: select all PNGs in Finder → right-click → Quick Actions → Create PDF. macOS creates a single PDF with one page per PNG, in alphabetical order. To control order, rename files (01.png, 02.png) before converting.
Is there a quality loss converting PNG to PDF?
No — Preview embeds the PNG as-is in the PDF (or recompresses to JPEG for non-transparent images at default quality). For lossless preservation, use the command line: `convert input.png -compress none output.pdf` (ImageMagick).
Convert PNG to PDF Now — Free

No account. No upload. Works in any browser.