标签: python image pdf png
可能重复: Converting a PDF to a series of images with Python
我知道使用Python打开PDF文件的代码:
import os os.startfile('C:\file_name.pdf')
我的疑问是,我是否可以将pdf文件的特定页面保存为图像文件(jpeg,png)?
答案 0 :(得分:1)
它看起来对你有帮助:Converting a PDF to a series of images with Python