auto-install most of these packages.
If Ghostscript is used (via the "gsto..." or the "universal" CUPS
- filters), Ghostscript 9.56.0 is required and it has to be built at
- least with the "pdfwrite", "ps2write", "cups", "pwgraster",
- "appleraster", "pclm", "pclm8", "pdfimage24", "pdfimage8",
- "pxlcolor", and "pxlmono" output devices. libcups of CUPS 2.2.2 or
- newer is required to buid Ghostscript this way.
+ filters), Ghostscript 10.00.0 is required (10.01.0 is highly
+ recommended) and it has to be built at least with the "pdfwrite",
+ "ps2write", "cups", "pwgraster", "appleraster", "pclm", "pclm8",
+ "pdfimage24", "pdfimage8", "pxlcolor", and "pxlmono" output
+ devices. libcups of CUPS 2.2.2 or newer is required to buid
+ Ghostscript this way.
The Poppler-based pdftoraster filter needs a C++ compiler which
supports C++11 and Poppler being built with the "./configure"
header_to_gs_args(&h, gs_args, outformat, pxlcolor);
// CUPS Raster versions: 2 = compressed; 3 = uncompressed
- // Requires Ghostscript 9.57 or later
+ // Requires Ghostscript 10.00.0 or later
if (outformat == CF_FILTER_OUT_FORMAT_CUPS_RASTER &&
(t = cupsGetOption("cups-raster-version",
num_options, options)) != NULL &&
// Back side orientation for duplex printing: Normal, ManualTumble,
// Rotated, Flipped
// When printing duplex, margins on the back side meeds to get swapped?
- // Requires Ghostscript 9.57 or later
+ // Requires Ghostscript 10.00.0 or later
if (h.Duplex)
{
int backside;
}
// Manual Copies needed (no device copies functionality available)
- // Requires Ghostscript 9.57 or later
+ // Requires Ghostscript 10.00.0 or later
if ((t = cupsGetOption("hardware-copies",
num_options, options)) != NULL &&
(!strcasecmp(t, "false") || !strcasecmp(t, "off") ||