WikiPlus

PDF to Images

Convert PDF pages to PNG or JPG up to 600 DPI. Preserves fonts, vectors and color profiles. 100% free, processed in your browser.

Local processing
1.4s avg
4.8 out of 5 — based on 1,247 uses

By Sergio Robles — Founder

Drag & drop your PDF file here

or click to browse files

PDF
Your files are processed locally in your browser. We never upload or store your data.

What is PDF to Images?

PDF to Images turns each page of a PDF into a high-resolution PNG or JPG. Output DPI ranges from 72 for web preview up to 600 for print quality. The tool runs in your browser using an in-browser PDF parser with canvas rendering. No file upload happens. The source PDF stays on your device. Multi-page output is zipped into a single download for convenience. PNG output preserves transparency when the source supports it. JPG uses a smaller format when transparency is not needed. Designers extract specific PDF pages into Figma comps for layout work. E-commerce teams turn product catalog PDFs into image carousels for Instagram Shop and Pinterest. Lawyers attach single exhibit images to emails when the full PDF is too large. Educators turn slide-deck PDFs into posts for social media. Journalists capture newspaper PDF pages for screenshot reference in articles.

When should I use this tool?

  • Export a presentation PDF as PNG slides for social media.
  • Save chart-heavy report pages as images for a blog post.
  • Create JPG thumbnails of PDF pages for an e-commerce listing.
  • Convert scanned receipts into images for an expense app.

How do I convert a PDF to images?

  1. 1Click the upload area and pick the PDF you want to convert.
  2. 2Choose the output format: PNG for transparency or JPG for smaller files.
  3. 3Adjust the DPI if you need higher or lower quality images.
  4. 4Click Convert and wait while each page renders in your browser.
  5. 5Download the images one by one or grab them all as a ZIP file.

Frequently asked questions

What image formats and resolutions can I export?

WikiPlus PDF to Images supports three output formats: PNG, JPEG, and WebP. PNG is the correct choice when the source PDF page contains transparency, vector art, or text that must remain pixel-sharp — PNG uses lossless compression so every pixel in the exported image is an exact representation of what the PDF renderer produced. JPEG suits photographic content and scanned pages where a slightly smaller file size is more important than lossless fidelity; the quality slider controls the JPEG compression trade-off. WebP offers the best compression ratio of the three, producing files 25–35% smaller than JPEG at equivalent visual quality, and is the recommended format for web display or API delivery of page images. Resolution is controlled by the DPI (dots per inch) setting, which scales how many pixels represent each physical inch of the PDF's page dimensions. At 72 DPI a standard US Letter page (8.5×11 inches) exports as approximately 612×792 pixels — suitable for thumbnail previews and low-bandwidth web display. At 150 DPI the same page exports at 1275×1650 pixels, which is comfortable for on-screen reading and most web contexts. At 300 DPI — the professional print standard — output is 2550×3300 pixels per page, appropriate for offset printing and large-format digital display. At 600 DPI output reaches 5100×6600 pixels, which is used for archival scanning, fine-art reproduction, and microscopy-detail extraction. Higher DPI multiplies both pixel count and file size roughly quadratically: a page that exports as a 200 KB PNG at 150 DPI will produce a 2–3 MB PNG at 600 DPI. Match DPI to your actual use case — exporting a 100-page report at 600 DPI produces several gigabytes of image data that is impractical for most workflows. Tip: use 150 DPI for screen-only output and 300 DPI for print-ready images; 600 DPI is rarely needed outside archival or medical imaging contexts.

Will all pages export or just a selection?

You have full control over which pages export. WikiPlus PDF to Images offers three scope modes that cover all practical use cases. The first mode, Export all pages, renders every page in the PDF document into a separate image file. All images are bundled into a single ZIP archive for one-click download, with each file automatically named using zero-padded sequential numbers (page-001.png, page-002.png, and so on) to ensure the files sort in document order when unpacked in any file manager. The second mode, Export page range, accepts the same comma-separated range syntax used in the PDF Split tool — for example, typing 1-5, 8, 11-15 renders only those specific pages and skips the rest, saving significant rendering time for large documents. The third mode, Export single page, renders exactly one page and delivers it as a direct image download without a ZIP wrapper, which is ideal when you need a quick screenshot of a specific page to paste into an email, a Slack message, or a presentation slide. Rendering time scales with the number of pages and the DPI setting. A typical 20-page report at 150 DPI completes in 8–12 seconds on a modern laptop. A 100-page document at 300 DPI may take 60–90 seconds because each page must be individually drawn on an HTML5 Canvas by the in-browser PDF rendering engine. All rendering happens locally in your browser — the PDF data is never sent to a server for processing. Tip: for interactive slide decks or training materials that you plan to post page-by-page on social media, use the range mode to export only the pages you plan to publish, which keeps the ZIP archive manageable and avoids exporting confidential backup slides.

Are hyperlinks preserved in the exported images?

No, and this is a fundamental limitation of raster image formats rather than a quirk of WikiPlus. When a PDF page is rendered to an image — PNG, JPEG, or WebP — the output is a flat grid of colored pixels. The pixel data captures exactly what the page looks like visually, but all semantic and interactive structure is discarded in the rasterization process. Hyperlinks, internal cross-references, form-field regions, annotation overlays, and any other interactive layer exist as separate objects in the PDF's logical structure, not as painted pixels on the page surface. Those objects have no representation in the image format's data model and are therefore lost when the page is rendered. If your workflow requires image exports for visual use (social media posts, blog illustrations, presentation slides) but also requires a clickable copy for distribution, the standard approach is to maintain both: export images from WikiPlus PDF to Images for the visual contexts and keep the original PDF for any scenario where links must work. Alternatively, if your PDF pages contain only content that will be displayed on the web and you need both sharpness and interactivity, converting PDF pages to SVG preserves vector paths, text, and link annotations in a format that browsers can render interactively. For academic presentations, marketing materials, and e-learning content, the dual-format workflow is well established: the image version goes on social media and in slide decks; the PDF stays as the authoritative shareable document. Tip: when exporting presentation slides as PNG images for social media, use 150 DPI for most platforms — that produces images around 1280×960 pixels, which is within the optimal range for LinkedIn, Twitter/X, and Facebook post images without producing oversized files.

Can I rasterize a password-protected PDF?

Only after unlocking the document with the correct password. WikiPlus PDF to Images uses an in-browser PDF rendering engine that reads each page's content stream to draw it onto a Canvas — and if the content stream is encrypted, the drawing commands are unreadable ciphertext that cannot be interpreted as page geometry, fonts, or images. A user-open password encrypts the content streams at the file level, making it impossible for any tool, browser-based or otherwise, to render the pages without first decrypting them using the correct key. The fix is straightforward: open WikiPlus PDF Unlock, enter the user password for your file, and download the decrypted copy. This runs entirely in your browser — the password is used locally by pdf-lib to decrypt the file in memory and is never transmitted to any server. Then load the unlocked copy into WikiPlus PDF to Images and proceed with your chosen export settings. For PDFs that carry only an owner password (a permissions restriction on printing or copying) but no user-open password, the behavior differs: owner restrictions are enforced by the PDF viewer application, not by encryption of the content streams themselves. The WikiPlus rendering engine reads the underlying content directly and can rasterize these pages without any special handling, regardless of the owner-password restrictions. This is consistent with the behavior of most PDF rendering libraries and does not bypass any encryption — the content was never encrypted to begin with. Tip: if you receive a PDF with an owner password that blocks printing, rasterizing it to images using WikiPlus PDF to Images is a valid way to produce printable versions when you have the right to view the content.

Content on this page is available under CC BY 4.0.