/*
* IPP backend for CUPS.
*
- * Copyright © 2021-2024 by OpenPrinting
+ * Copyright © 2021-2025 by OpenPrinting
* Copyright © 2007-2021 by Apple Inc.
* Copyright © 1997-2007 by Easy Software Products, all rights reserved.
*
fputs("DEBUG: Adding all operation/job attributes.\n", stderr);
num_options = adjust_options(num_options, &options);
+
+ if (!strcmp(format, "image/pwg-raster") || !strcmp(format, "image/urf"))
+ num_options = cupsRemoveOption("copies", num_options, &options);
+
cupsEncodeOptions2(request, num_options, options, IPP_TAG_OPERATION);
cupsEncodeOptions2(request, num_options, options, IPP_TAG_JOB);
}