Mercurial > hgrepos > Python2 > PyMuPDF
comparison tests/test_4614.py @ 3:2c135c81b16c
MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:44:09 +0200 |
| parents | 1d09e1dec1d9 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:6015a75abc2d | 3:2c135c81b16c |
|---|---|
| 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) |
