Taking Snapshot of a PDF using Python [duplicate]
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
精彩评论