PDF每一页转图片
#classimage.py import sys import PyPDF2 import PythonMagick class ManImage: """ Manipulate Image Object """ def __init__(self, i_file, o_dire): """ init args :param i_file: (str) input pdf file (eg: "demo.pdf") :param o_dire: (str) output image
下载地址
用户评论