PDF CREATOR Images dataURL entries (or local file paths in node.js)

Hello, my PDF does not want to generate, it gives me the error

{BE357C91-1D35-4589-A9F7-34A22C541DD9}

the url of my photos is completed with https:// .....

an idea?

Thanks

hello @Teodor , Are images accepted in PDFs?
i'm in PHP

Teodor didn't reply :frowning:

Have you searched what dataURL means? (it's written in the error message)

I think you have to use an image embedded directly in the link using data:// instead of https://. I've never done this but I've seen it, check an example here:
https://dopiaza.org/tools/datauri/examples/index.php

If you check the link of the cat image, there's no https:// link, it's data://, the image is embedded directly in the link.

Thanks for your feedback, I tried on a blank page with an image and a full http link, it does exactly the same, so I use another PDF script