Contents

pdfrw 0.4

0

PDF file reader/writer library

pdfrw is a Python library and utility that reads and writes PDF files.

Stars: 1863, Watchers: 1863, Forks: 272, Open Issues: 131

The pmaupin/pdfrw repo was created 9 years ago and the last code push was 5 months ago.
The project is very popular with an impressive 1863 github stars!

How to Install pdfrw

You can install pdfrw using pip

pip install pdfrw

or add it to a project with poetry

poetry add pdfrw

Package Details

Author
Patrick Maupin
License
MIT
Homepage
https://github.com/pmaupin/pdfrw
PyPi:
https://pypi.org/project/pdfrw/
GitHub Repo:
https://github.com/pmaupin/pdfrw

Classifiers

  • Multimedia/Graphics/Graphics Conversion
  • Printing
  • Software Development/Libraries
  • Text Processing
  • Utilities
No  pdfrw  pypi packages just yet.

Errors

A list of common pdfrw errors.

Code Examples

Here are some pdfrw code examples and snippets.

GitHub Issues

The pdfrw package has 131 open issues on GitHub

  • Incorrect reportlab link in README
  • Making PDF editable fields into static text / non-editable fields
  • Unsupported PNG filter 4

See more issues on GitHub

Related Packages & Articles

pdfplumber 0.11.4

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

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

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