jsPDF icon indicating copy to clipboard operation
jsPDF copied to clipboard

addimage

Open chan0328 opened this issue 3 years ago • 3 comments

const qrCode = document.getElementById('qrCode').children[1]; pdf.addImage(qrCode, 'PNG', 320, 50, 74, 74, "qrcode")

const barCode = document.getElementById('barcode'); pdf.addImage(barCode, 'PNG', 95, 200, 250, 50, "barcode") image

maybe addimage bug?

chan0328 avatar Sep 17 '22 08:09 chan0328

jspdf 2.5.1 vue 2.5 node 14.10 npm 6.14.8

chan0328 avatar Sep 17 '22 08:09 chan0328

I have the same problem when adding images b

fvcoder avatar Oct 10 '22 23:10 fvcoder

I have the same problem when adding images b

in my case it happens when including base64 images

fvcoder avatar Oct 10 '22 23:10 fvcoder

Have you solved this problem? I also ran into this problem. They seem to overlap. I added aliases, but it doesn't work. If it is resolved, I hope you can tell me. Thank you

Yutouiii avatar Oct 24 '22 09:10 Yutouiii

Have you solved this problem? I also ran into this problem. They seem to overlap. I added aliases, but it doesn't work. If it is resolved, I hope you can tell me. Thank you

I haven't solved the problem yet, I'm looking for alternatives

fvcoder avatar Oct 25 '22 12:10 fvcoder

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.

github-actions[bot] avatar Jan 24 '23 02:01 github-actions[bot]

Still active issue with #3477

glebov21 avatar Jan 24 '23 07:01 glebov21

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.

github-actions[bot] avatar Apr 26 '23 01:04 github-actions[bot]