Image to DataURL Base64

Hi,

I’m using a plugin to generate a pdf and with this plugin, I can add pictures to my pdf : http://pdfmake.org/playground.html but I can’t figure out how to get a base 64 dataURL from Bubble.

I’ve seen a :encoded in Base64 but it’s to use on a backend workflow, well I’m stuck.

I just want to upload a picture (pictureuploader) and get for it the Base64 dataURL.

Any Idea?

Thanks

1 Like

Having the same issue here.

I had set an workflow inside my backend and used the “:encoded in Base64” to return the base64 value, but when I use it with Bubble Connector to send from my interface, the same way I would integrate via “normal” API, the result is “(empty)”.