Skip to main content
Pictey
Back to Blog
ConversionJanuary 18, 20267 min read
MS
Martin Sikula

Founder of Pictey

How to Convert PDF to JPG (Free Online Guide)

Need to extract images from a PDF or convert document pages to JPG? Learn the best methods to convert PDF files to high-quality images.

Try Pictey Image Tools

Convert, compress, and edit images instantly. Free, unlimited, files never leave your browser.

Explore All Tools

Why Convert PDF to JPG?

PDF (Portable Document Format) is designed for document sharing and printing, but there are many situations where you need individual pages as image files. Converting PDF to JPG makes your content more versatile and easier to use across different platforms.

Common reasons to convert PDF to JPG include:

  • Social media sharing: Most social platforms don't support PDF uploads, but accept JPG images readily
  • Presentations: Embedding a JPG in PowerPoint or Google Slides is simpler than working with PDF pages
  • Website content: Images load faster and display more consistently than embedded PDFs
  • Email attachments: JPG files are universally viewable without special software
  • Thumbnails and previews: Creating visual previews of documents requires image formats
  • Image editing: Photo editors work with images, not PDFs

Understanding PDF Structure

Before converting, it helps to understand that PDFs can contain different types of content:

  • Text-based PDFs: Created from word processors or design software, containing actual text and vector graphics
  • Scanned PDFs: Already images wrapped in PDF format, typically from scanners
  • Mixed content: Combination of text, images, and graphics

Each page of a PDF will be converted to a separate JPG image. The quality depends on your chosen resolution settings and the source PDF's quality.

Method 1: Online Converter (Recommended)

Online converters are the fastest and most convenient option for most users. They require no software installation and work on any device.

Step 1: Choose a Reliable Converter

Look for online PDF to JPG converters that prioritize privacy and security. The best tools process files locally in your browser or delete uploaded files immediately after conversion.

Step 2: Upload Your PDF

Drag and drop your PDF file or click to browse. Most converters support files up to 100MB, though larger documents may take longer to process.

Step 3: Configure Output Settings

Choose your preferred settings for the conversion:

  • Resolution/DPI: Higher DPI means better quality but larger file sizes. 150 DPI is good for screen use, 300 DPI for printing.
  • Quality: JPG compression level (70-100%). Higher values mean better quality.
  • Page selection: Convert all pages or specific page ranges.

Step 4: Download Your Images

After conversion, download individual JPG files or a ZIP archive containing all pages. Files are typically named with page numbers (page-1.jpg, page-2.jpg, etc.).

Privacy Tip

Choose converters that process files locally or guarantee immediate deletion. Avoid uploading sensitive documents to unknown services.

Method 2: Adobe Acrobat

Adobe Acrobat offers powerful PDF to image conversion with precise control over output quality.

Using Adobe Acrobat Pro

  1. Open your PDF in Adobe Acrobat Pro
  2. Go to File → Export To → Image → JPEG
  3. Choose quality settings and destination folder
  4. Click Save to export all pages as JPG files

Using Adobe Acrobat Reader (Free)

The free Reader version has limited export options. You can take screenshots of pages or use the "Save as Image" feature available in some versions. For full conversion capabilities, use the online tool at acrobat.adobe.com.

Method 3: Preview on macOS

Mac users have a built-in solution that's fast and free.

  1. Open your PDF in Preview
  2. Go to File → Export
  3. Select JPEG from the Format dropdown
  4. Adjust quality slider as needed
  5. Click Save

Note: Preview exports one page at a time. For multi-page PDFs, select specific pages in the sidebar thumbnails, then export each one. Alternatively, use Automator to create a batch conversion workflow.

Method 4: Windows Built-in Tools

Windows doesn't have native PDF to JPG conversion, but you can use workarounds:

Using Microsoft Edge or Chrome

  1. Open the PDF in your browser
  2. Use the Print function (Ctrl+P)
  3. Select "Microsoft Print to PDF" or "Save as PDF"
  4. This doesn't convert to JPG, but you can then use the Snipping Tool to capture pages as images

Using Photos App (Windows 11)

Windows 11's Photos app can open PDFs and export pages as images. Open the PDF, navigate to the page you want, and use the save/export function.

Method 5: Command Line (Advanced)

For batch processing or automation, command-line tools offer the most flexibility.

Using ImageMagick

# Convert all pages at 300 DPI
magick -density 300 input.pdf output-%03d.jpg

# Convert specific page (page 1)
magick -density 300 input.pdf[0] output.jpg

# With quality setting
magick -density 300 -quality 90 input.pdf output-%03d.jpg

Using Poppler (pdftoppm)

# Convert to JPEG at 300 DPI
pdftoppm -jpeg -r 300 input.pdf output

