Tutorial: Making PDF's in Retool

Did you ever find a way to get these images into the PDF?

Here is a topic where @ndintino and I worked on adding an image to the PDF.

you can insert it with (data:${mimeType};base64,${base64Data}

but it’s very slow to process and produce the pdf…