Every line of 'window print pdf' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
75 printPDF() { 76 const invoiceID = this.props.invoice._id; 77 ipc.send('print-to-pdf', invoiceID); 78 }