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
157
+
];
158
+
159
+
System::print('<html>...', $printer, $settings);
160
+
```
161
+
162
+
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.
163
+
128
164
This returns the PDF data in a `base64_encoded` binary string. So be sure to `base64_decode` it before storing it to
0 commit comments