You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2022. It is now read-only.
I am still trying to figure out how html2canvas can take whole page. Just an idea we may calculate actual height of page and recursively scroll and convert each page in view and than put them together before create pdf.
Nice work!
When you need to convert really long page to pdf it only pulls first visible page( because of html2canvas in helper.js) . For example:
https://gist.github.com/sabitertan/d9b740546328b07de2dda8dc9673beed
I am still trying to figure out how html2canvas can take whole page. Just an idea we may calculate actual height of page and recursively scroll and convert each page in view and than put them together before create pdf.