Skip to content

Commit dc024b8

Browse files
committed
Version 1.16.0
1 parent cd08664 commit dc024b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Here are the definitions:
6868

6969
## What's new?
7070

71+
- Allow users to hide attributes when using pdftoppm with `hide_attributes` (Thank you @StaticRocket)
7172
- Fix console opening on Windows (Thank you @OhMyAgnes!)
7273
- Add `timeout` parameter which raises `PDFPopplerTimeoutError` after the given number of seconds.
7374
- Add `use_pdftocairo` parameter which forces `pdf2image` to use `pdftocairo`. Should improve performance.
@@ -82,7 +83,6 @@ Here are the definitions:
8283
- `grayscale` parameter allows you to convert images to grayscale (`-gray` in pdftoppm CLI)
8384
- `single_file` parameter allows you to convert the first PDF page only, without adding digits at the end of the `output_file`
8485
- Allow the user to specify poppler's installation path with `poppler_path`
85-
- Allow users to hide attributes when using pdftoppm with `hide_attributes`
8686

8787
## Performance tips
8888

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.15.1",
15+
version="1.16.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",

0 commit comments

Comments
 (0)