Thank @jan_blaha very much! That did the trick!
"Full" solution for the benefit of others:
<script> window.onload = function() { window.JSREPORT_CHROME_PDF_OPTIONS = { height: (document.body.scrollHeight + 100).toFixed(0) + 'px', }; }; </script>* +100 is extra space for margins I'm using