简体   繁体   English

将PowerPoint幻灯片插入正在运行的演示文稿中

[英]Insert powerpoint slide into running presentation

The main idea: a user creates a powerpoint file with 1 slide, and this slide is inserted into a slideshow which is already looping. 主要思想是:用户使用1张幻灯片创建一个PowerPoint文件,并将此幻灯片插入已经循环播放的幻灯片中。 A first idea I had was to convert the .ppt file into an image (eg using http://www.artofsolving.com/opensource/jodconverter/ or a .NET API), and then create a flash application which scans a directory for images(/converted slides) to show. 我的第一个想法是将.ppt文件转换为图像(例如,使用http://www.artofsolving.com/opensource/jodconverter/或.NET API),然后创建一个Flash应用程序,该应用程序扫描目录以查找图片(/转换幻灯片)显示。

But this seems a bit like a complex solution, any suggestions? 但这似乎是一个复杂的解决方案,有什么建议吗?

You can achieve this using the insert object feature in PowerPoint. 您可以使用PowerPoint中的插入对象功能来实现。

  1. Choose Insert from file 选择从文件插入
  2. Select the powerpoint file 选择PowerPoint文件
  3. Check Link Checkbox 选中链接复选框

And its done. 它完成了。 Any changes in the linked file are reflected in the already looping show. 链接文件中的任何更改都会反映在已经循环播放的节目中。 Let me know if you don't get it. 如果您不明白,请告诉我。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 插入图片以使用空的占位符滑动(PowerPoint) - Inserting image to slide with empty placeholder (PowerPoint) 如何使用vba进入PowerPoint2007中的“插入图表”对话框? - How to reach “Insert chart” dialog in PowerPoint2007 using vba? 在 Powerpoint 中插入 Excel 内容。 错误消息:剪贴板为空或包含可能无法粘贴到此处的数据 - Insert Excel Content in Powerpoint. Error Message: Clipboard is empty or contains data which may not be pasted here 在MySQL服务器上的php中运行插入查询的问题 - Problems with running insert query in php on MySQL server Oracle SQL,如果未运行,则在内部插入语句 - Oracle SQL, Insert statement inside if not running C列表插入程序-运行时出现分段错误 - C List Insert Program - Segmentation fault at running 运行INSERT命令(C#和XLSX)时的奇怪行为 - Weird behaviour when running an INSERT command (C# and XLSX) Eval将HTML插入运行代码的Perl CGI脚本中? - Eval insert html into perl cgi-script of running code? 在Web服务器中运行的用于插入sql数据的插入脚本 - Insert Script running in web server for Inserting sql data 在查询浏览器中运行时,插入Query无法在代码中运行? MYSQL Java代码 - Insert Query not working in code while the same is running in the query browser ??? MYSQL Java Code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM