File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ Here are the definitions:
68
68
69
69
## What's new?
70
70
71
+ - Allow users to hide attributes when using pdftoppm with ` hide_attributes ` (Thank you @StaticRocket )
71
72
- Fix console opening on Windows (Thank you @OhMyAgnes !)
72
73
- Add ` timeout ` parameter which raises ` PDFPopplerTimeoutError ` after the given number of seconds.
73
74
- Add ` use_pdftocairo ` parameter which forces ` pdf2image ` to use ` pdftocairo ` . Should improve performance.
@@ -82,7 +83,6 @@ Here are the definitions:
82
83
- ` grayscale ` parameter allows you to convert images to grayscale (` -gray ` in pdftoppm CLI)
83
84
- ` single_file ` parameter allows you to convert the first PDF page only, without adding digits at the end of the ` output_file `
84
85
- Allow the user to specify poppler's installation path with ` poppler_path `
85
- - Allow users to hide attributes when using pdftoppm with ` hide_attributes `
86
86
87
87
## Performance tips
88
88
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "pdf2image" ,
15
- version = "1.15.1 " ,
15
+ version = "1.16.0 " ,
16
16
description = "A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list." ,
17
17
long_description = long_description ,
18
18
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments