您好,欢迎访问一九零五行业门户网

Open and Print a Word Document_javascript技巧

demonstration script that opens and prints and existing microsoft word document.
复制代码 代码如下:
set objword = createobject(word.application)
set objdoc = objword.documents.open(c:\scripts\inventory.doc)
objdoc.printout()
objword.quit
其它类似信息

推荐信息