# py_office_convert_to_pdf_toolbox **Repository Path**: awol2010ex/py_office_convert_to_pdf_toolbox ## Basic Information - **Project Name**: py_office_convert_to_pdf_toolbox - **Description**: python office转pdf工具 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-05-28 - **Last Updated**: 2023-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 运行环境 python 2.7 + pywin32-221.win32-py2.7 (经测试可转换受保护文件) # WORD 转 PDF doc_convert_pdf.py -i D:/A.docx -o D:/A.pdf # Excel 转 PDF doc_convert_pdf.py -i D:/A.xlsx -o D:/A.pdf