Limit size on print2pdf

Hi

When I print2pdf on my Windows pc it converts the whole chrome window to pdf. My app design window is notably smaller than the current window size. I would like to send only the form displayed to preint2pdf.

Currently I’m sending document.body but is there a way of sending only the currentform’s area?

Here’s documentation for that control:
https://rawgit.com/MrRio/jsPDF/master/docs/index.html

There are also a number of questions on StackOverflow