That's possible with a small modification.
Add the code below at the beginning of the file "listing" of the view "product":
<?php if(@$_GET['tmpl']=='component'){echo '<script>window.print();</script>';} ?>
Then, create a menu item of the type hikashop products listing view the joomla menu manager so that it displays all your products.
Then, simply use the link to that menu item with the addition of the parameter ?tmpl=component to the URL and that will give you a link to print all the products of the shop on the frontend.