I have tried javascript window.print() It prints the full page content including the print button on the page.
window.print()
Create an iframe and copy your text into it. then you can call the print-function of this, in the iframe embedded window
or
see: String.print()