What I mean is, lets say I have a content:
\"Stackoverflow is the best, bla bla bla...\"
I want to print the content in a paper, not computer monitor, how to
Use javascript for this
window.print();
window.print(): Opens the Print Dialog to print the current document.