当前位置:   article > 正文

Python实现word转pdf_使用python将word文档转换为pdf

使用python将word文档转换为pdf
  1. from docx2pdf import convert
  2. def word_pdf(input_file, output_file):
  3. convert(input_file, output_file)
  4. if __name__ == '__main__':
  5. word_pdf('1.docx', '1.pdf')

记得安装库: pip install docx2pdf 

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/878350
推荐阅读
相关标签
  

闽ICP备14008679号