PDF的VBS小程序代码
PDF的VBS小程序代码
发布时间:2016-12-28 来源:查字典编辑
摘要:Dimls_FileSetobjArgs=WScript.Arguments'命令行参数ifobjArgs.Count

Dim ls_File

Set objArgs = WScript.Arguments'命令行参数

if objArgs.Count<1 then

return

end if

ls_File = objArgs(0)'第一个参数通常就是文件名

ls_new = left(ls_File, len(ls_File) -4 )+".pdf"

Set pptApp = CreateObject("PowerPoint.Application") '申明调用函数

pptApp.Visible = True '在使用PowerPoint时,一定要有此句,否则会出错

Set MyPress = pptApp.Presentations.Open( ls_file) 'Presentation 对象

MyPress.Saveas ls_new,32

pptApp.Quit

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新vbs学习
热门vbs学习
脚本专栏子分类