Print CV in JavaScript

how can I print my resume from my PC using JavaScript?
I’ve added my resume in the HTML element, like this:
<a href="images/CVAndrea.docx" class="btn hero-btn">hire me</a>

However, I don’t know what I can do to print the resume when clicking on the link.

Someone can help me, please?

Thanks!