Adding a Print button to the Single Entry page
Sometimes we want to add a Print button/link to our Single Entry page to allow our users to print/download the contents of that page.
You can achieve this with the help of the Custom Content field.
Just add a Custom Content field to the widget zone of your View with the code below:
<a href="javascript:void(0)" onclick="window.print()">Print</a>
You might also find the following article interesting: How To Set Up A Print Style Sheet.