Hello, my PDF does not want to generate, it gives me the error
the url of my photos is completed with https:// .....
an idea?
Thanks
Hello, my PDF does not want to generate, it gives me the error
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
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