开发者

Taking Snapshot of a PDF using Python [duplicate]

开发者 https://www.devze.com 2023-03-10 11:43 出处:网络
This question already has answers here: 开发者_开发问答 Closed 11 years ago. Possible Duplicate: Converting a PDF to a series of images with Python
This question already has answers here: 开发者_开发问答 Closed 11 years ago.

Possible Duplicate:

Converting a PDF to a series of images with Python

I know the code to open a PDF file using Python:

import os
os.startfile('C:\file_name.pdf')

My query is that whether it is possible for me to save a particular page of the pdf file as an image file (jpeg, png)?


It's look helpful for you: Converting a PDF to a series of images with Python

0

精彩评论

暂无评论...
验证码 换一张
取 消