开发者

How to replace a tag with image while creating PDF using ABCPDF websupergoo

开发者 https://www.devze.com 2022-12-07 17:42 出处:网络
While generating PDF , i need to place stamp at required position where Stam开发者_开发百科p word is written in the page at runtime

While generating PDF , i need to place stamp at required position where Stam开发者_开发百科p word is written in the page at runtime

string stamp = theDoc.GetText("%stamp%"); if (stamp.Contains("%stamp%") == true)

theDoc.Page.ToString().Replace("%stamp%", "");

0

精彩评论

暂无评论...
验证码 换一张
取 消