摘要:
#!/usr/bin/python2.6 # -*- coding: utf-8 -*- # pip install timeout-decorator import os import win32com.client # wps使用的是wps2016版本 # 转换 Word文件档到pdf def ConvertDocToPdf(src, dst): if not os.path.... 阅读全文
posted @ 2018-09-21 08:32
糖豆爸爸
阅读(3586)
评论(0)
推荐(0)