Skip to content

When printing respect the overprint preview settings

Mainly two cases here:

  1. printing on Windows or force rasterization enabled, this goes through rasterization anyway, so just pass on the information as a render hint;
  2. printing on Linux, this goes through poppler's PSConverter, then we pass on the information only if we know the output won't be a PDF (otherwise we assume the consumer of this PDF will know what to do of the overprint information).

The latter case depends on new API introduced in Poppler 23.09.

Edited by Kevin Ottens

Merge request reports