Is it possible to load base64 images using the Signature product?
Hi @rcabrera
For sure, please see one of example on GitHub here
You will only need to create proper MemoryStream from the base64 string and pass this stream as argument to ImageSignOptions
Thank you!