You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'color' => false, // true for color, false for monochrome
167
+
];
168
+
169
+
System::print('<html>...', $printer, $settings);
137
170
```
138
171
172
+
For a complete list of available print settings, refer to the [Electron webContents.print()](https://www.electronjs.org/docs/latest/api/web-contents#contentsprintoptions-callback) and [webContents.printToPDF()](https://www.electronjs.org/docs/latest/api/web-contents#contentsprinttopdfoptions) documentation.
173
+
139
174
## Time Zones
140
175
141
176
PHP and your Laravel application will generally be configured to work with a specific time zone. This could be UTC, for
0 commit comments