A photograph from a digital camera arrives in the sRGB color space. A product photo from a professional photographer comes in Adobe RGB. A logo created by a graphic designer uses a CMYK profile for print. A screenshot taken on an iPhone uses Display P3. When you combine all four of these Image to PDF conversions into a single document, each image carries its own embedded color profile, and the PDF must reconcile them into a consistent color representation. What happens during that reconciliation determines whether the final PDF displays each image with accurate colors or with shifts that range from subtle to dramatic.
Color profiles are not optional metadata. They are mathematical descriptions of how the numeric color values in an image file should be interpreted by a display or printer. An RGB value of (255, 0, 0) is a different red in sRGB than it is in Adobe RGB because the two color spaces define the red primary at different chromaticity coordinates. Without the profile, the rendering engine has to guess what the numbers mean. With the profile, it can map the numbers to a device-independent color representation and then to the output device's native color space.
A 2025 test of twelve online image-to-PDF converters found that only five preserved embedded color profiles through the conversion, and three of the remaining seven applied an sRGB assumption that visibly shifted colors in Adobe RGB and Display P3 images (ColorWiki, "Image-to-PDF Color Fidelity Benchmarks", 2025). The worst-performing converter shifted a specific Adobe RGB red by a Delta-E of 12, a color difference that is immediately obvious even to untrained viewers. For professional photography, product catalogs, and brand materials where color accuracy is a requirement, this level of shift is unacceptable.

How PDF Handles Multiple Color Spaces in a Single Document
The PDF specification allows each image object on a page to have its own color space. A single page can contain an sRGB photograph, a CMYK logo, and a grayscale chart, each with its own color space definition. The PDF rendering engine is responsible for converting each object's color space to the output device's color space at display or print time. This per-object color management is one of PDF's strengths as a print-oriented format, but it also means that the quality of the color conversion depends on the rendering engine. A fast browser-based PDF viewer may use a simplified color pipeline that produces different results from a professional print-oriented viewer.
When you combine images into a PDF using a conversion tool, the tool makes decisions about color profiles. A well-designed tool preserves each image's original embedded profile and writes it into the PDF's color space dictionary. A poorly designed tool strips the profiles, assigns a default sRGB profile to everything, or worse, converts all images to the tool's working color space without respecting the original profile. Images converted through such a tool lose their color intent, and the PDF provides no way to recover it.
PDF Color fidelity is most at risk when images from different color spaces are scaled, compressed, or resampled during the combination process. If the tool converts all images to a single working color space before combining them, the conversion itself can introduce rounding errors, gamut clipping, and banding in gradients. These artifacts are baked into the PDF and cannot be corrected downstream, because the original color values have been replaced by converted values.
Try Image to PDF
No installation needed. Works directly in your browser.
What To Check Before Combining Images With Different Profiles
Before combining images into a PDF, audit the color profiles of your source images. Most image viewers and editors can display the embedded profile. Note which images use sRGB, which use Adobe RGB, which use Display P3, and which use CMYK profiles. If all your images use the same color space, or all use sRGB, the combination is straightforward and there is little risk of color shift regardless of which tool you use.
If your images use different color spaces, decide which color space should dominate the final document. For a PDF intended for screen viewing, sRGB is the safest choice because it is the default assumption of most web browsers and screen-based PDF viewers. For a PDF intended for professional PDF Printing, CMYK is more appropriate because it maps directly to the printer's ink colors. If you need to serve both screen and print audiences with the same PDF, preserve the original profiles and let the rendering engine handle the conversion at output time.
WukongPDF preserves embedded color profiles when combining images into PDFs, ensuring that each image's color intent is maintained through the conversion. The output PDF contains the original profile information for each image, allowing downstream rendering engines to reproduce the intended colors regardless of the output device.
Converting Images to a Uniform Profile Before Combination
If your combination tool does not reliably preserve color profiles, the safest approach is to convert all images to a uniform color space before creating the PDF. Use an image editor with color management support, such as Adobe Photoshop, GIMP with color management enabled, or a command-line tool like ImageMagick with explicit profile conversion parameters. Convert each image to sRGB for screen-oriented PDFs or to a specific CMYK profile for print-oriented PDFs.
After conversion, embed the target profile in each image and verify that the conversion did not introduce visible artifacts. Banding in smooth gradients is the most common artifact and indicates that the conversion was done at too low a bit depth. Use 16 bits per channel during the conversion and only reduce to 8 bits at the final export step. The extra bit depth provides headroom for the intermediate calculations and reduces rounding errors that cause banding.
For archival PDFs where color accuracy matters long-term, preserve the original images in their original color spaces and use a PDF/A-2 or PDF/A-3 format, which requires embedded color profiles and prohibits profile stripping. A PDF/A-compliant file documents its color intent explicitly, and any future reader or printer can reproduce the colors as the creator intended. This is particularly important for legal documents where color accuracy could affect the interpretation of evidence, such as medical images, forensic photographs, or product defect documentation.
Try Image to PDF
No installation needed. Works directly in your browser.
