Contents

pdf2image 1.17.0

0

A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.

A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.

Stars: 1935, Watchers: 1935, Forks: 212, Open Issues: 84

The Belval/pdf2image repo was created 8 years ago and the last code push was 1 years ago.
The project is very popular with an impressive 1935 github stars!

How to Install pdf2image

You can install pdf2image using pip

pip install pdf2image

or add it to a project with poetry

poetry add pdf2image

Package Details

Author
Edouard Belval
License
MIT
Homepage
https://github.com/Belval/pdf2image
PyPi:
https://pypi.org/project/pdf2image/
GitHub Repo:
https://github.com/Belval/pdf2image

Classifiers

No  pdf2image  pypi packages just yet.

Errors

A list of common pdf2image errors.

Code Examples

Here are some pdf2image code examples and snippets.

GitHub Issues

The pdf2image package has 84 open issues on GitHub

  • I installed the font, but still Syntax Error: Unknown font tag 'HiraMinProN-W3'
  • Your tool does not generate images for all pages of the provided PDF
  • Proposal to Build CLI Tools and add UV for Package Management
  • Unable to get page count on Windows 11 with poppler 23.10.0 and pdf2image 1.17.0
  • Missing page cropbox info from extract info function
  • DPI doesn't work
  • Some missing words from converting PDF to Image
  • Is there way to control rotation?
  • When a pdf is converted to a picture, it takes up a very small part of the picture

See more issues on GitHub

Related Packages & Articles

nbconvert 7.16.6

Converting Jupyter Notebooks (.ipynb files) to other formats. Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script. nbconvert can be used both as a Python library (import nbconvert) or as a command line tool (invoked as jupyter nbconvert ...).

pillow 12.1.1

Pillow is a Python package that extends the image processing capabilities of your Python interpreter. It provides a comprehensive suite of tools for dealing with images, similar to those found in image processing software like Photoshop. The library supports a wide range of file formats and offers an efficient internal representation for images. It's an essential tool for developers working on projects involving image manipulation, such as graphics and multimedia software, image processing, and computer vision applications.