-
Bug
-
Resolution: Unresolved
-
P4
-
21
-
OS: macOS
JDK: 11.0.19
-
Cause Known
-
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.
- 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.
- links to
-
Review(master) openjdk/jdk/18195
-
Review(master) openjdk/jdk/21930