2018年11月13日

Python 中docx转pdf

摘要: #第一种import comtypes.clientdef convertDocxToPDF(infile,outfile): wdFormatPDF = 17 word = comtypes.client.CreateObject('Word.Application') doc = word.Do 阅读全文

posted @ 2018-11-13 14:55 海纳百川_有容乃大 阅读(2700) 评论(0) 推荐(0) 编辑

导航