How to export A4 letter-sized HTML as PDF, mobile-responsive, using html2canvas and jsPDF

前端 未结 0 1543
有刺的猬
有刺的猬 2021-01-21 13:41
const savePDF = () => {
    html2canvas(
      document.getElementById(\'PSElement\') as HTMLElement,
      {
        width: 693,
        height: 900,
      }
    ).t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题