摘要:
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 阅读全文
摘要:
将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,.. 阅读全文