pyPdf
pyPdf copied to clipboard
Pure-Python PDF Library; this repository is no longer maintained, please see https://github.com/knowah/PyPDF2/ insead.
# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine pyPdf/xmp.py and observe `signifigance`, however expect to see `significance`. - Examine pyPdf/pdf.py and observe `preceeding`,...
Also mark the project as inactive
Needed to convert pdf to allcaps in __init__.py
I have attached an invalid pdf file. when I wanted to open that pdf file, I have faced with long time to read a pdf(more than 1 hour). seems a...
mergePage function is slow. Needing more speed, I have written a modified version mergePage3 which is much faster when you merge pages from the same file (up to 200x faster)...
Fixes this traceback: ``` Traceback (most recent call last): File "", line 1, in File "pyPdf/pdf.py", line 861, in decrypt return self._decrypt(password) File "pyPdf/pdf.py", line 866, in _decrypt encrypt =...
1) get_data (line 1555) has a bug. With the present code, the end of line is not written in some cases where it should, and this conducts to the merging...
instead of explicitly calling the classes. Fixes #31 for pypy compatibility.
It would be good to insure poppler compatibility with this simple update. Without it the page built by pyPdf is considered invalid
This change from "rsmoorthy" allows you to include Javascript in your PDF file. http://blog.rsmoorthy.net/2012/01/add-javascript-to-existing-pdf-files.html