phppowerpoint类怎么设置生成幻灯片大小,默认导出的都是标准4:3的,需要导出为16:9宽屏的

发布网友 发布时间:2022-04-24 18:46

我来回答

2个回答

热心网友 时间:2023-11-03 11:34

设计、页面设置、幻灯片大小

追问谢谢你的回答,我是要在php程序中怎么设置,不是在幻灯片工具中调整

追答下面是VBA代码:

PowerPointApp = CreateObject("PowerPoint.Application")
TargetFile = PowerPointApp.Presentations.Add
PowerPointApp.Visible = TRUE
PowerPointApp.Activate
TargetFile.PageSetup.SlideSize = 2

关键是最后一行,你的PHP可能是PowerPointApp、TargetFile是别的变量,例如$ppt_app、$ppt_file,相应修改即可。

热心网友 时间:2023-11-03 11:34

。。。母版设置为16:9就行了……追问我就是不知道在哪里设置,请指定下位置

热心网友 时间:2023-11-03 11:34

设计、页面设置、幻灯片大小

追问谢谢你的回答,我是要在php程序中怎么设置,不是在幻灯片工具中调整

追答下面是VBA代码:

PowerPointApp = CreateObject("PowerPoint.Application")
TargetFile = PowerPointApp.Presentations.Add
PowerPointApp.Visible = TRUE
PowerPointApp.Activate
TargetFile.PageSetup.SlideSize = 2

关键是最后一行,你的PHP可能是PowerPointApp、TargetFile是别的变量,例如$ppt_app、$ppt_file,相应修改即可。

热心网友 时间:2023-11-03 11:35

。。。母版设置为16:9就行了……追问我就是不知道在哪里设置,请指定下位置

热心网友 时间:2023-11-03 11:34

设计、页面设置、幻灯片大小

追问谢谢你的回答,我是要在php程序中怎么设置,不是在幻灯片工具中调整

追答下面是VBA代码:

PowerPointApp = CreateObject("PowerPoint.Application")
TargetFile = PowerPointApp.Presentations.Add
PowerPointApp.Visible = TRUE
PowerPointApp.Activate
TargetFile.PageSetup.SlideSize = 2

关键是最后一行,你的PHP可能是PowerPointApp、TargetFile是别的变量,例如$ppt_app、$ppt_file,相应修改即可。

热心网友 时间:2023-11-03 11:35

。。。母版设置为16:9就行了……追问我就是不知道在哪里设置,请指定下位置

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com