Convert PDF to Imageimport fitzfilename = "test.pdf" pdf = fitz.open(filename)for page in pdf: img = page.getPixmap(alpha=False)
確定! 回上一頁