Step 1: Deliver your PDF files using the button above or by place and set.
Step 2: Click the 'Process' button to start the processing.
Step 3: Obtain your converted JPG files.
PDF to JPG Processing FAQ
How do I convert PDF pages to JPG images?
+
Upload the PDF file and the converter renders each page as a separate JPG file. By default each page becomes its own image; the result is bundled as a ZIP archive ready to download with predictable filenames (page-001.JPG, page-002.JPG, …). JPG is the JPEG standard from 1992, served under the .jpg, .jpeg and .jfif extensions alike, and after three decades it is still the format most cameras and most websites use for photographs.
What DPI does the JPG render at?
+
Default 150 DPI (good for screen viewing and casual print). Advanced options expose 72 DPI (web thumbnail), 150 (default), 300 (print quality), 600 (high-quality archival). Higher DPI means sharper JPG images but proportionally larger files and longer render time.
Can I extract just specific pages of PDF as JPG?
+
Yes — the page-range option accepts inputs like `1-5`, `1,3,5`, or `all` to pick which pages of the PDF get rendered to JPG. Useful when only a chapter, appendix, or cover-page of a long PDF is needed.
Will the JPG preserve PDF text searchability?
+
No — rasterizing PDF to JPG turns vector text into pixels. If you need searchable output, keep the PDF as a PDF and use a text-extraction tool instead. The JPG output is for visual display, slide decks, or further image processing only.
What about transparent backgrounds in the JPG?
+
PNG JPG preserves the PDF page background as transparent if the source page has no explicit fill (rare for typical documents, common for diagrams exported from Figma / Illustrator). JPG cannot store transparency — pages render onto a white background. For transparent output target PNG, TIFF, or WebP.
How long does PDF to JPG take for a 100-page document?
+
About 30-90 seconds for a 100-page PDF → JPG at 150 DPI. Higher DPI multiplies the time: 300 DPI roughly doubles, 600 DPI roughly quadruples. Premium accounts get more parallel workers — 100 pages typically renders in under 30 seconds for them.
What is the file size of a typical JPG page?
+
A 150-DPI JPG render of an A4 page is 200-800 KB (PNG) or 50-150 KB (JPG at quality 85). Multiply by page count to size the bundle — a 100-page PDF → PNG ZIP is typically 30-80 MB; the same as JPG is 5-15 MB.
Can I merge all PDF pages into one tall JPG image?
+
Not in the basic flow — each page becomes its own JPG by default. To produce a single stitched image, download the ZIP, then use /image-merge/ to vertically concatenate the per-page JPG files. The two-step path keeps memory use bounded for very long documents.
Is my PDF private during JPG conversion?
+
Yes — same privacy model as every conversion: isolated workers, automatic deletion within minutes of completion, no human review. Document content (text, embedded images, form fields) is never read by a human at any stage.
Will images embedded in the PDF appear correctly in the JPG?
+
Yes — embedded JPGs, PNGs, and inline graphics inside the PDF are rendered into the JPG at the chosen page DPI. The page renderer treats them like every other page element; no separate extraction step is needed.
Can I convert just the first page of a PDF as a JPG thumbnail?
+
Yes — set the page-range option to `1` and the converter produces a single JPG file rather than a ZIP. Useful for generating cover thumbnails for a PDF library, e-commerce previews, or HTML preview cards.
Why does my JPG look pixelated when zoomed in?
+
You are rasterizing vector content into pixels — zoom amplifies the rasterization step. For infinite-zoom output, target SVG instead (when the PDF contains vectors); for sharper rasters at the same dimensions, bump DPI to 300 or 600 in the advanced options and re-render.