How to convert PDF pages to PNG images

  1. Choose the pages

    Blank for all of them, or a list of the ones you want.

  2. Choose a resolution

    150 DPI is right for screen use, including slides.

  3. Convert

    A single page returns one PNG; several return a ZIP.

Why this matters for exam and study documents

Graph paper, axes and thin construction lines are exactly the content JPG handles worst. For a mathematics or physics diagram going into notes, PNG is the honest choice.

What is kept, what changes, and what this will not do

Taking content out of a PDF always costs something. Rendering keeps the appearance and discards the text; extraction keeps the meaning and discards the layout. There is no option that keeps both.

Kept

  • Every pixel exactly as rendered, with no compression loss
  • Sharp edges on text, graph axes and line work

Changed

  • Text becomes pixels and stops being searchable
  • Files are considerably larger than the equivalent JPG

Limits

  • A photographic page as PNG can be very large. Use JPG for those.

Questions and answers

Is PNG really sharper than JPG?

For line art and text, yes, visibly. For photographs the difference is invisible and the file is several times bigger, so the answer depends entirely on what is on the page.

Does PNG keep transparency?

The format supports it, but a rendered PDF page has an opaque white background, so the output here is opaque.

Why is my ZIP so large?

PNG at 300 DPI across many pages adds up fast. Drop to 150 DPI unless you are printing.

Guides that use this tool