johnnywang1994 / jsPDF-html2canvas

A combine usage with jsPDF & html2canvas, which translating html content to PDF file.
MIT License
75 stars 9 forks source link

Cutting off in half #36

Open BabyLoves opened 12 months ago

BabyLoves commented 12 months ago

image

In the bottom of pdf page... I'm wiith AutoResize : true

johnnywang1994 commented 8 months ago

That could happened on any element, cause the function just snapshop the whole dom, and seperate them into pages, if you would like to make some part to be independently in a new PDF page, try to give multiple dom target to the plugin may help.