DynamicXml
摘要:/* var xml = @"<root><books><book is_read=""false""><author>Test</author></book><book is_read=""true""><author>Test2</author></book></books></root>";
阅读全文
posted @
2016-05-23 15:43
kingreatwill
阅读(815)
推荐(0)
iTextSharp
摘要:using System.IO;using iTextSharp.text;using iTextSharp.text.pdf; namespace DotNet.Utilities{ /// <summary> /// PDF文档操作类 /// </summary> // 调用 //PDFOper
阅读全文
posted @
2016-05-13 21:24
kingreatwill
阅读(752)
推荐(0)