Contents

pdfplumber 0.11.0

0

Plumb a PDF for detailed information about each char, rectangle, and line.

Plumb a PDF for detailed information about each char, rectangle, and line.

Stars: 5365, Watchers: 5365, Forks: 590, Open Issues: 49

The jsvine/pdfplumber repo was created 8 years ago and the last code push was 5 days ago.
The project is extremely popular with a mindblowing 5365 github stars!

How to Install pdfplumber

You can install pdfplumber using pip

pip install pdfplumber

or add it to a project with poetry

poetry add pdfplumber

Package Details

Author
Jeremy Singer-Vine
License
Homepage
https://github.com/jsvine/pdfplumber
PyPi:
https://pypi.org/project/pdfplumber/
GitHub Repo:
https://github.com/jsvine/pdfplumber

Classifiers

No  pdfplumber  pypi packages just yet.

Errors

A list of common pdfplumber errors.

Code Examples

Here are some pdfplumber code examples and snippets.

GitHub Issues

The pdfplumber package has 49 open issues on GitHub

  • ModuleNotFoundError Import issue on Mac

See more issues on GitHub

Related Packages & Articles

pdfkit 1.0.0

Wkhtmltopdf python wrapper to convert html to pdf using the webkit rendering engine and qt

pdf2image 1.17.0

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

nbconvert 7.16.3

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