To extract PDF pages as images you first select the pages you want inside a new PDF file, then render that trimmed PDF as pictures using a built-in browser print or screenshot action; this two-step flow keeps the original document intact, lets you control the exact order of the output, and avoids uploading sensitive files to a remote server. The whole job takes about a minute once you understand the page-numbering rules and the file-size limits of the tools you are working with.
Most readers land on this question because they want a slide, a chart, a scanned signature, or a single illustration pulled out of a longer PDF and saved as a PNG or JPG they can drop into a presentation, an email, or a report. Doing it well means working in two passes: first build a tiny PDF that contains only the pages you actually want to keep, then export those pages as images one at a time. Skipping the first step and trying to "convert pages 5, 7, and 12" directly usually forces you to render the entire document and crop afterwards, which is slower and produces lower-quality results.

Why a Two-Step Workflow Beats Direct Conversion
PDFs are not images, so most image converters either grab every page or operate on a contiguous range. They cannot pick page 5, then page 1, then page 3 in a new order and output those three as separate image files. By extracting only the pages you need into a new PDF, you give yourself a small, clean source that any browser-based renderer can handle. You also get to confirm visually that you picked the correct pages before the pixel-by-pixel conversion even starts.
This approach is also safer. The Extract PDF Pages tool runs entirely in your browser, so your file never leaves your device. There is no account to create, no watermark to remove afterwards, and no waiting in an upload queue. Once you have the trimmed PDF, the browser's own print-to-image flow (or the operating system's screenshot tool) handles the final conversion with no extra software installation.
Prepare the File You Want to Work With
Before you start, open the PDF and confirm three things:
- It is not password-protected. Encrypted files cannot be read by the extractor.
- It is under 50 MiB in size. Larger files need to be compressed first.
- It has fewer than 500 pages. Anything larger falls outside the extractor's range.
If your document is encrypted, remove the password in the program that created it (usually Adobe Acrobat or your PDF reader's "Save As" option) and save an unlocked copy. If the file is over 50 MiB, splitting it with the Split PDF tool and processing the halves separately is the simplest path. Knowing the total page count up front helps you avoid typos when you write out your page list in the next step.
Extract the Pages Into a New PDF
Now build the trimmed PDF that will become your image source:
- Open the Extract PDF Pages tool in your browser.
- Select the unencrypted PDF from your device or drag it onto the page.
- Type the pages you want, using one-based numbers and inclusive ascending ranges separated by commas — for example 5, 1-3 to put page 5 first, then pages 1 through 3 after it.
- Click the extract button and wait for the duplicate-page notice if the list contains any repeated numbers.
- Download the resulting PDF, which now contains exactly the pages you listed in the order you listed them.
The order of the comma-separated entries controls the output order. The expression 5, 1-3 will give you a five-page PDF in the sequence 5, 1, 2, 3. If you write 2, 2, 4, the tool flags the duplicate "2" so you can confirm whether you meant a different page or two copies of the same page. Reviewing that notice is how you catch typos before the download starts.
Render Each PDF Page as an Image
With the trimmed PDF saved on your device, you have two reliable ways to turn the pages into image files.
Option A — Use the Browser's Built-In PDF Viewer
- Open the trimmed PDF in Chrome, Edge, or Firefox.
- Press Ctrl + P (or Cmd + P on macOS) to open the print dialog.
- Set the destination to Save as PDF or, where supported by your OS print stack, choose Microsoft Print to PDF.
- Set paper size to match the source (A4 or Letter), leave margins at default, and enable Background graphics so charts and colored blocks are preserved.
- Save the file, then rename the extension from .pdf to .png or use any raster converter to obtain true PNG/JPG output.
Option B — Use Your Operating System's Screenshot Tool
- Open the trimmed PDF and zoom to 100% or higher for sharper text.
- Capture each page individually using the screenshot tool your OS provides: macOS Cmd + Shift + 4, Windows Snipping Tool, or Linux gnome-screenshot.
- Save each capture as a PNG or JPG with a descriptive filename such as report-cover.png or chart-page-3.png.
The browser-print route is best for batch work and produces a single PDF you can convert in bulk afterwards; the screenshot route is faster for grabbing one or two specific pages at full screen resolution. Either method keeps every step on your device.
Choosing the Right Output Resolution and Format
Different end uses call for different image settings. A slide deck can survive with reasonable compression, while a printed handout benefits from the highest resolution your workflow can produce.
| Use case | Recommended resolution | Recommended format | Notes |
|---|---|---|---|
| Slide or PowerPoint | 96–150 DPI | PNG or JPG | Smaller files keep decks responsive. |
| Email attachment | 72–96 DPI | JPG | Faster delivery, still readable on most screens. |
| Printed handout | 300 DPI | PNG | Lossless detail for fine print and line art. |
| Web page embed | 72 DPI | PNG for sharp edges, JPG for photos | Match the surrounding page's pixel density. |
The numbers above describe widely accepted starting points rather than guaranteed outputs; the exact quality from any converter will depend on your browser's PDF rendering engine and your chosen zoom level. When in doubt, render at the highest quality your tooling supports and downscale if the file size becomes a problem.
Verify and Rename the Resulting Files
Once the pages are saved as images, open each one and check that:
- The full page content is visible — sometimes the print dialog clips the edges at non-default margins.
- Text remains crisp at 100% zoom in your image viewer.
- Color blocks, watermarks, and chart backgrounds survive the conversion when you need them to.
- Pages appear in the order you specified — fix this by re-running the extractor with a corrected page list if needed.
If any page looks off, re-render it individually rather than redoing the whole batch. You can also rearrange the trimmed PDF before exporting if the order needs to change, or remove stray pages from a draft export. Naming your files descriptively (appendix-figure-1.png instead of image1.png) saves time the next time you search for the same asset.
Troubleshooting When Pages Look Wrong
A handful of problems come up often enough to be worth naming ahead of time. If your export shows gray bars instead of real content, you turned off background graphics in the print dialog. If the page looks stretched, your paper size does not match the PDF — switch it to A4 or Letter to match the source. If the text is fuzzy, your zoom level was below 100% or you captured at sub-native scaling. If the file you uploaded gets rejected, double-check that it is unencrypted and under 50 MiB. Each of these is a single setting to fix once you spot the symptom.
For a fuller walk-through of the page-extraction step itself, the guide on how to extract PDF pages into a new file shows the same process with screenshots, and the browser-based extraction guide covers the privacy angle in more depth. When you are ready to move beyond single-page exports, the PDF Page Counter tool gives you a quick page-by-page breakdown of any source PDF you are about to edit.
Pulling specific pages out of a PDF and turning them into reusable pictures is one of the more common PDF tasks, and it does not require paid software once you know the two-step pattern: trim the document first, render the trimmed PDF second. Working entirely in the browser keeps the document private, keeps the workflow fast, and lets you walk away with named, ready-to-share image files.
If you're weighing options, How to Flatten PDF Form Fields in Your Browser covers this in detail.
If you're weighing options, Convert JPG to PDF for Free in Your Browser covers this in detail.