Oracle APEX - Create a Printable Page
// dynamic action on button click
var divElements = document.getElementById("EXE_TASKS").innerHTML;
var oldPage = document.body.innerHTML;
// create a new page on the fly and only display the items you want to print
// in this example "EXE_TASKS" is ...
davidferrol.hashnode.dev1 min read