# Convert specific pages (1-3)
pdftoppm -jpeg -r 300 -f 1 -l 3 input.pdf output

Install ImageMagick from imagemagick.org or Poppler from your system's package manager (apt, brew, etc.).

Choosing the Right Resolution

DPIBest ForFile Size
72 DPIWeb thumbnails, quick previewsSmall
150 DPIScreen viewing, presentations, social mediaMedium
300 DPIPrinting, archiving, professional useLarge
600 DPIHigh-quality printing, detailed graphicsVery Large

Quality vs File Size Trade-offs

JPG compression affects both file size and image quality. Here's how to choose the right balance:

100% Quality

Maximum quality with minimal compression. Use for professional printing, archiving originals, or when every detail matters. Files will be significantly larger.

85-95% Quality (Recommended)

Excellent quality suitable for most purposes. The difference from 100% is virtually imperceptible, but file sizes are noticeably smaller. This is the sweet spot for most conversions.

70-85% Quality

Good quality for web use, email sharing, and general viewing. Some compression artifacts may appear in areas with gradients or fine text, but images remain clear at normal viewing sizes.

Below 70% Quality

Noticeable quality reduction. Only use when file size is critical, such as for thumbnails or when bandwidth is limited.

Handling Multi-Page PDFs

Converting a PDF with many pages requires some planning:

  • Organization: Each page becomes a separate JPG. Use consistent naming (document-001.jpg, document-002.jpg) to keep them in order.
  • ZIP archives: Most online tools offer ZIP downloads for multi-page documents.
  • Selective conversion: If you only need specific pages, convert just those to save time and space.
  • File size management: A 50-page PDF at 300 DPI can produce 100+ MB of images. Consider lower DPI for large documents.

Special Cases

Password-Protected PDFs

Most converters require you to enter the PDF password before conversion. If you don't have the password, you cannot convert the document (and attempting to bypass protection may be illegal).

Scanned PDFs

PDFs from scanners are already images. Converting them to JPG is essentially a format change. You won't gain quality, but you might lose some due to JPG compression. Consider keeping them as PDF or converting to PNG for lossless quality.

PDFs with Transparent Elements

JPG doesn't support transparency. Transparent areas in your PDF will be filled with a background color (usually white). If you need to preserve transparency, convert to PNG instead.

Large or Complex PDFs

PDFs with complex graphics, many layers, or high-resolution images may take longer to convert and produce larger JPG files. Consider reducing the output DPI or compressing the resulting images.

Common Questions

Will I lose quality converting PDF to JPG?

It depends on the source. Text-based PDFs contain vector data that can be rendered at any resolution, so conversion quality depends on your chosen DPI settings. Scanned PDFs are already images, so you won't gain quality but might lose some to JPG compression.

Can I convert JPG back to PDF?

Yes, but you'll create an image-based PDF, not a text-based one. The text won't be searchable or selectable unless you use OCR (Optical Character Recognition) software.

What's the difference between PDF to JPG and PDF to PNG?

JPG uses lossy compression, resulting in smaller files but some quality loss. PNG uses lossless compression, producing larger files with perfect quality. Use PNG when you need transparency or perfect text rendering.

How do I maintain text quality in the conversion?

Use higher DPI settings (300 or above) for crisp text. Lower resolutions can make text appear blurry or pixelated. For documents with small text, 300 DPI or higher is recommended.

Can I extract just the images from a PDF?

Yes, some tools can extract embedded images without converting the entire page. This is useful when you only need specific graphics from a document. Tools like Adobe Acrobat, pdfimages (from Poppler), or online extractors can do this.

Best Practices

  • Keep originals: Always save your original PDF. Conversion is a one-way process for quality.
  • Match resolution to purpose: Don't use 600 DPI for social media posts or 72 DPI for print materials.
  • Test first: Convert one page to check quality before processing a large document.
  • Consider alternatives: For text documents, PDF might actually be better for sharing. Only convert when you specifically need images.
  • Compress if needed: Large JPGs can be compressed further after conversion using image optimization tools.

Conclusion

Converting PDF to JPG is straightforward with the right tools. Online converters work best for quick, occasional conversions. Desktop software like Adobe Acrobat or Preview offers more control. Command-line tools excel at batch processing.

Choose your resolution based on how you'll use the images: 150 DPI for screens, 300 DPI for printing. Keep your original PDFs and use appropriate quality settings to balance file size and image quality.

Whether you're extracting a single page for a presentation or converting an entire document for archiving, understanding these methods and settings ensures you get the best results for your specific needs.

Need to work with images?

Pictey offers free tools for compression, resizing, format conversion, and more. All processing happens in your browser.

Explore Image Tools