Convert PDF Pages to Images
This tool renders each page of your PDF as a high-quality image. Choose between PNG (lossless, larger files), JPEG (smaller files, adjustable quality), or WebP (best compression with good quality). Adjust the scale factor to control the output resolution.
Scale Factor
The scale factor controls the output resolution. At 1x, pages render at 72 DPI (the PDF default). At 2x, you get 144 DPI — suitable for most screen use. At 3x or 4x, you get print-quality images at 216-288 DPI. Higher scales produce larger files and take longer to render.
Format Comparison
- PNG: Lossless compression. Best for pages with text, diagrams, or sharp edges. Larger file sizes.
- JPEG: Lossy compression with adjustable quality. Best for pages with photos or complex graphics. Smaller files.
- WebP: Modern format with excellent compression. 25-35% smaller than JPEG at equivalent quality. Supported by all modern browsers.
How It Works
This tool uses Mozilla's pdf.js library to render PDF pages onto an HTML canvas element, then exports each canvas as an image file. All rendering happens in your browser — your PDF is never uploaded to any server.