Verzeichnis macros/latex/contrib/printcolormanager
printcolormanager
Version: 1.0 Date: 2026-05-23
The printcolormanager package provides an automated and unified color management workflow for LaTeX documents. It allows users to easily prepare the same document for different output media, such as CMYK for professional printing, RGB for screen viewing, or grayscale for black-and-white printing, simply by changing a single package option.
Key features:
- Global package options to switch the target color model (CMYK, RGB, gray, etc.).
- A unified macro (definePrintColor) to define exact, manual values for custom colors across all color spaces.
- Built-in prepress protections, including predefined "Pure Black" for typography and "Rich Black" for large background areas.
- Automatic adaptation of xcolor and TikZ elements to the selected output.
The following command can be used to inspect the embedded images contained in the final PDF:
pdfimages -list peldadokumentum.pdf
This command prints a table listing the images found in the PDF. The output includes several useful properties, such as the page number, image type, dimensions, resolution, compression method, and color space. The color column is especially important, because it shows whether an embedded image uses, for example, rgb, gray, or cmyk color space.
This check is useful for detecting images that remain in RGB in a print-oriented CMYK workflow. However, pdfimages mainly examines the raster images embedded in the PDF; it does not provide a complete analysis of vector graphics, text objects, or every color-related element generated by LaTeX. Therefore, it is particularly useful for verifying embedded bitmap images.
Supported Options:
- gray
- GRAY
- CMYK
- cmyk
- RGB
- rgb
- HSB
- Lab
License: This material is subject to the LaTeX Project Public License (LPPL) version 1.3c or later.
Maintainer: Zsolt Bihari info@tengerikajak.net
Herunterladen des vollständigen Inhalts dieses Pakets in einem Zip-Archiv (488.0k).
printColorManager – Automated color model management (CMYK, RGB, Gray) for print and digital
The printColorManager package provides a robust and automated workflow for handling color models in LaTeX documents. It is designed for users who need to output the same document for different media, such as CMYK for professional printing, RGB for screen/web viewing, and grayscale for black-and-white printing.
Built on top of the xcolor package, it introduces a unified macro (\definePrintColor) that allows users to explicitly set exact values for CMYK, RGB, and Gray for their custom brand colors, overriding automated and often inaccurate mathematical conversions. It also features built-in definitions for typographic 'Pure Black' and background 'Rich Black' to ensure professional prepress quality.
| Paket | printColorManager |
| Version | 1.0 |
| Lizenzen | The LaTeX Project Public License 1.3c |
| Betreuer | Zsolt Bihari |
| Themen | Print app Prepress Farbe |