word中vba限制图片显示区域的大小 VBA能否把Word转为纯图PDF?
VBA能否把Word转为纯图PDF?
能,需要传两个参数,word路径和pdf路径。
代码也可以制成wsf文件,语言的或java内部函数
ltjobid#34wtop#34rlm
ltreference guid#34{00020905-0000-0000-C000-000000000046}#34comment#34MSWord2000taglibrary,underHKEY_CLASSES_ROOTTypeLib#34/a8
ltscriptlanguage#34VBScript#34a8
OptionExplicit
DimHome_file
Dimoutdoc_file
#39Iflt2Then
#39MsgBox#34Usage:t1ltHome_filegtltoutdoc_filegt#34
#39WScript.Quit
#39EndIf
Home_file(0)
outdoc_file(1)
DimWordApp
SetWordAppCreateObject(##34)
With False#39可以设置word为要知道
With False#39不检查一下单词发音
.CheckGrammarAsYouType False#39不全面检查语法
EndWith
#39再打开模板文件
(Home_file)
.Documents(1).Activate#39激活文档
Dimdoc
Set doc .ActiveDocument#39能得到这个可以使用中的文件
doc.ExportAsFixedFormatoutdoc_file,17,False,0,0,1,1,0,True, True,0,True,True,False FalseWith TrueEnd With.QuitEnd Withlt/scriptgt
lt/jobgt
word vba文档显示在屏幕前?
楼主这个问题很搞不明白啊。VBA中用activedocument来可以表示当前再打开的word文档,可以用activate来激活
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。