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 b96b62d commit 1de2c97Copy full SHA for 1de2c97
tests/test_general.py
@@ -1586,3 +1586,9 @@ 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)
1589
+
1590
1591
+def test_4018():
1592
+ document = pymupdf.open()
1593
+ for page in document.pages(-1, -1):
1594
+ pass
0 commit comments