Skip to content

Conversation

@dependabot-preview
Copy link

Bumps pdf2image from 1.5.4 to 1.14.0.

Release notes

Sourced from pdf2image's releases.

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.

Version 1.13.1

  • Fix convert_from_bytes not having use_pdftocairo.

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.

Version 1.12.1

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

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

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

Version 1.10.0

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

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

Version 1.8.0

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

Version 1.7.1

  • Use Black code formatting in source

Version 1.7.0

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

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
Commits
  • 0552f41 Version 1.14.0
  • e07505b Set default timeout to None
  • e5081f6 Add tests for pdfinfo rawdates and userpw
  • 98fcdcc Add test to ensure same parameter count
  • 929d89a Add test for timeout functionality
  • 47080c1 Add timeout to conversion functions
  • dbb238d Add tests for pdfinfo rawdates and userpw
  • ce08f3b Handle rawdates for pdfinfo
  • ba11f6a Update README.md
  • 2763aa6 Highlight another way to use Poppler path on Win clearly (#140)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pdf2image](https://github.com/Belval/pdf2image) from 1.5.4 to 1.14.0.
- [Release notes](https://github.com/Belval/pdf2image/releases)
- [Commits](Belval/pdf2image@v1.5.4...v1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 18, 2021
@dependabot-preview
Copy link
Author

Superseded by #36.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pdf2image-1.14.0 branch May 12, 2021 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant