首页 相关文章 c# 将PPT转换成HTML

c# 将PPT转换成HTML

这只是一个小程序,就是将ppt转换成html,方法很多,为了以后备用,在此记录一下,也和大家分享
源码如下:

using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using PPT = Microsoft.Office.Interop.PowerPoint;
using System.Reflection;

namespace WritePptDemo
{
class Program
{
static void Main(string[] args)
{
string path; //文件路径变量

PPT.Application pptApp; //Excel应用程序变量
PPT.Presentation pptDoc; //Excel文...[ 查看全文 ]

2016-02-19 标签:

c# 将PPT转换成HTML的相关文章

手机页面
收藏网站 回到头部