Hello,
I have an item.md page of a blog section, this item .md page has plenty of data displayed on the screen.
I need to include a button on item.md that takes the following elements from the frontmatter:
hero_image: page_hero_image.jpg
media_order: first_image.jpg
media_order: second_image.jpg
title: 'Tittle of page'
page.summary|raw
page.more-frontmatter-data
and builds a page for the printer, in landscape mode, as shown in the following image:

I can build the HTML/CSS for the printout, but I do not know how to send con clic to the printer. I will need Javascript to interact with a Grav print twig template, I guess.
Any help is very much appreciated.
Thanks