摘要: 1 static public bool WatermarkPDF(string SourcePdfPath, string OutputPdfPath, string WatermarkPath, int positionX, int positionY, int WatermarkHeight, int WatermarkWidth, out string msg) 2 { 3 try 4 { 5 PdfReader reader = new PdfReader(SourcePdfPath... 阅读全文
posted @ 2014-02-21 14:02 老飞飞 阅读(372) 评论(0) 推荐(0)