Converting PDF to JPG: Step-by-Step Guide
Tutorials

Converting PDF to JPG: Step-by-Step Guide

Sarah Mitchell

Sarah Mitchell

Senior PDF Specialist

Mar 5, 2026 Apr 15, 2026 6 min
Reviewed by Emma RodriguezFact-checkedEditorial Policy

Need images from a PDF? This step-by-step guide covers every method to convert PDF pages to JPG images — from single pages to entire documents — using free and paid tools, with quality tips.

Converting PDF pages to JPG images is useful when you need to extract visual content from a document, share individual pages as images, or use PDF content in contexts that require image files. This step-by-step guide covers every method — from converting a single page to extracting all pages as images — using free and paid tools.

Why Convert PDF to JPG?

There are many scenarios where converting PDF to JPG is the right approach:

  • Sharing individual pages: Images are easier to share on social media, messaging apps, and websites than PDFs.
  • Embedding in documents: Word processors, presentation tools, and web pages often accept JPG but not PDF.
  • Extracting visual content: When you need a chart, diagram, or graphic from a PDF, converting the page to JPG lets you use it as an image.
  • Creating thumbnails: JPG thumbnails of PDF pages are useful for galleries, previews, and document management systems.
  • Viewing on devices without PDF readers: While PDF readers are common, JPGs open on virtually any device without additional software.

JPG vs. Other Output Formats

When converting PDF to images, you have several format options:

  1. JPG: Best for photographs and pages with many colors. Small file size, universally compatible. Does not support transparency.
  2. PNG: Best for pages with text, line art, or few colors. Larger file size, supports transparency. Crisper text rendering.
  3. TIFF: High quality, very large files. Used in professional workflows.
  4. WEBP: Modern format with good compression. Growing support but not universal.

This tutorial focuses on JPG, but most tools also support PNG and other formats if you need them.

Method 1: Convert PDF to JPG Online

Online converters are the fastest option for most users.

Step-by-Step: Converting PDF to JPG Online

  1. Choose a conversion tool: Look for one that offers adjustable quality and processes files securely. VisualDocs provides a free PDF-to-JPG converter.
  2. Upload your PDF: Drag and drop the file or browse to select it.
  3. Choose conversion mode: Most tools offer "convert all pages" or "convert specific pages."
  4. Set quality/DPI: Higher DPI (200–300) produces better quality but larger files. 150 DPI is a good balance for screen viewing.
  5. Click convert: The tool processes each page into a JPG image.
  6. Download the results: You will receive either a single JPG (if you converted one page) or a ZIP file containing all JPGs (if you converted multiple pages).

Tips for Online Conversion

  • Choose the right DPI: 72 DPI is fine for web thumbnails. 150 DPI is good for screen viewing. 300 DPI is needed for printing.
  • Check the output: Open the JPGs and verify text is readable and images are sharp.
  • Use ZIP download for multiple pages: When converting many pages, download as a ZIP to keep everything organized.

Method 2: Convert PDF to JPG with Adobe Acrobat Pro

Acrobat Pro offers high-quality PDF-to-image conversion.

Step-by-Step: Converting with Acrobat Pro

  1. Open the PDF in Acrobat Pro.
  2. Go to File > Export To > Image > JPEG.
  3. In the export settings dialog:

- Choose "All Pages" or a specific page range.

- Set image quality (Low, Medium, High, Maximum).

- Set color space (RGB for screen, CMYK for print).

- Set resolution (DPI).

  1. Click Export.
  2. Choose where to save the images.

Acrobat Pro creates one JPG per page, named sequentially (e.g., "document_page1.jpg," "document_page2.jpg").

Exporting as PNG Instead

If you need sharper text rendering, choose PNG instead of JPG in the export menu. PNG is better for documents that are primarily text or line art.

Method 3: Convert PDF to JPG on macOS

Using Preview

Preview can export PDF pages as images:

  1. Open the PDF in Preview.
  2. If converting a single page, go to that page.
  3. Go to File > Export.
  4. In the format dropdown, choose JPEG.
  5. Choose quality (Low, Medium, High, Best).
  6. Click Save.

For multiple pages, Preview does not have a built-in batch export. You would need to export each page individually or use an Automator workflow.

Using Automator for Batch Conversion

macOS Automator can batch-convert PDF pages to images:

  1. Open Automator and create a new "Folder Action."
  2. Choose a folder to watch.
  3. Add the "Render PDF Pages as Images" action.
  4. Set the format (JPEG), quality, and DPI.
  5. Add a "Move Finder Items" action to save the images.
  6. Save the workflow.
  7. Drop PDFs into the watched folder to convert them automatically.

Method 4: Convert PDF to JPG with Command-Line Tools

