Commands related to Colors
Actions
Extract ICC profiles
pdfToolbox --extracticcprofiles
Purpose
Saves all embedded ICC profiles from the document. Profiles of ICC based color spaces as well as ICC profiles used in Output Intents are extracted.
Example
pdfToolbox --extracticcprofiles <PDF file>
Extract or embed CxF data
pdfToolbox --cxf [--extract | --embed=<path to folder with CxF file>]
Purpose
Extracts or Embeds CxF data from or into the current PDF file.
See this chapter for more details regarding CxF.
Parameters
| --extract | Extracts all CxF data from a PDF into XML files |
| --embed> | Embeds CxF files into the Output Intent of a PDF and adds corresponding XMP metadata (e.g. --embed=<Path to folder with CxF file> |