Top "Pypdf" questions

A Pure-Python library built as a PDF toolkit.

Python - Split pdf by pages

I am using PyPdf2 to split large PDF to pages. The problem is that this process is very slow. This …

python python-3.x pdf pypdf pypdf2
REQUESTS: Return file object from url (as with open('','rb') )

I want to download a file straight into memory using requests in order to pass it directly to PyPDF2 reader …

python file download python-requests pypdf