PDF to PNG

Convert PDF pages to high-quality PNG images with transparency support

Drop your pdf file here or click to browse

Max file size: 100MB

PNG note: Larger file sizes than JPG for photos

How Your PDF Pages Become PNG Images

When you upload a PDF for conversion, the file is processed by MuPDF — an open-source rendering library built for speed and accuracy. MuPDF interprets each page's description: the vector text drawn with embedded fonts, the paths and shapes defined by PostScript-like operators, and any raster images already embedded in the document. It then rasterizes all of these elements onto a pixel grid at the DPI you select.

The critical difference from PDF-to-JPG conversion is what happens after rasterization. Instead of applying JPEG's lossy DCT compression, the pixel data is encoded using PNG's lossless deflate compression. Every single pixel survives encoding exactly as it was rendered — no information is discarded, no artifacts are introduced. What MuPDF draws is what you get.

PNG also supports an alpha channel, which means MuPDF can render pages with a transparent background instead of the default white fill. This is particularly valuable when you need to overlay converted pages on colored backgrounds or composite them with other images. Read more about the underlying format in our PDF format reference and PNG format reference.

Transparency: When and Why It Matters

PNG's alpha channel is the defining advantage over JPG for many workflows. When you enable transparent backgrounds in the converter settings, any area of the PDF page that doesn't contain drawn content becomes fully transparent rather than white. This means you can place the resulting image on any colored background — a dark website header, a colored slide, a printed label — without a visible white rectangle around your content.

ScenarioTransparent BackgroundWhite Background
Logo on colored headerBlends seamlesslyWhite box visible around logo
Slide overlay in presentationsLayers over slide backgroundCovers the slide background
Watermark preparationOnly the mark is visibleWhite fill hides content beneath
Print on colored paperPaper color shows throughWhite areas print as white ink/toner

If transparency isn't needed for your use case — for example, you're converting full document pages for archiving — you can leave the default white background enabled. This produces slightly smaller files since the alpha channel data isn't included. For purely photographic content where transparency is irrelevant and file size matters, PDF to JPG is the more efficient choice.

Pixel Density and Output Size

The DPI (dots per inch) setting controls how many pixels represent each inch of your original PDF page. Higher DPI means more pixels, sharper detail, and larger files. Because PNG uses lossless compression, file sizes scale more steeply with DPI than they do for JPG. Here's what to expect for a standard A4 page:

SettingPixel Dimensions (A4)Approx. Size/PageBest For
72 DPI595 × 842200–500 KBThumbnails, web previews
150 DPI1240 × 1754500 KB – 2 MBPresentations, email, social media
300 DPI2480 × 35082–8 MBPrint, brochures, reports
600 DPI4960 × 70168–30 MBArchival, fine art reproduction

You can also set a specific width or height in pixels to override the default dimensions — useful when you need images at an exact size for a website layout or digital signage. If you set only the width, the height scales proportionally (and vice versa). Learn more in our guide on image resolution, DPI, and PPI.

Convert-To Tip
For most screen-based uses, 150 DPI gives you sharp images at manageable file sizes. Go to 300 DPI only if you plan to print. Reserve 600 DPI for archival or professional publishing — the file sizes are substantial but every detail is captured.
Privacy Note
Your PDF is transmitted over HTTPS directly to CloudConvert for processing. We never store your files on our own servers. Converted files are automatically deleted from CloudConvert after 15 minutes.

When PNG Is the Wrong Choice

PNG excels at preserving sharp edges, text, and transparency — but that lossless fidelity comes at a cost. For pages dominated by photographs, gradients, or complex color transitions, PNG files balloon in size. A 300 DPI photograph-heavy PDF page might produce a 5–8 MB PNG file versus roughly 500 KB as a JPG. If your PDF is a photo album, a brochure full of product shots, or a scanned document with photographic backgrounds, the file size difference is dramatic.

The visual difference, however, is often negligible for photographic content. The human eye is less sensitive to the subtle compression artifacts that JPG introduces in photographs than it is to the blocky distortion JPG causes around sharp text and fine lines. So for photo-heavy PDFs, JPG gives you visually identical results at a fraction of the file size.

Similarly, 600 DPI is overkill for most uses. Unless you're producing archival scans or fine art reproductions, 300 DPI provides more than enough detail for print, and 150 DPI is sharp enough for any screen. Doubling the DPI quadruples the pixel count and can easily push PNG files past 30 MB per page — slow to download, difficult to email, and wasteful of storage. Choose the lowest DPI that meets your actual quality requirement.

When file size matters and you don't need transparency, converting to JPG is the better choice. Use PNG when you need lossless accuracy, transparent backgrounds, or pixel-perfect rendering of text and line art.

Real-World Scenarios

A graphic designer receives a 48-page brand guideline PDF from a client. Pages 3 through 7 contain the primary and secondary logos on white backgrounds. She needs those logos as individual image files with transparent backgrounds to use in web mockups and social media templates. She sets the page range to 3-7, enables transparent background, and converts at 300 DPI. Each logo PNG drops cleanly onto colored backgrounds in Figma without a white rectangle around it — no manual background removal needed.

A teacher converts a 15-page math worksheet PDF to PNG images for embedding in Google Slides. Each slide gets one worksheet page as an image, and students interact with it during the lesson. She converts at 150 DPI — sharp enough on a projector and classroom screens, with files averaging 800 KB each that load quickly even on the school's slower network. The whole conversion takes about 20 seconds.

An architect exports floor plans from a CAD application as a multi-page PDF. The plans contain thin lines (0.25pt walls and dimension annotations) that JPG compression would blur into illegibility. He converts to PNG at 300 DPI, preserving every line at full sharpness thanks to PNG's lossless compression. The files are larger — about 4 MB per page — but the detail is critical for client review and contractor handoff. The raster vs vector trade-off is acceptable here because the contractor needs images, not editable drawings.

PDF to PNG: Frequently Asked Questions

Answers to common questions about converting PDF files to PNG images.

Upload your PDF file to Convert-To.co, click Convert, and download your PNG images. Each PDF page becomes a separate PNG file. You can adjust pixel density up to 600 DPI and enable transparent backgrounds before converting.

PDF vs PNG: Understanding the Formats

PDF and PNG are designed for entirely different purposes. PDF is a document container that preserves exact layout, fonts, vector graphics, and images across every device and operating system — it describes how to render a page, not just what it looks like. PNG is a raster image format that stores a fixed grid of pixels using lossless compression, optimized for graphics with sharp edges, text, and areas of flat color.

Converting from PDF to PNG trades editability and multi-page structure for universal image compatibility. The result is a single-page, flat image that any browser, image editor, or messaging app can display without a PDF viewer. The lossless compression ensures nothing is lost in the process — but the text is no longer selectable, and the pages can no longer be reflowed or edited.

FeaturePDFPNG
TypeDocument containerRaster image
PagesMulti-pageSingle image
TextSelectable, searchableFlattened into pixels
CompressionLosslessLossless (Deflate)
TransparencyNoYes (alpha channel)
EditingRequires PDF editorAny image editor
Best ForDocuments, forms, print layoutGraphics, screenshots, text-heavy images

For deeper comparisons, read our guides on PDF vs JPG and raster vs vector formats.