The site https://www.printfriendly.com/button can help you to generate a button that generates a printer friendly version of a web page. It works quite well, except that it incorrectly shows a hidden data table that is generated for accessible screen-readers. You need to hide this data table with a little extra CSS:
[aria-label~="tabular"] {display:none}