I am using signaturepad.js that allows me to draw an image. I need to import that image onto the pdf in a specific location. Any ideas?
misha130 suggests:
string theSource = ((ImageButton)FindControl(fieldKey)).ImageUrl.Replace("data:image/png;base64,", "");
iTextSharp.text.Image image = iTextSharp.text.Image.GetInstance(Convert.FromBase64String(theSource));