asticode / astilectron

Electron app that provides an API over a TCP socket that allows executing Electron's method as well as capturing Electron's events
MIT License
285 stars 67 forks source link

Printing #25

Open winwisely99 opened 4 years ago

winwisely99 commented 4 years ago

https://www.electronjs.org/docs/api/web-contents#contentsprinttopdfoptions

Is this accessable from golang to tell Electon to Print and PrintToPDF ?

asticode commented 4 years ago

Right now this is not, but this is totally doable.