该文被密码保护。 阅读全文
摘要:主程序:using System;using System.Collections.Generic;using System.Linq;using System.Text;using iTextSharp.text;using iTextSharp.text.pdf;using System.IO;using System.Data;namespace MakePdf{ class Program : PdfPageEventHelper { static void Main(string[] args) { DataTable dt = new DataTable(); for (int i 阅读全文