Pdf2image Versions Save

A python module that wraps the pdftoppm utility to convert PDF to PIL Image object

v1.17.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Belval/pdf2image/compare/v.1.16.3...v1.17.0

v.1.16.3

1 year ago

What's Changed

  • Add py.typed file (Thanks @PedroPerpetua!)

Full Changelog: https://github.com/Belval/pdf2image/compare/v1.16.2...v.1.16.3

v1.16.2

1 year ago

v1.16.0

2 years ago

Version 1.15 was never tagged but was released on PyPI.

  • Add hide_annotations flag to remove the default green "highlighting" of links in PDF

v1.14.0

3 years ago
  • Add timeout parameter for all functions which will kill the underlying process after a given time.
  • Add rawdates parameter which does not attempt to parse the date output from pdfinfo.

v1.13.1

4 years ago
  • Fix convert_from_bytes not having use_pdftocairo.

v1.13.0

4 years ago

DEPRECATED PLEASE USE 1.13.1

  • Add use_pdftocairo parameter which forces pdf2image to use pdftocairo when rasterizing the PDF. This seems to lead to an improved performance when dealing with large and complex PDF.

v1.12.1

4 years ago
  • Fixes version 1.12.0 on Windows
  • Version 1.12.0 will no longer be available on PyPI

v1.12.0

4 years ago
  • Fix an exception that would occur whenever convert_from_path was used with multiple threads (but not multiple processes).

This version was removed of PyPI as of 2020-02-17 since it introduces a deadlock on Windows

v1.11.0

4 years ago
  • Add jpegopt option for finer control on output images quality when using fmt='jpeg' (Thank you @abieler)
  • Add public functions pdfinfo_from_path and pdfinfo_from_bytes which return a dictionary containing the parsed output of pdfinfo