摘要:
public void ExportDataIntoPDF(string pathName, String path) {//导出至PDF iTextSharp.text.Document document = new iTextSharp.text.Document(); try { iTextSharp .text .pdf .PdfWriter .GetInstance (document, new FileStream(pathName, FileMode.CreateNew )); document.Open(); iTextSharp.text.pdf.BaseFont bfChi 阅读全文
posted @ 2011-04-11 20:21
一个不爱洗澡的鱼
阅读(298)
评论(0)
推荐(0)