We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34ac48 commit a89eee7Copy full SHA for a89eee7
tests/resources/test_4043.pdf
1.03 KB
tests/test_general.py
@@ -1580,3 +1580,9 @@ def test_3624():
1580
# We get small differences in sysinstall tests, where some
1581
# thirdparty libraries can differ.
1582
assert rms < 1
1583
+
1584
1585
+def test_4043():
1586
+ path = os.path.normpath(f'{__file__}/../../tests/resources/test_4043.pdf')
1587
+ doc = pymupdf.open(path)
1588
+ doc.fullcopy_page(1)
0 commit comments