DEV Community

Discussion on: Converting an Electron view content to PDF

Collapse
 
sjhabharti profile image
Sjhabharti

Hi Satish ,
success: function (response) {
debugger;

ipc.send('print-to-pdf'); not call in Electron App using Js please help me.

ipc.on('print-to-pdf', event => { contains on same page.