<script> function printFunction() { const fileName = '' // some custom rules window.print(); } </script>
Execute this func, when i choose destination to save as PDF, the fileName will be default, but i want get a custom name, is there any solution?