I need to get the pdf page that window.print create, I don't want to use converters, can i get the page by listenung to onbeforeprint?
window.onbeforeprint = function(event) {
window.open(event)
};
window.print();
I whant know wiche element in the event will give me the pdf page