Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
:Info: See the tutorials & documentation <https://pdfreader.readthedocs.io>
_ for more information.
:Author & Maintainer: Maksym Polshcha maxp@sterch.net
See GitHub <https://github.com/maxpmaxp/pdfreader>
_ for the latest source.
pdfreader is a Pythonic API for: * extracting texts, images and other data from PDF documents (plain or protected) * accessing different objects within PDF documents
pdfreader is NOT a tool (maybe one day it become!): * to create or update PDF files * to split PDF files into pages or other pieces * convert PDFs to any other format
Nevertheless it can be used as a part of such tools.
See Tutorials & Documentation <https://pdfreader.readthedocs.io>
_.
Pillow/PIL Images <https://pillow.readthedocs.io/en/stable/reference/Image.html>
_PDF-1.7 specification <https://opensource.adobe.com/dc-acrobat-sdk-docs/standards/pdfstandards/pdf/PDF32000_2008.pdf>
_pdfreader can be installed with pip <http://pypi.python.org/pypi/pip>
_::
$ python -m pip install pdfreader
Or easy_install
from
setuptools <http://pypi.python.org/pypi/setuptools>
_::
$ python -m easy_install pdfreader
You can also download the project source and do::
$ python setup.py install
Tutorial, real-life examples and documentation <https://pdfreader.readthedocs.io>
_
pdfreader uses GitHub issues <https://github.com/maxpmaxp/pdfreader/issues>
_ to keep track of bugs,
feature requests, etc.
pdfminer <https://github.com/euske/pdfminer>
_pyPdf2 <https://github.com/py-pdf/PyPDF2>
_xpdf <http://www.foolabs.com/xpdf/>
_pdfbox <http://pdfbox.apache.org/>
_mupdf <http://mupdf.com/>
_Document management - Potable document format - PDF 1.7 <https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf>
_Adobe CMap and CIDFont Files Specification <https://www.adobe.com/content/dam/acom/en/devnet/font/pdfs/5014.CIDFont_Spec.pdf>
_PostScript Language Reference Manual <https://www-cdf.fnal.gov/offline/PostScript/PLRM2.pdf>
_Adobe CMap resources <https://github.com/adobe-type-tools/cmap-resources>
_Adobe glyph list specification (AGL) <https://github.com/adobe-type-tools/agl-specification>
_If this project is helpful, you can treat me to coffee :-)
.. image:: https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif :target: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=VMVFZSDHDFVK6&item_name=PDFReader+support¤cy_code=USD&source=url
FAQs
Pythonic API for parsing PDF files
We found that pdfreader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.