Making a quick css patch via developer tools with
-webkit-print-color-adjust: exact;seems to work similary, but the print has some flaws and for example some background colors are rendered
without the overlaying fonts. So "exact" is not really what happens.
The solution with --enable-print-preview like in the cefclient is far more sophisticated because it also
allows us to set the quality, margins, scale (very important) and others, while at the same time presenting
us with the preview itself.
So this would enhance PHPDesktop greatly beside the background colors being printed.
Can the new cef be integrated into PHPDesktop without problems?