We are having a web application where we are trying to convert a HTML into PDF but in this HTML we have header component which provides user info and below that we have a grid which do not have any pagination associated with it. Now what jsPDF is trying to get snapshot of html and append that to pdf on single page of PDF. But if the data is large then it is breaking.It not supporting scroll option.If anybody find any solution for this issue please do let me know.