这里在提供C#代码,将PPT转成PDF.直接上代码;
要引入Microsoft.Office.Interop.PowerPoint; 版本12.0.0.0;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
using Microsoft.Office.Intero
这里主要提供一种将word文档转成PDF文档的实现;
具体实现看c#代码:要引入Microsoft.Office.Interop.Word;版本12.0.0.0
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
using Microsoft.Office.Inte