我正在使用signaturepad.js,它允许我绘制图像。我需要将该图像导入特定位置的pdf。有什么想法吗?
misha130暗示:
string theSource = ((ImageButton)FindControl(fieldKey)).ImageUrl.Replace("data:image/png;base64,", "");
iTextSharp.text.Image image = iTextSharp.text.Image.GetInstance(Convert.FromBase64String(theSource));