摘要: using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; //需要在项目里引用ICSharpCode.SharpZipLib.dll和itextsharp.dll public string TxtFilePath; public string SavePdfPath;//保存PDF的路径 #region 读取TX... 阅读全文