摘要: C#.net word excel powerpoint (ppt) 转换成 pdf 文件2010年12月31日 星期五 上午 11:29using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using Word = Microsoft.Office.Interop.Word;using Excel 阅读全文
posted @ 2012-07-01 01:35 安度 阅读(1830) 评论(0) 推荐(0) 编辑
摘要: 将Excel转换成PDF格式:using MsExcel = Microsoft.Office.Interop.Excel;object missing = System.Reflection.Missing.Value;//打开Excel文件MsExcel.Workbook wb = appc.Application.Workbooks.Open( fielPath, missing, false, missing, missing, missing, missing, missing, missing, true, missing, missing, missing, missing,.. 阅读全文
posted @ 2012-07-01 01:30 安度 阅读(1174) 评论(1) 推荐(0) 编辑