TroubleshootingMarch 21, 2026
Meidy Baffou·LazyPDF

Fix Poor Quality Output When Converting Images to PDF

You have a sharp, high-resolution photo or scan and you convert it to PDF — but the result looks soft, pixelated, or noticeably worse than the original image. This quality degradation during image-to-PDF conversion is a common and frustrating problem, especially when the output will be used for professional presentations, reports, or print materials. Unlike some file format conversions, converting an image to PDF should theoretically be lossless — you're essentially wrapping the image in a PDF container, not changing its underlying data. But in practice, many PDF converters apply additional compression or processing that degrades image quality during the conversion process. Understanding how and why this happens is the key to preventing it. This guide covers the main causes of quality loss during image-to-PDF conversion and provides clear, actionable solutions. We'll start with the most common issues that affect most users, then move into more advanced causes that can affect specific use cases like professional photography, print production, and archival document scanning. By the end, you'll know exactly how to get the highest-quality PDF output from any image source.

Why Images Lose Quality When Converted to PDF

The most common cause of quality loss is re-compression. When you convert an image to PDF, many tools decompress the original image data and then re-compress it using their own settings. If their compression settings are more aggressive than the original image's, quality is lost. This is a particular problem with JPEG images, which already use lossy compression — each additional round of JPEG compression adds more quality loss (called 'generation loss'). A well-designed PDF converter will embed JPEG images into the PDF without re-compressing them, preserving the original compression and quality. Poorly designed converters decompress and re-compress, potentially applying quality settings far below the original. Downscaling is the second major cause. To keep output file sizes small, some converters automatically reduce image resolution during conversion. A 4000x3000 pixel photograph might be downscaled to 1500x1125 before embedding in the PDF, which looks fine at thumbnail size but loses detail when viewed at full resolution or printed. Incorrect color space handling can also create quality issues that aren't technically resolution problems but still make images look wrong. If a wide-gamut image is embedded in the PDF with a sRGB profile applied without proper color management, colors may appear washed out or inaccurate. Finally, some tools apply visual 'processing' to images during conversion — sharpening, noise reduction, or JPEG artifact correction — with the intention of improving quality. In practice, these automatic enhancements often create new artifacts or change the image in ways the user didn't want.

  1. 1Before converting, check the original image quality by opening it at 100% in an image viewer — if it looks good at full size, the issue is your converter, not the source.
  2. 2Look for a 'quality' or 'compression' setting in your PDF converter — set JPEG quality to 95% or higher to minimize re-compression loss, or look for a 'lossless' option if available.
  3. 3Check for a 'downscale images' or 'reduce image resolution' option and disable it — you want the PDF to embed images at their original resolution.
  4. 4If possible, start with PNG source images instead of JPEG — PNG is lossless, so there's no pre-existing compression that can be compounded, and a good PDF converter will embed PNGs without loss.
  5. 5After conversion, zoom into the PDF at 200% and compare with the original image at 200% — if they look identical, the conversion was lossless; if the PDF looks worse, try a different converter or settings.

Choosing the Right Source Image Format

The format of your source images significantly affects the quality of the PDF output. Different image formats have different compression characteristics, and these characteristics interact with the PDF conversion process in different ways. JPEG is the most common format for photographs and the most problematic for repeated conversion. Every time a JPEG is decoded and re-encoded, quality is lost — this is called generation loss. If you're converting a JPEG image to PDF and the converter re-compresses it, you'll experience one generation of quality loss. If you then edit the PDF-embedded image and save again, you get another generation of loss. For high-quality output, start with the highest-quality JPEG you can obtain and use a converter that embeds without re-compression. PNG is a lossless format — it compresses image data without discarding any information. Converting a PNG to PDF (and back to PNG) produces a bit-for-bit identical image every time, with no quality loss. For documents like screenshots, graphics, diagrams, and text-heavy images, PNG is almost always the better source format. TIFF is another lossless format commonly used in professional photography and archival scanning. TIFF supports various compression modes (uncompressed, LZW, ZIP) that are all lossless. High-quality PDF converters embed TIFF images efficiently, preserving full quality. For photographic images where JPEG is unavoidable, find the highest-quality JPEG version of the image available. Don't resave a compressed JPEG at higher quality — that doesn't recover lost data. Instead, find the source file from the camera or the highest-quality save available.

DPI and Page Size Relationship in Image PDFs

The relationship between image resolution (pixels), page size (physical dimensions), and DPI (dots per inch) is often misunderstood but critical for quality. When you embed an image in a PDF, the converter must decide how large to display it on the page — and this decision directly affects the apparent quality of the output. If you have a 3000-pixel-wide image and place it on an 8.5-inch-wide page, the effective DPI is 3000 ÷ 8.5 ≈ 353 DPI. That's excellent for printing. But if the same 3000-pixel image is stretched to fill a 24-inch wide page, the effective DPI drops to 125 — which will look noticeably soft when printed. Some converters automatically scale images to fit the page, which can inadvertently reduce effective DPI if the image is placed on a page that's too large. Always check the output PDF at the intended display or print size to verify that image quality is acceptable at that size. For professional print use, the standard is 300 DPI at the final print size. If your images don't have enough pixels to achieve 300 DPI at the desired print size, the output will look soft when printed — and no conversion settings can fix this; you need higher-resolution source images. For digital display, the standard is 72-150 DPI at the display size. Images that meet the print standard will always exceed the screen standard, so 300 DPI source images work well for both print and screen output. LazyPDF's image-to-PDF conversion embeds images at their native resolution without downscaling, ensuring that the effective DPI on the page matches the image's actual resolution.

Frequently Asked Questions

My PDF looks fine on screen but prints blurry — what's wrong?

This indicates that the image resolution is sufficient for screen display but not for printing. Screens typically display at 72-96 DPI, while printing requires 300 DPI. An image that looks sharp on screen at 96 DPI will look noticeably soft when printed at 300 DPI. To fix this, you need higher-resolution source images. If your original photos were taken at high resolution, go back to the source and reconvert without downscaling.

Why does the image quality look worse in the PDF than in the original JPG file?

This is almost always caused by the PDF converter re-compressing the JPEG image at a lower quality than the original. When a JPEG is decoded and re-encoded, any quality setting lower than the original creates additional compression artifacts. To avoid this, use a converter that embeds JPEG images without re-encoding, or increase the quality setting in your converter to 95% or higher.

Should I convert my photos to PNG before making a PDF for best quality?

For maximum quality, yes. PNG is lossless, so a good converter can embed PNG images without any quality loss. The resulting PDF will be larger than one created from JPEG sources, but the image quality will be perfect. For archival or professional print PDFs, PNG source images ensure that no quality is sacrificed during conversion. For casual sharing where file size matters more than perfect quality, JPEG at high quality (90%+) is a good balance.

Can image quality in an existing PDF be improved without the original images?

If the images in the PDF are already degraded, there's no way to recover the lost detail without the original source files. AI upscaling tools like Topaz Gigapixel can sometimes improve the visual appearance of low-quality images by predicting missing details, but they don't recover actual lost data — they add plausible detail. For professional quality, always go back to the original high-resolution source images.

Convert your images to PDF at full quality without compression artifacts — LazyPDF embeds your images exactly as they are, no quality loss.

Try It Free

Related Articles