WORD转PDF脚本文件

1、在桌面新建一个文本文件,把下列代码复制到文本文件中。

bash 复制代码
On Error Resume Next
Const wdExportFormatPDF = 17
Set oWord = WScript.CreateObject("Word.Application")
Set fso = WScript.CreateObject("Scripting.Filesystemobject")
Set fds=fso.GetFolder(".")
Set ffs=fds.Files
For Each ff In ffs
    If (LCase(Right(ff.Name,4))=".doc" Or LCase(Right(ff.Name,4))="docx" ) And Left(ff.Name,1)<>"~" Then
        Set oDoc=oWord.Documents.Open(ff.Path)
        odoc.ExportAsFixedFormat Left(ff.Path,InStrRev(ff.Path,"."))&"pdf",wdExportFormatPDF
        If Err.Number Then
        MsgBox Err.Description
        End If
    End If
Next
odoc.Close
oword.Quit
Set oDoc=Nothing
Set oWord =Nothing
MsgBox "ALL Word files have been converted to PDF format!"

2、然后将文件名改为ConvertWordToPdf.vbs即可。

相关推荐
飘摇的海啸2 小时前
python批量doc转pdf调用提示库未注册
pdf
塞大花2 小时前
PDF文件提取开源工具调研总结
pdf·ocr·paddlepaddle·paddle·pdf文件提取·pdf内容识别
Excel_easy2 小时前
拆分工作簿转换PDF格式文件一步到位-Excel易用宝
pdf·excel
北十南五3 小时前
PDF编辑 PDF-XChange Editor Plus 免装优化版
pdf
唐BiuBiu4 小时前
python如何解析word文件格式(.docx)
python·word
王子良.6 小时前
Python 如何操作 PDF 文件?
开发语言·python·pdf·自动化
Channing Lewis10 小时前
python创建pdf水印,希望根据文本长度调整水印字体大小,避免超出页面
python·pdf
听吉米讲故事18 小时前
MinerU:高效智能PDF文档解析工具完全指南
pdf·llm·markdown