Thanks for your plugin, its vrey usefull.
Most of time I print data after I require them from server. And I found the plugin will print the page before the page loade completely.
$('#printPage').on("load",function() { setTimeout(function () { printit(pluginOptions); }, 2000) });