Recent Releases of pdf2image

pdf2image - Version 1.17.0

What's Changed

  • Update init.py to mark exports as public by @John-Schreiber in https://github.com/Belval/pdf2image/pull/276
  • Add first and last page (-f and -l) to pdfinfo by @magnurud in https://github.com/Belval/pdf2image/pull/274
  • Import memory_profiler only when it is enabled by @musicinmybrain in https://github.com/Belval/pdf2image/pull/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 https://github.com/Belval/pdf2image/pull/264

New Contributors

  • @John-Schreiber made their first contribution in https://github.com/Belval/pdf2image/pull/276
  • @ankitpt made their first contribution in https://github.com/Belval/pdf2image/pull/275
  • @magnurud made their first contribution in https://github.com/Belval/pdf2image/pull/274
  • @bmihelac made their first contribution in https://github.com/Belval/pdf2image/pull/245
  • @musicinmybrain made their first contribution in https://github.com/Belval/pdf2image/pull/269
  • @NYF-BRICK made their first contribution in https://github.com/Belval/pdf2image/pull/264

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

- Python
Published by Belval about 2 years ago

pdf2image - Version 1.16.3

What's Changed

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

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

- Python
Published by Belval almost 3 years ago

pdf2image - Version 1.16.2

What's Changed

  • Remove posix import by @Belval in https://github.com/Belval/pdf2image/pull/250

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

- Python
Published by Belval about 3 years ago

pdf2image - Version 1.16.0

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

- Python
Published by Belval over 4 years ago

pdf2image - Version 1.14.0

  • 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.

- Python
Published by Belval over 5 years ago

pdf2image - Version 1.13.1

  • Fix convert_from_bytes not having use_pdftocairo.

- Python
Published by Belval almost 6 years ago

pdf2image - Version 1.13.0

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.

- Python
Published by Belval almost 6 years ago

pdf2image - Version 1.12.1

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

- Python
Published by Belval about 6 years ago

pdf2image - Version 1.12.0 (REMOVED)

  • 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

- Python
Published by Belval about 6 years ago

pdf2image - Version 1.11.0

  • 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

- Python
Published by Belval about 6 years ago

pdf2image - Version 1.10.0

  • Add paths_only=False parameters, which returns images paths instead of image objects when set to true

- Python
Published by Belval over 6 years ago

pdf2image - Version 1.9.0

  • Add size=None parameter which uses either -scale-to, -scale-to-x or -scale-to-y in pdftoppm or pdftocairo
    • size=400 fits the image to a 400x400 pixels box, preserving aspect ratio
    • size=(400, None) makes the image 400 pixels wide, preserving aspect ratio
    • size=(None, 400) makes the image 400 pixels high, preserving aspect ratio
    • size=(400, 400) makes the image 400 pixels by 400 pixels, not preserving aspect ratio

- Python
Published by Belval over 6 years ago

pdf2image - Version 1.8.0

  • Drop support for python 2.7
  • Add generator for file names
  • Add support for pathlib.Path objects

- Python
Published by Belval over 6 years ago

pdf2image - Version 1.7.1

  • Use Black code formatting in source

- Python
Published by Belval over 6 years ago

pdf2image - Version 1.7.0

  • Add grayscale parameter which allows you to convert images to grayscale

- Python
Published by Belval over 6 years ago

pdf2image - Version 1.6.0

  • Add single_page parameter which allows you to convert the first PDF page only, without adding digits at the end of the output_file
  • Fix simplistic name matching that would sometime fail when output_file was contained in the name of another file or directory of the output_folder

- Python
Published by Belval over 6 years ago

pdf2image - Version 1.5.4

  • Fix first_page greater than last_page throwing error. From now on it will return an empty list

- Python
Published by Belval almost 7 years ago

pdf2image - Version 1.5.3

  • Minor bugfix for poppler_path which would not find libpoppler on Linux.

- Python
Published by Belval almost 7 years ago