Save the HTML page as a picture

  • Scheme 1 : a DOM rewritten as canvas , canvas and then use the toDataURL implemented method of DOM Data output containing the URI of the picture to show
  • Program 2 : Use html2canvas.js achieve (optional with Canvas2Image.js achieve save the page as a picture)
  • Program 3 : Use the rasterizeHTML.js achieve

Guess you like

Origin www.cnblogs.com/vicky24k/p/11372092.html