HTML5 canvas, convert canvas to PDF with jspdf.js

前端 未结 5 667
陌清茗
陌清茗 2021-02-04 12:10

I am trying to convert HTML5 canvas to PDF in JavaScript but I get a black background PDF. I tried to change the background color but still get black. The following is code I am

5条回答
  •  失恋的感觉
    2021-02-04 12:51

    At first, you need to set the desired background color on the canvas before getting the data. Then, you need to draw jpeg image on the canvas.

提交回复
热议问题