For batch processing and automation, command-line tools are powerful.

Using pdftoppm (poppler-utils)

pdftoppm is a free tool that converts PDF pages to images. You specify the input PDF, output prefix, image format, and resolution. It creates one image per page, named with sequential numbers. This is ideal for scripting and batch processing.

Using Ghostscript

Ghostscript can also convert PDF pages to JPG images. You specify the output device as a JPEG writer, set the resolution, and provide the input file. Ghostscript gives you fine control over quality and compression settings.

Using ImageMagick

ImageMagick can convert PDF pages to images with a simple command. Specify the input PDF and output image filename. ImageMagick uses Ghostscript under the hood for PDF rendering, so quality depends on your Ghostscript installation.

Choosing the Right Quality Settings

Resolution (DPI)

  • 72 DPI: Web thumbnails, quick previews. Small file size.
  • 150 DPI: Screen viewing, email sharing. Good balance of quality and size.
  • 200 DPI: High-quality screen viewing, presentations. Moderate file size.
  • 300 DPI: Print quality. Large file size. Use when the images will be printed.

JPEG Quality

Most tools offer a quality setting from 1–100:

  • 60–70: Small file size, visible compression artifacts. Acceptable for thumbnails.
  • 80–85: Good quality, reasonable file size. Best for most uses.
  • 90–95: High quality, larger file size. Use when quality matters.
  • 100: Maximum quality, largest file size. Rarely necessary.

Color Space

  • RGB: For screen viewing, web, and digital sharing. This is the default for most tools.
  • CMYK: For professional printing. Only needed if the images will be used in a print workflow. Most users should stick with RGB.

Common Conversion Problems

Problem: Text Is Blurry in the JPG

This usually means the DPI is too low. Increase to at least 150 DPI for readable text. For sharp text, use 200–300 DPI or consider PNG instead of JPG (PNG renders text more crisply).

Problem: File Sizes Are Very Large

High DPI and high quality produce large files. Reduce DPI to 150 for screen viewing, or lower the JPEG quality to 80–85. If you need high quality, consider PNG with compression instead.

Problem: Colors Look Different from the PDF

Color shifts can occur due to color space conversion. Ensure your tool is set to RGB for screen output. If the PDF uses CMYK profiles, the conversion to RGB may shift colors slightly.

Problem: Only Part of the Page Is Converted

This happens when the page has a non-standard size or crop box. Most tools convert the full page, but if the PDF has a custom crop box, only that area may be converted. Check the PDF's page size settings or use a tool that lets you specify the area to capture.

Best Practices for PDF-to-JPG Conversion

  • Choose the right DPI for your use case: Do not use 300 DPI for web images — it wastes space. Match the DPI to the output medium.
  • Convert only the pages you need: If you need one page from a 100-page PDF, convert just that page rather than the entire document.
  • Test different quality settings: Find the lowest quality that still looks acceptable to keep file sizes manageable.
  • Keep the original PDF: The PDF is the source. You can always re-convert at higher quality if needed, but you cannot improve a low-quality JPG.
  • Organize output files: When converting many pages, use a consistent naming scheme (e.g., "doc_p001.jpg," "doc_p002.jpg") to keep files organized.

Choosing Output Settings for Different Use Cases

The optimal DPI, quality, and color space for your converted JPGs depend on how you plan to use them. Here are recommendations for common scenarios:

For Web and Social Media

  • DPI: 72–96 DPI is sufficient for web display. Most screens cannot show more than this.
  • Quality: 70–80 (out of 100). This keeps file sizes small for fast loading while maintaining acceptable quality.
  • Color space: RGB (sRGB). This is the standard for all web and screen display.
  • File size target: Under 200 KB per image for quick page loading.
  • Tips: Resize images to the exact display dimensions before or after conversion to avoid serving oversized images. Use the JPG format for photos and PNG for pages that are primarily text.

For Email Attachments

  • DPI: 100–150 DPI. This provides readable text without excessive file size.
  • Quality: 80–85. Good quality that keeps the file under most email size limits (typically 10–25 MB).
  • Color space: RGB.
  • File size target: Under 5 MB per image to stay within most email limits.
  • Tips: If the PDF has many pages, convert only the pages you need. For multi-page conversions, download as a ZIP to keep the attachment organized.

For Printing

  • DPI: 300 DPI minimum for professional printing. 200 DPI is acceptable for home or office printing.
  • Quality: 90–95. Print reveals compression artifacts more than screens do, so use higher quality.
  • Color space: RGB for inkjet and laser printers. CMYK only if sending to a commercial print shop that requires it.
  • File size target: Not a concern — prioritize quality over size for print.
  • Tips: If printing at a specific size (e.g., 4x6 inches), set the DPI and dimensions accordingly. A 4x6 print at 300 DPI requires an image that is 1200x1800 pixels.

