sidebase/nuxt-pdf

Not working with extarnal image links

shiv122 opened this issue · 2 comments

Environment

No response

Reproduction

Thanks for testing out nuxt-pdf!

img
print card
<script setup> import { exportToPDF } from "#imports"; const pdfSection = ref(null); </script>

Describe the bug

When i use image from cdn, it gives me a blank space after image

Additional context

No response

Logs

No response

I have the same issue .. my table consist of data.... with some images but can't export as Pdf.

Hi both of you. Could you please give me an example of an image that is not working? I used some external images as well (also inside the playground) and it worked for me. Maybe there is some kind of blocker?

Otherwise a reproduction would be very appreciated 🙏