Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This plugin adds a print button to TinyMCE. Installation Instructions
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "print",
theme_advanced_buttons3_add : "print"
});
Search documentation.