willsonlincake 发表于 2022-4-5 19:03:45

Python文件转换

https://github.com/ConvertAPI/convertapi-python

result = convertapi.convert('pdf', { 'File': '/path/to/my_file.docx' })

# save to file
result.file.save('/path/to/save/file.pdf')
页: [1]
查看完整版本: Python文件转换