How to Save a PDF as an Image (PNG/JPG) — 2026 Complete Guide
Every method to convert PDF pages into high-quality images, including online tools, desktop software, and platform-specific solutions for Windows and Mac.
There are plenty of reasons to save a PDF as an image. Maybe you need to share a document page in a presentation, upload it to a platform that only accepts images, or embed a PDF page in a website. Whatever the reason, converting PDF pages to PNG or JPG is straightforward once you know your options.
The key considerations are image quality (resolution), format choice (PNG vs JPG), and whether you need to convert one page or an entire document. This guide covers every method from quick online tools to desktop software, with specific instructions for Windows and Mac.
PNG vs JPG: Which Format Should You Use?
Before diving into methods, it helps to understand the difference between the two main image formats:
- PNG: Lossless compression, supports transparency, larger file sizes, best for text-heavy documents and screenshots. If quality is your priority, choose PNG.
- JPG (JPEG): Lossy compression, smaller file sizes, no transparency support, best for photos and documents where small file size matters more than pixel-perfect accuracy. If you are emailing or uploading to a size-restricted platform, JPG is usually the better choice.
For most PDF-to-image conversions, PNG produces cleaner text and sharper lines. JPG works fine for documents that are mostly images or photos. When in doubt, go with PNG.
Method 1: Online PDF to Image Converters
Online tools are the fastest path from PDF to image. Upload your file, choose the format and quality, and download the results. No installation required.
Steps using an online converter
- Open your preferred online PDF-to-image converter
- Upload your PDF file (most tools support drag and drop)
- Select your output format (PNG or JPG)
- Choose the image quality or DPI setting if available (200-300 DPI is good for most uses)
- Select specific pages or convert all pages
- Click convert and download the resulting images
What to look for in an online converter
- High DPI output: Tools that offer 300 DPI or higher produce print-quality images
- Page selection: Being able to convert only the pages you need saves time
- Privacy: Choose tools that delete uploaded files automatically
- No watermarks: Some free tools stamp their logo on output images
- Batch support: Useful when converting multi-page documents
Method 2: Desktop Software for Windows
If you convert PDFs to images regularly or need the highest possible quality, desktop software gives you more control and does not require uploading files to the internet.
Using Adobe Acrobat (Pro version)
- Open the PDF in Adobe Acrobat Pro
- Go to File > Export To > Image > PNG or JPEG
- Configure the export settings (resolution, color space, quality)
- Click Export
- Choose a save location and confirm
Free Windows alternatives
- PDF to Image converters: Several free desktop applications batch-convert PDFs to images. Look for ones that support custom DPI settings.
- Microsoft Print to PDF workaround: While Windows does not have a native "save as image" feature for PDFs, you can use the Snipping Tool or Snip & Sketch to capture specific pages as images.
- ImageMagick: A powerful command-line tool that converts PDFs to images with full control over resolution, format, and quality. The command is: convert -density 300 input.pdf output.png
- GIMP: Open the PDF in GIMP (free image editor), which renders each page as a separate layer. Export individual pages as PNG or JPG.
Method 3: Desktop Software for Mac
Mac users have some excellent built-in options that make PDF-to-image conversion particularly easy.
Using Preview (built-in)
- Open the PDF in Preview (it is the default PDF viewer on Mac)
- Select the page or pages you want to convert (use thumbnails in the sidebar to select multiple pages)
- Go to File > Export
- Choose the format:
- PNG: For best quality with text
- JPEG: For smaller file sizes
- TIFF: For uncompressed, maximum quality
- Adjust the quality slider if exporting as JPEG
- Click Save
Preview exports each selected page as a separate image file. This is the simplest method for Mac users and produces excellent results.
Using Automator for batch conversion on Mac
- Open Automator (built into macOS)
- Create a new Quick Action or Workflow
- Add the Render PDF Pages as Images action
- Set the format (PNG or JPEG) and resolution
- Run the workflow on your PDF files
Automator is surprisingly powerful for batch operations. Once you set up the workflow, you can reuse it anytime to convert PDFs to images in bulk.
Method 4: Screenshot Method (Quick and Dirty)
For converting a single page or a portion of a page, taking a screenshot is the fastest method. No tools, no conversion, just capture what you see on screen.
Windows screenshots
- Snipping Tool / Snip & Sketch: Open the PDF, launch the Snipping Tool, select the area you want, and save as PNG or JPG
- Print Screen: Press Win+Shift+S to open the snipping overlay, select the area, paste into Paint, and save
Mac screenshots
- Command+Shift+4: Drag to select the area. The screenshot saves to your Desktop as a PNG
- Command+Shift+4 then Space: Click on the PDF window to capture the entire window
Limitations of the screenshot method
Screenshots capture at your screen resolution, which is typically 72-150 DPI. This is fine for on-screen use (presentations, emails, social media) but not sufficient for printing. If you need high-resolution output, use one of the dedicated conversion methods instead.
Batch Conversion: Converting an Entire PDF to Images
When you need every page of a multi-page PDF as separate image files, batch conversion is the way to go. Here are the best approaches:
Online batch conversion
Many online converters handle multi-page PDFs automatically, outputting a ZIP file with numbered images for each page. This works well for documents up to about 50 pages. Larger documents may hit file size limits on free tools.
Desktop batch conversion
- Windows: ImageMagick's command-line tool can batch convert with a single command: convert -density 300 mydocument.pdf mypages-%03d.png
- Mac: Automator workflows handle batch conversion natively
- Cross-platform: Python scripts using libraries like pdf2image or PyMuPDF process hundreds of pages quickly
Organizing batch output
- Name files sequentially (page-001.png, page-002.png, etc.) for easy sorting
- Create a dedicated folder for output to keep things organized
- Verify page count matches — sometimes blank pages or hidden content produces unexpected extra images
Image Quality and Resolution Tips
The quality of your converted images depends largely on the DPI (dots per inch) setting. Here is a quick reference:
- 72 DPI: Screen resolution only. Fine for web display, terrible for printing
- 150 DPI: Decent for on-screen presentations and email sharing
- 200 DPI: Good balance between quality and file size
- 300 DPI: Print quality. The standard for professional printing
- 600 DPI: High-quality printing, archival, or when detail is critical. Large file sizes
For most purposes, 200-300 DPI hits the sweet spot. Going higher than 300 DPI produces diminishing returns unless you are preparing images for professional print production.
Common Issues and Solutions
Images look blurry or pixelated
The DPI setting is too low. Reconvert at 200-300 DPI. Also make sure you are not scaling the image up after conversion — a 72 DPI image stretched to fill a page will always look bad.
Colors look different from the PDF
Color space conversion can shift colors slightly. If accurate color reproduction matters, check if your converter offers CMYK to RGB conversion options or color profile settings. For most documents, the difference is negligible.
Text is not sharp in the image
Use PNG instead of JPG. JPG's lossy compression introduces artifacts around text edges. PNG preserves sharp text rendering. Also ensure you are converting at a sufficient DPI.
File sizes are too large
High-resolution PNG files can be large. If file size is a concern, switch to JPG at 80-85% quality. You can also reduce the DPI to 150 for screen-only use. For more tips, see our guide on reducing file sizes.
Which Method Should You Choose?
- Quick, one-time conversion: Online converter — no installation, fast results
- Highest quality: Desktop software at 300+ DPI in PNG format
- Mac user: Preview for individual pages, Automator for batch
- Windows user: ImageMagick for batch, Snipping Tool for single pages
- Entire multi-page document: Batch converter (online or desktop)
- Just one page, right now: Screenshot method
Converting PDFs to images is one of those tasks where the right tool makes all the difference. Pick the approach that matches your quality needs and frequency of use, and you will get clean, professional results every time. For more related guides, check out our PDF to JPG conversion guide and our PDF to PNG conversion guide.