I implemented a button on my page which opens the 'browser print preview'. Of course, it shows the page 1:1.
In my PDF Navbar (without the '):
<'div class="right" onclick="print()"><a href="">Print</a'>
Now I want instead of that, print a file from a path (the file is on my server). How can I do this?