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_fileisTrueand thethread_countis greater than 1, thethread_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_annotationsflag 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
rawdatesparameter which does not attempt to parse the date output frompdfinfo.
- Python
Published by Belval over 5 years ago
pdf2image - Version 1.13.1
- Fix
convert_from_bytesnot havinguse_pdftocairo.
- Python
Published by Belval almost 6 years ago
pdf2image - Version 1.13.0
DEPRECATED PLEASE USE 1.13.1
- Add
use_pdftocairoparameter which forcespdf2imageto usepdftocairowhen 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_pathwas 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
jpegoptoption for finer control on output images quality when usingfmt='jpeg'(Thank you @abieler) - Add public functions
pdfinfo_from_pathandpdfinfo_from_byteswhich return a dictionary containing the parsed output ofpdfinfo
- Python
Published by Belval about 6 years ago
pdf2image - Version 1.10.0
- Add
paths_only=Falseparameters, 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=Noneparameter which uses either-scale-to,-scale-to-xor-scale-to-yin pdftoppm or pdftocairosize=400fits the image to a 400x400 pixels box, preserving aspect ratiosize=(400, None)makes the image 400 pixels wide, preserving aspect ratiosize=(None, 400)makes the image 400 pixels high, preserving aspect ratiosize=(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.Pathobjects
- 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
grayscaleparameter which allows you to convert images to grayscale
- Python
Published by Belval over 6 years ago
pdf2image - Version 1.6.0
- Add
single_pageparameter which allows you to convert the first PDF page only, without adding digits at the end of theoutput_file - Fix simplistic name matching that would sometime fail when
output_filewas contained in the name of another file or directory of theoutput_folder
- Python
Published by Belval over 6 years ago
pdf2image - Version 1.5.4
- Fix
first_pagegreater thanlast_pagethrowing 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_pathwhich would not find libpoppler on Linux.
- Python
Published by Belval almost 7 years ago