是否可以创建Powerpoint文件? [英] Is it possible to create Powerpoint files?

查看:73
本文介绍了是否可以创建Powerpoint文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1)是否可以使用asp.net创建powerpoint文件?我已经

用Google搜索并且无法找到明确的指南。


2)如果可以创建一个带有powerpoint的文件asp.net,它是否可以以特定顺序将现有幻灯片拉到一起而不是从头开始创建幻灯片?


谢谢,

-Sean

解决方案

" ssims" < se ******* @ gmail.comwrote in message

news:11 ********************* @ v45g2000cwv .googlegro ups.com ...


1)是否可以使用asp.net创建一个powerpoint文件?我已经

用Google搜索并且无法找到明确的指南。


2)如果可以创建一个带有powerpoint的文件asp.net,它是否可以以某种顺序将现有幻灯片拉到一起而不是从头开始创建幻灯片?b
$ b



肯定是。有两种方法可以做到:


1)使用Office XML文件格式:
http://www.microsoft.com/downloads/d...displaylang= EN


http://www.microsoft.com/downloads/d...displaylang=en


取决于您的Office版本。这将允许您创建任何复杂内容的<​​br />
PowerPoint文件。它是完全免费的,但是,取决于你对XML的专业水平,你可能会发现它有点挑战...... :-)
/>
2)使用Aspose:
http://www.aspose.com/Products/Aspos...s/Default.aspx


它不是免费的,但非常容易使用,并允许你做你需要的一切。


在任何情况下都不要考虑使用Office Automation,因为它不是

旨在运行服务器端:
http://support.microsoft.com/default...US;q257757#kb2


它没有出现Powerpoint支持Office XML格式......
来自2003链接的
,此下载包含有关XML模式的数量的文档
微软? Office 2003 Editions包括Microsoft

Office Word 2003,Microsoft Office Excel 2003,Microsoft Office

InfoPath? 2003年和Microsoft Office Visio? 2003年的模式。它还包括
包含Microsoft Office OneNote的架构信息? 2003年,

Microsoft Office Project 2003和Microsoft Office Research

服务。我也没有看到从

Powerpoint保存为XML的选项。我想我必须查看商业

选项...虽然我真的希望我能找到一个免费选项。


2月8日,7:45 am,Mark Rae, < m ... @ markNOSPAMrae.comwrote:


肯定是。有两种方法可以做到:


1)使用Office XML文件格式: http://www.microsoft.com/downloads/d...d=fe118952-354 ...

orhttp://www.microsoft.com/downloads/details.aspx?familyid = 15805380-f2c ....


,具体取决于您的Office版本。这将允许您创建任何复杂内容的<​​br />
PowerPoint文件。它是完全免费的,但是,根据你对XML的专业水平,你可能会发现它有点

挑战...... :-)

" SSIMS" < se ******* @ gmail.comwrote in message

news:11 ********************** @ h3g2000cwc.googlegro ups.com ...


看来Powerpoint不支持Office XML格式......

来自2003年链接



道歉 - 我的错误......


我想我必须要查看商业选项...虽然我真的很想

希望我能找到一个免费的选择。



嗯,可能还有其他选择取决于你实际想要的东西

做...


ASP.NET创建PowerPoint

文件绝对是100%必要的......?


1) Is it possible to create a powerpoint file with asp.net? I''ve
Googled it and can''t seem to find a definitive guide.

2) If it is possible to create a powerpoint file with asp.net, is it
possible to pull exisiting slides together in a certain order rather
than creating the slides from scratch?

Thanks,
-Sean

解决方案

"ssims" <se*******@gmail.comwrote in message
news:11*********************@v45g2000cwv.googlegro ups.com...

1) Is it possible to create a powerpoint file with asp.net? I''ve
Googled it and can''t seem to find a definitive guide.

2) If it is possible to create a powerpoint file with asp.net, is it
possible to pull exisiting slides together in a certain order rather
than creating the slides from scratch?

It certainly is. There are two ways you could do it:

1) Use the Office XML file format:
http://www.microsoft.com/downloads/d...displaylang=en
or
http://www.microsoft.com/downloads/d...displaylang=en

depending on your version of Office. This will allow you to create
PowerPoint files of any complexity of content. It is completely free but,
depending on your level of expertise with XML, you might find it a little
challenging... :-)

2) Use Aspose:
http://www.aspose.com/Products/Aspos...s/Default.aspx

It''s not free, but is incredibly easy to use, and will allow you to do
everything that you require.

Under no circumstances consider using Office Automation, as it is not
designed to operate server-side:
http://support.microsoft.com/default...US;q257757#kb2


It doesn''t appear that Powerpoint supports the Office XML format...
from the 2003 link, "This download contains documentation on a number
of XML schemas for Microsoft? Office 2003 Editions including Microsoft
Office Word 2003, Microsoft Office Excel 2003, Microsoft Office
InfoPath? 2003, and Microsoft Office Visio? 2003 schemas. It also
includes schema information for Microsoft Office OneNote? 2003,
Microsoft Office Project 2003, and Microsoft Office Research
Services." I also don''t see an option to save as XML from
Powerpoint. I guess I''ll have to check out the commercial
option...though I really wish I could find a free option.

On Feb 8, 7:45 am, "Mark Rae" <m...@markNOSPAMrae.comwrote:

It certainly is. There are two ways you could do it:

1) Use the Office XML file format:http://www.microsoft.com/downloads/d...d=fe118952-354...
orhttp://www.microsoft.com/downloads/details.aspx?familyid=15805380-f2c....

depending on your version of Office. This will allow you to create
PowerPoint files of any complexity of content. It is completely free but,
depending on your level of expertise with XML, you might find it a little
challenging... :-)


"ssims" <se*******@gmail.comwrote in message
news:11**********************@h3g2000cwc.googlegro ups.com...

It doesn''t appear that Powerpoint supports the Office XML format...
from the 2003 link

Apologies - my mistake...

I guess I''ll have to check out the commercial option...though I really
wish I could find a free option.

Well, there may be other options depending on what you''re actually trying to
do...

Is it absolutely 100% imperative that ASP.NET creates the PowerPoint
files...?


这篇关于是否可以创建Powerpoint文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