Skip to main content
Participating Frequently
June 17, 2021
Question

Export to PDF with photos in RGB and text in CMYK

  • June 17, 2021
  • 4 replies
  • 8531 views

I need some assistance on how to export to PDF with images in RGB and text in CMYK.

Is this possible?

When I set the export settings to convert to Adobe RGB, the text is also converted to RGB. Is there a way to separate the colour space for images and text?

Thanks in advance for any assistance

Geoff

 

This topic has been closed for replies.

4 replies

Brad @ Roaring Mouse
Community Expert
Community Expert
June 18, 2021

I'm going to suggest an alternative: Create a special spot colour called Text Black (spec'd as 0C 0M 0Y 100K, of course) and assign it accordingly.

This spot colour will carry through to the PDF along with your RGB images, and then each individual RIP can deal with that and convert it to process. Of coourse, you have to inform them that's what you're doing.

rob day
Community Expert
Community Expert
June 18, 2021

I’m not sure why, but @ozdefy12345678 wants all of the placed images to export in the same RGB space. Also the InDesign files are provided, so the text is already set.

Peter Spier
Community Expert
Community Expert
June 18, 2021

Any thoughts on the effect of setting the Appearance Of Black preference setting to Output All Blacks as Rich Black in this case?

rob day
Community Expert
Community Expert
June 17, 2021

we have to allow for photographers who will import their photos in a variety of RGB profiles - mostly (but not always) sRGB and Adobe RGB. We therefore have to enforce RGB colour conversion at export time.

 

The PDF/X-4 would export all RGB images with an embedded profile—images with no profile would get the InDesign document’s assigned RGB profile. AdobeRGB and sRGB are display, not output, class profiles, so if the output device is correctly color managing there would have to be a conversion of the AdobeRGB or sRGB images into the chosen output profile—you shouldn’t need the RGB images to be in the same RGB space.

 

Also, you are allowing native CMYK color—the default PDF/X-4 exports document CMYK color with no profile, but includes the document CMYK profile as the Output Intent, which is usually an offset press profile (ie, US Web SWOP). Will your output device handle a color managed conversion from a CMYK offset press Output Intent to its output color space? Why do the images have to be RGB, but it’s ok for the native colors to be CMYK if the output isn’t to separations for an offset press?

Participating Frequently
June 17, 2021

Here's some more background info which may (or may not) help explain my situation...

All inbound files to our business need to have images in Adobe RGB - this is courtesy of a legacy decision some 10 years back.

We don't accept any CMYK images. We output to a range of presses & printers (Indigo, Epson Inkjet, HP Latex) on a range of papers, and each printer/paper combo has it's own ICC profile. We need to make a single conversion to the relevant output profile on the rip only, and that's why we never convert to CMYK in ID.

Our customers create native RGB InDesign files and any non-AdobeRGB images are converted to AdobeRGB.

All of the above works well and has for years.

The only change I'm trying to add is the allowance for K-only text to remain in CMYK, so we can reap the benefits of printing text from RGB. I can see that the PDF spec allows for a mixture of colour spaces, so I'm trying to the way to achieve this via Javascript in InDesign.

Does that info help?

I appreciate the insights

rob day
Community Expert
Community Expert
June 17, 2021

We output to a range of presses & printers (Indigo, Epson Inkjet, HP Latex) on a range of papers, and each printer/paper combo has it's own ICC profile. We need to make a single conversion to the relevant output profile on the rip only

 

The RIP is going to make the conversion from the images’ embedded source space into the output profile—there should be no need to make the source RGB spaces uniform. For RGB driven composite printing, the PDF/X presets leave CMYK as DeviceCMYK—no profile—so it is unlikely document CMYK colors would be correctly color managed when a PDF/X file is output to a composite, RGB driven device.

 

If you are looking for the flexibility of converting source RGB to different output profiles, why not convert the document CMYK colors except for black into the document RGB space? PDF/X-4 would export those colors with the document RGB profile embedded. That conversion could be easily scripted.

Community Expert
June 17, 2021

Hi Geoff,

you could do the conversion of a placed RGB image to e.g. Adobe RGB with:

Edit > Convert To Profile

 

To get an overview what's going on in a particular document with color and placed images, also if you want to do batch conversions I'd recommend Roland Dreger's Color Script for InDesign; when installing on an English version of InDesign you should see an English UI:

https://www.rolanddreger.net/de/1/farbmanagement-in-adobe-indesign/#

 

Regards,
Uwe Laubender

( ACP )

Participating Frequently
June 17, 2021

so it sounds like it can't be done as a global export setting.


Unfortunately I can't ask my clients to all go through their projects and convert all images to Adobe RGB. For the same reason I'd prefer not to force them to only import Adobe RGB images.


thanks for your suggestions though

Community Expert
June 17, 2021

Hi Geoff,

do no conversion with an export to PDF/X-4 and RGB stays RGB and CMYK stays CMYK.

 

Regards,
Uwe Laubender

( ACP )

Participating Frequently
June 17, 2021

thanks Uwe

There is one other ingredient that may make this approach not suitable...

We specialise in photo printing, which is why we insist on photos being exported in RGB. Further to this, we have to allow for photographers who will import their photos in a variety of RGB profiles - mostly (but not always) sRGB and Adobe RGB. We therefore have to enforce RGB colour conversion at export time.

How does this additional info affect your suggestion? I've never dealt with PDF/X

Regards

Geoff