We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa051b commit 3bfb7f7Copy full SHA for 3bfb7f7
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name="pdf2image",
15
- version="1.16.3",
+ version="1.17.0",
16
description="A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.",
17
long_description=long_description,
18
long_description_content_type="text/markdown",
tests.py
@@ -1750,6 +1750,7 @@ def test_timeout_convert_from_path_241(self):
1750
)
1751
1752
@profile
1753
+ @unittest.skipIf(not POPPLER_INSTALLED, "Poppler is not installed!")
1754
def test_pdfinfo_first_and_last_page(self):
1755
start_time = time.time()
1756
info_first_path = pdfinfo_from_path("./tests/test_14.pdf", first_page=1, last_page=2)
0 commit comments