Add image in pdf using jspdf

前端 未结 12 706
离开以前
离开以前 2020-12-05 06:49

I am using jspdf to convert an image into a PDF.

I have converted the image into a URI using base64encode. But the problem is that there are no errors or warnings sh

12条回答
  •  悲&欢浪女
    2020-12-05 07:23

    You defined Base64? If you not defined, occurs this error:

    ReferenceError: Base64 is not defined

提交回复
热议问题