微软近期Open的职位:Location: Beijing, China The Office App Services team is working on the powerful Office Web Apps including Word Web App, PowerPoint Web Ap...
分类:
Web程序 时间:
2014-12-16 13:08:20
阅读次数:
169
using MSCORE = Microsoft.Office.Core;using MSPPT = Microsoft.Office.Interop.PowerPoint;namespace word{ public partial class Form1 : Form { ...
因为之前木有这个问题的
重装了下Office就出现这个问题了
百度木有百到
然后看到一位仁兄这样说:
我想是不是微软不给力 需要打补丁
于是安装了下面补丁 果然好了:...
分类:
编程语言 时间:
2014-12-05 17:32:53
阅读次数:
142
问题:1.操作系统WindowsServer2008R2/WindowsServer20122.部署OfficeWebAppsServer20133.Lync2013-共享-PowerPoint排错:1.拓朴-LyncServer2013-取消-关联-OfficeWebAppsServer20132.删除-OfficeWebAppsServer20133.安装-OfficeWebAppsServer2013-WithSP14.测试-OfficeWebAppsS..
分类:
其他好文 时间:
2014-12-04 06:31:19
阅读次数:
217
Universal Document Converter works as a virtual printer and can save any document in the PDF, JPEG, TIFF, or PNG format. If you are a software developer, you can control the settings using COM-inte...
分类:
其他好文 时间:
2014-11-30 20:14:29
阅读次数:
245
ppt转pdf格式转换器破解版教学工作中,难免会发生因为电脑上位安装PowerPoint而无法播放ppt课件的情况,为了解决这个问题我们可以将ppt课件转换成pdf电子文档。这样一来,不但可以大大缩小课件的体积,而且能够让课件的播放变得更加流畅、自然。 第1分钟:安装迅捷ppt转换成pdf转换器免....
分类:
其他好文 时间:
2014-11-24 11:43:47
阅读次数:
190
1、区别Office套件通常包括应用程序如Word、Excel、PowerPoint和Outlook。所有Office2013套件包括最新版本的应用程序,可在一台PC上使用。Office365是指包括通过Internet启用的功能,例如附加的SkyDrive联机存储、Lync网络会议或企业使用的ExchangeOnline托管电子邮件。云服务..
分类:
其他好文 时间:
2014-11-19 02:15:57
阅读次数:
297
一、添加引用usingMicrosoft.Office.Core;usingMicrosoft.Office.Interop.PowerPoint;二、转换方法C# 代码 复制 /// /// 把PowerPoint文件转换成PDF格式文件 /// ...
分类:
Web程序 时间:
2014-11-14 09:16:30
阅读次数:
147
1、java版本
public string PptReader(string filename)
{
string fullname = DocPath+filename; //绝对路径
PowerPoint.Application papp = new PowerPoint.Application();
PowerPoint.Presentation ppr = papp.Prese...
分类:
其他好文 时间:
2014-11-12 19:47:56
阅读次数:
172