我有一个docx包含多个页面的文件,我必须将每个页面转换为image. 有没有办法使用 Python 做到这一点?
docx
image
到目前为止我能够做的是将 docx 转换为 pdf 然后从 pdf 转换为图像使用pdf2image 是否有直接的方法可以从docx到images?
pdf2image
images
我有相同的要求转换pptx为images?
pptx
提前致谢!
python
python ×1