使用itextsharp将数据uri导入pdf

时间:2015-03-06 18:15:32

标签: c# asp.net pdf itextsharp

我正在使用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));

https://stackoverflow.com/a/19247423/1814205

0 个答案:

没有答案