You have a PDF — a slide deck, a one-pager, a flyer, a screenshot you want to drop into another document. You need it as an image — for a presentation, a web page hero, a social post, or a slide editor that doesn’t import PDF natively.
Most PDF-to-image services online upload your file. For sensitive PDFs (proposals, internal slides, financial sheets), that’s a leak. The browser converter renders each page with pdf.js inside your tab and exports the PNG locally.
Why PNG matters
JPG compresses by throwing away detail in smooth areas, which causes the famous “halo” around black text on white pages. PNG is lossless: every pixel stays exactly as rendered. For documents with text, charts, diagrams, or any graphic with sharp edges, PNG is the right format.
Transparency is the other reason. If you want to overlay your PDF page on a colored slide background or a website hero, PNG with alpha is the only viable format.
Three-step convert
- Open PDF to PNG.
- Drop the PDF (any size, any page count).
- Settings:
- Resolution (DPI): 72 (web), 150 (default), 300 (print), 600 (archival)
- Transparent background: on/off
- Pages: all, or pick specific page ranges (
1-3, 7, 10-12) - Color mode: full color (default), grayscale, monochrome
- Click Generate. Multi-page PDFs show progress.
- Download — single PNG for one-page, zip for multi-page.
Use cases that come up
- Slide decks → PNG → drop into Keynote, Google Slides, or another presentation tool that wants images
- Social media — convert a one-page resume / flyer to PNG for Instagram/LinkedIn
- Web hero images — convert a brochure cover to PNG, drop in a CMS
- Email signatures — turn a designed signature PDF into a clean PNG
- Documentation screenshots — convert annotated PDF guide pages into PNGs for a docs site
Best settings per use case
| Use case | DPI | Transparent | Color |
|---|---|---|---|
| Web preview / blog | 72 | off | full |
| Slide insertion | 150 | maybe | full |
| Social post | 150 | off | full |
| Print at 1:1 | 300 | off | full |
| Large-format print | 600 | off | full |
| Archive | 300 | off | full |
| Overlay over colored bg | 150 | on | full |
When NOT to use PDF to PNG
- You need the text editable — convert to Word instead (PDF to Word)
- You need the text searchable but layout preserved — keep it as PDF; PNG is not searchable by Google or PDF readers
- You have a 1000-page PDF and want every page as PNG — works but slow in browser. For that volume, a server-side library is more practical.
Privacy note
PDF rendering happens via pdf.js inside your browser tab. Pages render to a canvas, the canvas exports as PNG, all locally. The PDF content (text, images) never gets uploaded. This matters for confidential documents — pitch decks, design comps with NDAs, internal slides — that are routine targets for “PDF to image” services that quietly store your uploads to train their layout AI.
After exporting
The PNGs are standalone images. Common next steps:
- Drop into your slide tool of choice
- Use JPG to PDF if you ended up needing PDF again (rare but happens — different page size, different orientation)
- Use PDF to PNG at a different DPI if you under/over-shot quality
Use PDF to PNG: Convert PDF pages to PNG images. No signup, nothing uploaded.
Frequently asked questions
PNG is lossless — text and crisp lines stay sharp, no compression artifacts around letters. PNG also supports transparency, which JPG doesn't, so you can layer PDF pages over a slide background or website hero image. For photo-heavy content where file size matters more than fidelity, JPG (try **[PDF to JPG](/pdf-to-jpg)**) is a fair alternative.
Default is 150 DPI (good for screens and printing at 1:1). You can pick 72 (web preview), 150, 300 (high-quality print), or 600 (archival/large-format). Higher DPI means larger files: a typical A4 page is ~120KB at 72 DPI, ~600KB at 300, ~2MB at 600.
Yes. Enable the 'Transparent background' option. The white page background is replaced with alpha=0, leaving only the text and graphics. This works perfectly for PDFs originally designed without a colored background (most documents); PDFs with intentional colored backgrounds keep their colors and won't become transparent.
Each page becomes one PNG. They're bundled as a single .zip download (page-1.png, page-2.png, …). For a single-page PDF, the PNG downloads directly without zipping.
Related articles
How to Extract Plain Text from a PDF (Selectable + Scanned, In Browser)
Pull plain .txt out of any PDF — including scanned ones via OCR. Browser-only, no upload, preserves reading order.
How to Convert TXT to PDF with Custom Fonts and Margins
Convert plain text files to clean, readable PDFs. Pick fonts, margins, page size. Browser-only, supports UTF-8 and large files.
How to Convert TIFF (Multi-Page Scan) to PDF Locally
Convert single or multi-page TIFF scans into PDF. Preserves resolution, handles G4/LZW compression. Browser-only — your scans never upload.