Choosing the wrong resolution when converting PDF pages to images produces files that are either unnecessarily large or disappointingly blurry. The correct resolution depends entirely on what you plan to do with the images: display them on a website, print them in a brochure, archive them for long-term preservation, or feed them into an OCR pipeline. Each use case has a different optimal PDF to Image resolution, and using the right one saves storage space while ensuring the image quality meets its intended purpose.
Key Takeaways
72 to 96 DPI is sufficient for images displayed only on screens, where monitor resolution rather than print resolution governs perceived quality. 150 DPI is the minimum for printed documents where text readability matters. 300 DPI is the standard for professional printing and archival masters. 600 DPI is reserved for documents with very fine detail, such as architectural drawings, maps, or documents that will be digitally zoomed to examine small features. File size scales roughly with the square of the resolution, so doubling DPI quadruples file size.

How DPI Affects PDF-to-Image Output
DPI, or dots per inch, determines how many pixels are produced for each inch of the original PDF page. A Letter-size page at 72 DPI produces an image 612 by 792 pixels, which is adequate for a website thumbnail but too small for text to be readable at full size. The same page at 300 DPI produces an image 2550 by 3300 pixels, enough to render 10-point text clearly on a printed page. The DPI setting is a tradeoff between detail and file size that cannot be optimized for both simultaneously. An image that is sharp enough for print will be unnecessarily large for web use, and an image optimized for web loading speed will look soft or pixelated when printed.
The type of content on the PDF page also matters. A page of solid text looks acceptable at lower resolutions than a page containing a detailed photograph or a fine-line engineering drawing. Text remains readable even at 100 DPI because the human brain fills in the gaps from context. A face in a photograph or a dimension line in a CAD drawing has no such redundancy. If the page contains images or detailed graphics, let the most demanding content on the page determine the resolution.
Try PDF to Image
No installation needed. Works directly in your browser.
Recommended Resolution by Use Case
The file size estimates in the table assume PNG output. JPEG output at 90 percent quality produces files roughly 40 to 60 percent smaller than PNG for photographic content, but the compression artifacts around text may be visible at lower resolutions. For mixed-content pages that contain both text and photos, consider whether text readability or photo quality is the higher priority. If text readability matters most, use PNG. If photo quality at a smaller file size matters most, use JPEG at 90 percent or above.
| Use Case | DPI | Typical File Size (Letter page as PNG) | Notes |
|---|---|---|---|
| Website display, inline | 72 to 96 | 100 to 200 KB | Match typical screen density; text may be soft |
| Website display, zoomable | 150 | 400 to 700 KB | Allows 2x zoom without visible pixelation |
| Email attachment preview | 96 to 120 | 150 to 400 KB | Small enough for most attachment limits |
| OCR pre-processing | 300 | 1.5 to 3 MB | Required for accurate small-text recognition |
| Office printing (laser/inkjet) | 200 to 300 | 1 to 3 MB | 200 DPI acceptable for drafts; 300 for finals |
| Professional offset printing | 300 to 600 | 3 to 12 MB | Printer spec determines exact requirement |
| Archival master copy | 300 to 600 | 3 to 12 MB | Higher is better but verify storage capacity |
| Social media post | 72 to 96 | 100 to 200 KB | Platforms compress further; ultra-high DPI wasted |
The Relationship Between DPI, Page Size, and File Size
For documents being prepared for a specific platform, check the platform's image dimension limits before choosing DPI. Social media platforms typically resize images to fit standard widths regardless of input resolution. Uploading a 2550-pixel-wide image to a platform that displays at 1080 pixels wide wastes bandwidth and may trigger the platform's compression, which can produce worse results than if you had exported at the platform's native display width. When converting for social media, set the DPI to produce pixel dimensions that match the platform's recommended image size rather than the print-oriented DPI standards.
File size is directly proportional to the total pixel count, which is determined by both the DPI and the physical page size. An A4 page at 300 DPI produces roughly the same file size as a Letter page at 300 DPI because the page dimensions differ by only a few percent. But converting the same page at 600 DPI produces an image with four times the pixels and roughly four times the uncompressed file size. This relationship is why choosing the minimum DPI that meets your quality requirements is important for storage and transmission. A PDF Archive of thousands of pages at 600 DPI can consume tens of gigabytes, while the same archive at 300 DPI fits comfortably on a standard external drive.
PNG compression can mitigate file size somewhat without affecting quality, since PNG is lossless. A text-heavy page compresses well in PNG because large areas of solid white background compress to almost nothing. A page with a full-bleed photograph compresses poorly because photographic content has few repeating patterns for the compression algorithm to exploit. JPEG compression produces smaller files at the cost of introducing compression artifacts that can make text look fuzzy. For archival purposes, use PNG or TIFF to avoid compression artifacts. For distribution, use JPEG at a quality setting of 85 to 95 percent to balance size and readability.
When Higher DPI Is Worth the Cost
Resolution also affects the speed of the conversion process. A 600 DPI conversion takes approximately four times longer than a 300 DPI conversion of the same page because the rendering engine must process four times the number of pixels. For batch conversions of hundreds or thousands of pages, the time difference between 300 and 600 DPI can be measured in hours. Unless the document content specifically demands 600 DPI, the practical difference in output quality for most business documents does not justify the time cost.
Documents containing fine print, such as legal contracts with small-font footnotes or medical records with tiny medication tables, benefit from 400 to 600 DPI conversion. At 300 DPI, a 6-point footnote is rendered with roughly 25 pixels of height, which is at the threshold of readability. At 600 DPI, the same footnote has 50 pixels of height and remains clearly legible even when the image is viewed at full size on a screen. If the document has legal or evidentiary value, the higher DPI ensures that no detail is lost in the conversion.
Maps, blueprints, and engineering drawings also justify higher DPI. A dimension line on an architectural plan may be less than a millimeter wide on the printed page. At 300 DPI, that line is approximately 12 pixels wide, enough to be visible but not enough to show the crisp edge that distinguishes it from a nearby parallel line. At 600 DPI, the same line is 24 pixels wide and remains visually distinct. For documents in this category, storage is the cheaper resource compared to the cost of misreading a dimension or losing a legal argument because a document detail was not preserved.
For most business documents, however, 300 DPI is the pragmatic sweet spot. Text is sharp, images are clear, and file sizes remain manageable for email, cloud storage, and document management systems. WukongPDF's PDF-to-image converter defaults to 300 DPI for archive-quality output and offers lower resolution options for web and email use, so you do not need to calculate pixel dimensions manually.
Frequently Asked Questions
Does converting a PDF page to a JPEG at high DPI cause quality loss from JPEG compression? Yes, but at quality settings of 90 percent or above, the visible difference between the JPEG output and a lossless PNG is negligible for most business documents. JPEG compression artifacts are most visible around sharp edges, such as text characters. If text quality is the top priority, use PNG or TIFF instead of JPEG, or use the maximum JPEG quality setting of 100 percent.
Can I convert different pages of the same PDF at different resolutions?
Yes. Most PDF-to-image tools that support page-range settings let you specify different DPI values for different page ranges. This is useful when a document mixes text pages with photo pages. Convert the text pages at 200 DPI for fast loading and the photo pages at 300 DPI for image quality, then combine the images into a single output set.
Is there any benefit to converting PDF pages to SVG instead of raster images?
For PDF pages that contain only vector graphics and text, converting to SVG preserves infinite scalability and produces a much smaller file than a high-DPI raster image. A letter-size page of text converted to SVG is typically 50 to 200 KB regardless of effective resolution. The limitation is that SVG does not handle photographic images well. For mixed-content pages, a high-resolution PNG or JPEG is the safer choice.
Does the original PDF's image resolution affect the output when converting to images?
Yes. If the PDF contains a photo that was embedded at 150 DPI, converting the page at 600 DPI will not improve the photo's quality. The embedded image is upscaled, producing a larger file without adding real detail. The output resolution sets an upper bound on quality, but the actual quality is limited by the lowest-resolution element on the page.
Try PDF to Image
No installation needed. Works directly in your browser.
