jspdf-html2canvas

一时失言乱红尘 2022-12-31 05:21 273阅读 0赞

打印图片问题

  1. import jspdfHtml2canvas from 'jspdf-html2canvas'
  2. jspdfHtml2canvas(htmlcontent, {
  3. html2canvas: {
  4. scale: 2,
  5. x: htmlcontent.getBoundingClientRect().left + 8.5,
  6. useCORS:true//这里开启图片打印
  7. },
  8. windowWidth: htmlcontent.offsetWidth,
  9. windowHeight: htmlcontent.offsetHeight,
  10. })

发表评论

表情:
评论列表 (有 0 条评论,273人围观)

还没有评论,来说两句吧...

相关阅读