comparison tests/test_4614.py @ 1:1d09e1dec1d9 upstream

ADD: PyMuPDF v1.26.4: the original sdist. It does not yet contain MuPDF. This normally will be downloaded when building PyMuPDF.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:37:51 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 1:1d09e1dec1d9
1 import pymupdf
2 import os
3
4
5 def test_4614():
6 script_dir = os.path.dirname(__file__)
7 filename = os.path.join(script_dir, "resources", "test_4614.pdf")
8 src = pymupdf.open(filename)
9 doc = pymupdf.open()
10 doc.insert_pdf(src)