Convert HTML page content to a picture or PDF file
1, Convert HTML page content to pictures
use html2canvas Take a screenshot.
html2canvas can capture the whole or part of the page directly in the user's browser.
1.1 first introduce the html2canvas plug-in
You can use < script SRC=“ https://cdn.bootcdn.net/ajax/libs/html2canvas/0.5.0-beta4/html2canvas.min.js "> < / scrip ...
Posted by mailtome on Mon, 23 May 2022 06:05:11 +0300