Skip to content

Releases: Belval/pdf2image

Version 1.17.0

Choose a tag to compare

@Belval Belval released this 07 Jan 20:32

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

Choose a tag to compare

@Belval Belval released this 26 Feb 20:35

What's Changed

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

Version 1.16.2

Choose a tag to compare

@Belval Belval released this 31 Dec 16:01
d415156

What's Changed

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

Version 1.16.0

Choose a tag to compare

@Belval Belval released this 23 Jun 01:42

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

Choose a tag to compare

@Belval Belval released this 23 Aug 17:45
  • 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

Choose a tag to compare

@Belval Belval released this 30 Apr 19:22
  • Fix convert_from_bytes not having use_pdftocairo.

Version 1.13.0

Choose a tag to compare

@Belval Belval released this 30 Apr 14:36

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

Choose a tag to compare

@Belval Belval released this 17 Feb 21:21
  • Fixes version 1.12.0 on Windows
  • Version 1.12.0 will no longer be available on PyPI

Version 1.12.0 (REMOVED)

Choose a tag to compare

@Belval Belval released this 10 Feb 21:48
  • 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

Choose a tag to compare

@Belval Belval released this 19 Dec 20:06
213411b
  • 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