摘要: Set wrd = GetObject(, "Word.Application") wrd.Visible = False path = "D:\word\" wdFormatPDF = 17 Set fso = CreateObject("Scripting.FileSystemObject") 阅读全文
posted @ 2024-07-06 22:28 卓能文 阅读(318) 评论(0) 推荐(0)
摘要: package main import ( "log" "os" "path/filepath" "github.com/unidoc/unioffice/document" "github.com/unidoc/unioffice/document/convert" ) func main() { 阅读全文
posted @ 2024-07-06 21:36 卓能文 阅读(311) 评论(0) 推荐(0)
摘要: package main import ( "log" "os" "path/filepath" ole "github.com/go-ole/go-ole" "github.com/go-ole/go-ole/oleutil" ) // NOTE: This example can only ru 阅读全文
posted @ 2024-07-06 19:10 卓能文 阅读(59) 评论(0) 推荐(0)