You’re prepping a PDF page for a print shop — or an upload form insists on “high-resolution images” — and the converter asks a question you didn’t expect: what DPI? 300 or 600? Pick 300 and a fussy print job might come back soft; pick 600 out of caution and you get a file four times larger that, for most pages, looks identical. The number isn’t arbitrary — it’s the resolution the page is rendered at, and there’s a right answer for each use. We verified that xconvert’s PDF-to-JPG tool exposes this directly (a Conversion Quality dropdown that defaults to 300 DPI and runs up to 1200), so this guide gives you the rule, the pixel math, and the short list of times 600 actually earns its size.
Quick answer: For anything printed at its normal page size — documents, photos, brochures — 300 DPI is the standard and the sweet spot: a US Letter page renders to a sharp 2550 × 3300 px, and commercial presses can’t reproduce more detail than that anyway. Step up to 600 DPI only for crisp small text, line art and engineering/technical drawings, OCR of dense text, archival masters, or when you’ll print larger than the original page — 600 DPI quadruples the pixels (5100 × 6600 px) and roughly the file size, for no visible gain on photos. On the xconvert PDF-to-JPG tool, the DPI setting is the Conversion Quality dropdown (72 up to 1200 DPI; defaults to 300).
Jump to a section
- What “DPI” actually sets when you rasterize a PDF
- Why 300 DPI is the print standard
- 300 vs 600 DPI: the pixel and file-size math
- When 600 DPI (or higher) is actually worth it
- Convert a PDF to JPG at your chosen DPI on xconvert
- FAQ
What “DPI” actually sets when you rasterize a PDF
A born-digital PDF has no resolution of its own. Its text and lines are stored as vector instructions — math that says “draw this curve, fill this region” — so the page is resolution-independent and can be drawn at any size without getting blocky. (Prepress guidance describes true vector art as having no DPI at all; it’s the raster output that gets a resolution.) A JPG is the opposite: a fixed grid of pixels. Turning the page into a JPG means rasterizing it — sampling those instructions onto a pixel grid — and DPI (dots per inch) is the dial that decides how many pixels you paint per inch of page.
That’s why the converter has to ask. Ghostscript, the rasterization engine behind many PDF-to-image tools, takes a resolution flag “in dots per inch” and defaults to just 72 if you don’t set one — fine for a thumbnail, soft for print. The output pixel count then follows directly from the page size: since a PDF point is exactly 1/72 inch, a US Letter page is 612 × 792 points (8.5 × 11 in), and pixels = inches × DPI. Everything below is a consequence of that one formula. (For the deeper “why did my JPG come out blurry” version of this, see convert PDF to JPG without losing quality.)
Why 300 DPI is the print standard
300 isn’t a marketing round number — it falls out of how presses reproduce tone. A commercial press builds shades from a halftone screen, and the standard screen ruling for commercial print is 150 lines per inch (LPI). The working rule in prepress is that image resolution should be twice the screen ruling — so 2 × 150 = 300 DPI (PrintNinja). That gives the press enough pixels to compute each halftone dot cleanly, which is why 300 DPI (often written “300 PPI”) is the number photo labs, magazines, and print shops ask for.
The important corollary: for continuous-tone content — photographs, gradients, shaded illustrations — going above 300 doesn’t help. PrintNinja states it plainly: “submitting files at a resolution higher than 300dpi does not improve print quality,” and the shop caps uploads at 400 DPI because larger files just clog the workflow. So for a normal-size photo or a color document, 300 DPI isn’t a compromise — it’s the ceiling of what the paper can show. That makes 300 the correct default, and it’s exactly where xconvert’s Conversion Quality control starts.
300 vs 600 DPI: the pixel and file-size math
The reason “just use 600 to be safe” is bad advice is that resolution is a squared cost. Double the DPI and you double the pixels on both axes, so you get 4× the total pixels — and roughly 4× the file size — for the same page.
| Page | Pixels @ 300 DPI | Pixels @ 600 DPI | Change |
|---|---|---|---|
| US Letter (8.5 × 11 in) | 2550 × 3300 (~8.4 MP) | 5100 × 6600 (~33.7 MP) | 4× pixels |
| A4 (8.27 × 11.69 in) | 2480 × 3508 (~8.7 MP) | 4961 × 7016 (~34.8 MP) | 4× pixels |
Every figure is just inches × DPI (equivalently, points ÷ 72 × DPI). A Letter page at 300 DPI is already an ~8-megapixel image — bigger than most photos people email. At 600 DPI it’s a ~34-megapixel monster. If that extra detail lands on paper at normal size you’ll never see it, because neither the press nor your eye resolves it — and for photos and standard document printing, it won’t. You’ve simply quadrupled the upload and download for nothing. That’s the whole case against reflexively choosing 600.
When 600 DPI (or higher) is actually worth it
There are real cases where 600 earns its size. The common thread: hard-edged detail (not continuous tone) or enlargement.
- Small or fine text that must stay crisp. Type has sharp edges, and more pixels keep them from softening — worthwhile for footnote-sized print, certificates, or dense tables.
- Line art, blueprints, and engineering/technical drawings. Because line art has no halftone to hide in, prepress guidance puts it at 600–1200 DPI, not 300 — hairlines and CAD strokes need the extra pixels to stay sharp (PrintNinja). This is the single strongest reason to pick 600.
- OCR of dense or small text. Tesseract, the standard open-source OCR engine, “works best on images which have a DPI of at least 300 dpi” — 300 is the floor, and small or degraded text reads more reliably at 400–600. (xconvert even labels its 400 DPI preset “Small Text / OCR.”)
- Printing larger than the original page. DPI is tied to the original page size. To print an 8.5 × 11 page at 17 × 22 (double), you need 600 DPI at the original size to end up with the 5100 × 6600 pixels that equal 300 DPI on the bigger sheet.
- Archival masters. When you’re capturing a definitive copy you won’t remake, the extra resolution is cheap insurance against future uses.
For everything else — photos, screenshots, normal-size color documents, anything bound for a screen or email — 600 is overkill. A photo at 600 DPI prints identically to the same photo at 300 and costs 4× the bytes. And no DPI setting can rescue a PDF that is itself a low-resolution scan: raising the render DPI just enlarges the existing blur, since there’s no vector detail left to sample. (For on-screen and web use, the embedded DPI tag is ignored entirely — only pixel dimensions matter, as DPI for web vs print explains.)
Convert a PDF to JPG at your chosen DPI on xconvert
The xconvert PDF-to-JPG converter exposes the DPI directly, so choosing print quality is a deliberate decision rather than a guess. There’s no field literally named “DPI” — the setting is the Conversion Quality dropdown, whose options are stated in DPI.
- Open the tool and click Upload to add your PDF (or pull it in with From Google Drive / From Dropbox).
- Set Conversion Quality — this is the DPI control. It defaults to 300 DPI (High Quality / Print Recommended). Choose 600 DPI (Ultra High / Archival) for line art, small text, or enlargement; drop to 150 DPI (Balanced / Medium) for on-screen viewing. The presets run from 72 DPI up to 1200 DPI (Maximum Detail / Fine Art).
- Leave Quality Preset on Very High (Recommended) so JPG compression doesn’t add halos around sharp text edges.
- Pick JPG or JPEG under File Extension.
- Run the conversion — each PDF page becomes its own image — and download.
Your PDF is uploaded over an encrypted connection and rasterized at the DPI you chose; the file is processed on our servers and deleted automatically a few hours later — no account, no cleanup. One tip: for pages that are almost all text or line art, converting to PNG instead of JPG avoids the faint compression halos JPG can leave around letters, at the same DPI.
FAQ
What DPI should I convert a PDF to JPG at?
300 DPI for anything you’ll print at its normal page size — it’s the print-industry standard and renders a US Letter page to a sharp 2550 × 3300 px. Use 150 DPI for on-screen viewing, and 600 DPI only for fine detail: small text, line art, technical drawings, OCR of dense text, or printing larger than the original. On xconvert, 300 DPI is the default in the Conversion Quality dropdown.
Is 300 DPI enough for printing?
Yes — 300 DPI is the standard for high-quality print. Commercial presses use a 150-line-per-inch halftone screen, and the prepress rule is image resolution = 2× the screen ruling, i.e. 300 DPI. Going higher doesn’t improve a normal-size photo or color document; print shops often cap uploads around 300–400 DPI for exactly that reason.
Is 600 DPI better than 300 DPI for PDF to JPG?
Only for specific content. For photos and normal-size documents, 600 looks identical to 300 on paper but produces a file about 4× larger. 600 DPI genuinely helps with hard-edged detail — small text, line art, blueprints, engineering drawings — and with OCR or printing bigger than the original page. If your page is mostly photographic, stay at 300.
Why is my 600 DPI JPG so much larger than the 300 DPI one?
Because resolution is a squared cost: doubling the DPI doubles the pixels on both width and height, so 600 DPI has 4× the pixels of 300 DPI (a Letter page jumps from ~8.4 to ~33.7 megapixels) — and the file grows roughly in proportion. That 4× size is precisely why 600 is worth avoiding unless you actually need the detail.
What DPI is best for OCR or pulling text out of a PDF?
At least 300 DPI. Tesseract, the standard OCR engine, “works best on images which have a DPI of at least 300 dpi.” 300 is the floor; small, dense, or low-contrast text reads more reliably at 400–600 DPI, and xconvert labels its 400 DPI preset “Small Text / OCR” for exactly this case.
Does xconvert have a setting literally called “DPI”?
Not by that name — the DPI setting is the Conversion Quality dropdown, and its options are stated in DPI (72, 96, 150, 200, 300, 400, 600, and 1200). It defaults to 300 DPI (High Quality / Print Recommended), so the print-safe choice is already selected when you open the tool.
Sources
Last verified 2026-07-16.
- PrintNinja — Recommended Resolution for offset printing — 300 DPI as the print standard (2× the 150 LPI halftone screen ruling), that resolution above 300 DPI “does not improve print quality” for contone images, and that black-and-white line art needs 600–1200 DPI.
- Ghostscript — Details of Output Devices — the
-rflag sets rasterization resolution “in dots per inch” (default 72), i.e. DPI is the render resolution chosen when a PDF is rasterized to pixels. - Foxit — Converting Pixels and Inches to PostScript Points — a PDF point = 1/72 inch (72 pt/inch) and pixels = points ÷ 72 × DPI; US Letter = 612 × 792 points, giving 2550 × 3300 px at 300 DPI and 5100 × 6600 px at 600 DPI.
- Tesseract OCR — Improving the quality of the output — OCR “works best on images which have a DPI of at least 300 dpi.”
- xconvert — Convert PDF to JPG — verified live UI: the Conversion Quality (DPI) dropdown with presets 72/96/150/200/300/400/600/1200 DPI defaulting to “300 DPI (High Quality / Print Recommended)”, the Quality Preset (Very High), and JPG/JPEG output under File Extension.
