C#代码实现PDF文档操作类

2019-12-26 14:14:47王振洲
  •   {     SetFont(FontSize); 
  •    Anchor auc = new Anchor(Content, font);     auc.Name = Name; 
  •    document.Add(auc);    } 
  •   #endregion   } 
  • }  ?

    脚本之家友情提醒需要注意点:需要添加iTextSharp.dll引用才可以正常通过编译。