PyMuPDF-Optional-Material icon indicating copy to clipboard operation
PyMuPDF-Optional-Material copied to clipboard

Help file downloads, early ZIP binaries, wheels for retired Python 2.7, 3.5.

Results 1 PyMuPDF-Optional-Material issues
Sort by recently updated
recently updated
newest added

doc = fitz.open(pdf_file) for page in doc: pix = page.get_pixmap() img_file = f'{img_file_prefix}-{page.number}.jpg' pix.save(img_file) Will get_pixmap cause the generated JPG image to be too large in the above code? Is...

help wanted