Plain black text is encoded as RGB instead of Gray and so printing with full-color in paged.js #734
Labels
bug
Actual behavior does not match expected behavior
output:pdf
An issue with the pdf output
status:backlog
Issue is a lower priority but needs to eventually be addressed
Before proceeding, check to make sure there isn’t an existing issue for this bug.
Steps to reproduce
quire build
andquire pdf
to generate a PDFActual behavior
The main body text of the PDF (though set as
#000
is revealed to be made up of a full-color build of CMYK. Meaning it has a little of each color in it.It appears that in Paged.js/Chrome the blacks are being encoded as RGB colors and being interpreted as full CMYK builds and so using 4-color inks when it should not. For the PrinceXML handling of this, see https://www.princexml.com/doc/graphics/#rich-black-and-true-black, where they talk of the RGB color being "encoded in the DeviceGray color space"
Expected behavior
Removing the Black (K) separation with the Print Production > Output Preview tool should make the text dissappear entirely, thus confirming it is only printing with Black ink, and not any of the other colors
Version numbers
Quire CLI 1.0.0-rc.7
Quire 11ty 1.0.0-rc.9
Node 18.16.0
What browsers are you seeing the problem on?
No response
Relevant Terminal/Shell output
No response
Supporting Information
Paged.js without Black ink:
PrinceXML without Black ink:
The text was updated successfully, but these errors were encountered: