Skip to content

Commit

Permalink
Version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Belval committed Aug 23, 2020
1 parent e07505b commit 0552f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdf2image/pdf2image.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ def convert_from_bytes(
size -> Size of the resulting image(s), uses the Pillow (width, height) standard
paths_only -> Don't load image(s), return paths instead (requires output_folder)
use_pdftocairo -> Use pdftocairo instead of pdftoppm, may help performance
timeout -> Raise PDFPopplerTimeoutError after the given time
"""

fh, temp_filename = tempfile.mkstemp()
Expand Down

0 comments on commit 0552f41

Please sign in to comment.