ConvertDuck

PDF to JPG/PNG

Convert each page of a PDF into images.

Drop a PDF file here.

Turn PDF Pages into Shareable Images

Sharing PDF content on social media or inserting pages into Word documents can be frustrating. This tool renders every page of your PDF as a standalone, high-resolution image using Mozilla's PDF.js engine. We enforce a 2x rendering scale, ensuring that even small text remains crisp when converted to JPG or PNG formats.

How to Convert PDF to Images

1. Upload PDF

Drag and drop your document. The browser immediately loads the file into memory without sending it to a server.

Works best with standard PDFs. Password-protected files must be unlocked first.

2. Choose Format

Select JPG for smaller file sizes (photos) or PNG for lossless quality (text and screenshots).

PNG is recommended if your PDF contains diagrams or screenshots to prevent compression artifacts.

3. Download ZIP

Click convert to generate a ZIP file containing all pages as numbered images (e.g., page_01.jpg).

Technical Specifications

EngineMozilla PDF.js (Client-side)
Output ResolutionVariable (based on page size) @ 2x Scale
Supported FormatsInput: PDF / Output: JPG, PNG
PerformanceDepends on CPU/RAM (WebGL acceleration supported)

Local Rendering vs. Cloud APIs

FeatureThis Tool (Local)Cloud Converters
Privacy100% Private (No Upload)Files stored on servers
Image QualityHigh (2x Scaling Standard)Often compressed to save bandwidth
SpeedInstant (No network lag)Depends on upload speed

Common Questions

Q.Why is the output a ZIP file?
Since PDFs often contain multiple pages, downloading them as individual images would flood your downloads folder. We package them into a single ZIP for easy management.
Q.Will the text remain selectable?
No. Converting to JPG/PNG rasterizes the text into pixels. It becomes a flat image, suitable for social media sharing but not for editing text.
Q.Does this work on mobile?
Yes, modern smartphones support the required JavaScript libraries. However, processing large PDFs (50+ pages) may be slower on older mobile devices.
Q.What is the difference between JPG and PNG here?
JPG is compressed and smaller, ideal for photos. PNG is lossless, preserving sharp edges for text and vector graphics found in slides.