Skip to content

Releases: Belval/pdf2image

Version 1.17.0

07 Jan 20:32
Compare
Choose a tag to compare

What's Changed

  • Update init.py to mark exports as public by @John-Schreiber in #276
  • Add first and last page (-f and -l) to pdfinfo by @magnurud in #274
  • Import memory_profiler only when it is enabled by @musicinmybrain in #269
  • Fixed the issue: when the single_file is True and the thread_count is greater than 1, the thread_output_file = next(output_file) will fail. by @NYF-BRICK in #264

New Contributors

Full Changelog: v.1.16.3...v1.17.0

Version 1.16.3

26 Feb 20:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.2...v.1.16.3

Version 1.16.2

31 Dec 16:01
d415156
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.1...v1.16.2

Version 1.16.0

23 Jun 01:42
Compare
Choose a tag to compare

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

Version 1.14.0

23 Aug 17:45
Compare
Choose a tag to compare
  • 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.

Version 1.13.1

30 Apr 19:22
Compare
Choose a tag to compare
  • Fix convert_from_bytes not having use_pdftocairo.

Version 1.13.0

30 Apr 14:36
Compare
Choose a tag to compare

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.

Version 1.12.1

17 Feb 21:21
Compare
Choose a tag to compare
  • Fixes version 1.12.0 on Windows
  • Version 1.12.0 will no longer be available on PyPI

Version 1.12.0 (REMOVED)

10 Feb 21:48
Compare
Choose a tag to compare
  • 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

Version 1.11.0

19 Dec 20:06
213411b
Compare
Choose a tag to compare
  • 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