1. 首页
  2. 数据库
  3. 其它
  4. PDF每一页转图片

PDF每一页转图片

上传者: 2020-12-22 23:43:00上传 PDF文件 30.03KB 热度 9次
#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
用户评论