I'd like to convert multi image TIFF to PDF in python. ... images = [] img = Image.open('multipage.tif') for i in range(4): try: img.seek(i) ...
確定! 回上一頁