For Archival and Records

  • DPI: 300 DPI or higher. Archival copies should capture maximum detail.
  • Quality: 95–100. Archival copies should have minimal compression to preserve detail for future use.
  • Color space: RGB with embedded color profiles. This ensures colors are preserved accurately over time.
  • File size target: Not a concern — archival copies should prioritize quality.
  • Tips: Consider using PNG or TIFF instead of JPG for archival copies, as these formats use lossless compression. If you must use JPG, use the highest quality setting. Store archival copies on redundant storage (multiple drives or cloud backup).

Batch Converting PDFs to Images

When you need to convert many PDFs — or a PDF with many pages — to JPG images, batch processing saves significant time.

Using Command-Line Tools for Batch Conversion

Command-line tools are the most efficient way to batch-convert PDFs to images:

  1. pdftoppm (poppler-utils): The most popular tool for batch PDF-to-image conversion. A single command can convert an entire multi-page PDF into individual JPG files. You can write a script that loops through all PDFs in a directory and converts each one to a set of JPG images.
  2. Ghostscript: Can convert PDFs to JPG with fine control over quality and compression. Write a script that processes each PDF in a directory, specifying the output device as a JPEG writer and setting the desired resolution.
  3. ImageMagick: Can convert PDFs to images with a simple command. Use a shell loop to process multiple files. ImageMagick uses Ghostscript under the hood for PDF rendering.

Batch Conversion Workflow

A typical batch conversion workflow looks like this:

  1. Organize source PDFs: Place all PDFs to be converted in a single input directory.
  2. Write a conversion script: Create a shell script that loops through each PDF in the input directory, converts it to JPG images, and saves the images to an output directory. Use a naming scheme that includes the source filename and page number (e.g., "report_p001.jpg").
  3. Run the script: Execute the script and monitor the output for errors.
  4. Verify results: Open a sample of the output images to confirm quality. Check that all pages were converted and that the naming is consistent.
  5. Handle failures: Some PDFs may fail to convert (encrypted, corrupted, or with unusual structures). Log failures and process them manually.

Batch Conversion Best Practices

  • Test on a sample first: Before converting hundreds of files, test your settings on a few representative PDFs to verify quality and naming.
  • Use consistent naming: A naming scheme like "source_pagenum.jpg" makes it easy to trace each image back to its source page.
  • Save to a separate directory: Never save output images in the same directory as source PDFs — this makes it hard to manage files.
  • Log everything: Record which files were converted, how many pages each produced, and any errors encountered.
  • Clean up between runs: If you run the batch conversion multiple times, clear the output directory first to avoid mixing old and new results.

Conclusion

Converting PDF to JPG is a straightforward task with many available methods. For most users, an online converter is the fastest option. Adobe Acrobat Pro offers the highest quality and most control. Command-line tools like pdftoppm and Ghostscript enable automation and batch processing. The key is choosing the right DPI and quality for your specific use case — high enough for clear output, low enough for reasonable file sizes. With this guide, you can extract any PDF page as a high-quality JPG image.

Share

About the Author

Sarah Mitchell

Sarah Mitchell

Senior PDF Specialist

Sarah has 8+ years of experience in document management and PDF workflows. She specializes in helping businesses streamline their document processes.

8+ years in document management and PDF workflows
Skills & Expertise
PDF StandardsDocument Workflowspdf-libPDF/A ArchivingEnterprise Document Systems

Frequently Asked Questions

What DPI should I use for PDF to JPG conversion?
For web and screen viewing, 150 DPI is a good balance. For printing, use 300 DPI. For thumbnails, 72 DPI is sufficient. Higher DPI produces better quality but larger files.
Can I convert only specific pages of a PDF to JPG?
Yes. Most online tools let you select specific pages. Adobe Acrobat Pro allows page range selection. Command-line tools like pdftoppm accept page range parameters (e.g., -f for first page, -l for last page).
Is JPG or PNG better for PDF conversion?
JPG is better for pages with photos and many colors, producing smaller files. PNG is better for pages with text and line art, producing crisper text and supporting transparency. Choose based on your content type.
Can I convert a PDF to JPG on my phone?
Yes. Online PDF-to-JPG converters work in mobile browsers. There are also dedicated mobile apps for iOS and Android that can convert PDF pages to images.
Why are my converted JPG files so large?
High DPI and high quality settings produce large files. Reduce DPI to 150 for screen viewing, or lower JPEG quality to 80–85. You can also compress the resulting JPGs with an image compression tool.

Start working smarter today

Join 500,000+ users who trust VisualDocs for their daily image and PDF workflows.