Print request Chromaticity.MONOCHROME attribute does not work on macOS

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 25
    • Affects Version/s: 21
    • Component/s: client-libs
    • Environment:

      OS: macOS
      JDK: 11.0.19

    • 2d
    • b21
    • os_x

      Steps to reproduce:

      - Run the attached PrintGrayscale sample which uses Chromaticity.MONOCHROME attribute to print a monochrome page on macOS
      ------------
              PrintRequestAttributeSet attr = new HashPrintRequestAttributeSet();
              attr.add(Chromaticity.MONOCHROME);
              ...
              PrinterJob job = PrinterJob.getPrinterJob();
              job.print(attr);
      ------------

      ------------
      > java PrintGrayscale
      Default service: IPP Printer : HP Ink Tank 110 series
      Print with chromaticity: monochrome
      ------------

      The page is printed as color instead of monochrome.

            Assignee:
            Alexandr Scherbatiy
            Reporter:
            Alexandr Scherbatiy
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: