使用itextSharp创建PDF,并插入图片功能
string topPath = HttpContext.Current.Server.MapPath("~/ReportFile/LabelOutPut/");
string responsefileName = string.Format("{0}.pdf", fileName);
string pdfsavePath = string.Format(topPath + responsefileName);
var document = new iTex...
原创
2020-07-23 21:39:28 ·
1546 阅读 ·
0 评论