'); printWindow.document.close();// Wait for the new window to load the content printWindow.onload = function() { printWindow.print(); printWindow.close(); }; }).catch(function(error) { console.error("Error capturing the page:", error); }); }); });