Skip to content

Commit 3bfb7f7

Browse files
committedJan 7, 2024
Version 1.17.0
1 parent 4aa051b commit 3bfb7f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="pdf2image",
15-
version="1.16.3",
15+
version="1.17.0",
1616
description="A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",

‎tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -1750,6 +1750,7 @@ def test_timeout_convert_from_path_241(self):
17501750
)
17511751

17521752
@profile
1753+
@unittest.skipIf(not POPPLER_INSTALLED, "Poppler is not installed!")
17531754
def test_pdfinfo_first_and_last_page(self):
17541755
start_time = time.time()
17551756
info_first_path = pdfinfo_from_path("./tests/test_14.pdf", first_page=1, last_page=2)

0 commit comments

Comments
 (0)
Please sign in to comment.