C#实现MS-Office文档转Pdf(Word、Execel、PowerPoint、Visio、Project)
摘要:
using System; using Microsoft.Office.Core; namespace Office { class Util { private Util() { } /// /// 把Word文件转换成为PDF格式文件 /// /... 阅读全文
posted @ 2016-12-13 10:14 a97106293 阅读(246) 评论(0) 推荐(0) 编辑