Wondering if there is a method to add the base64 image data from a signature pad component to display the signature in the pdf exporter. I've had success displaying the signature pad image in a text component using the following:
Gotcha @Joshua. I’ve been playing around with it and it doesn’t seem like you can put straight HTML in there, which would mean you’re not going to be able to display that Base64 image from the Signature Pad component. We’re using this library, so I’d try and see if there are any answers there:
@Joshua and I went through this, and as a rough workaround we sent the images to S3 and pulled the URL into the pdf exporter. Adding in HTML to the pdf exporter is a good feature request as it would let us directly put base64 without an intermediary URL.