-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: changing the dependency from python-pypdf2 to python-mupdf #78
Comments
Although it has a lot of stars, this part of the README makes me doubt that the project is properly managed:
The link gives a 404. |
Also, look at the commit history:
This looks very much like a side project with very little attention. |
PyPDF4 doesn't have documentation of any sort which should raise a red flag. |
Seems like PyPDF4 has several flaws but, on the other hand, PyMuPDF only provides binding for another library, meaning that in some systems usage of stapler will require compiling that library from source (generally not a good user experience). Does anyone know any other alternatives or has any input on that? |
I like the MuPDF codebase quite a bit (and I'm sure these Python bindings must be fine) but it seems like it might be a bit (or a lot) overkill? See https://ghostscript.com/~robin/mupdf_explored.pdf for some of the things you can do with it. As a user I don't really care as long as it works. :-) |
Overview over MuPDF:
Overview over PyMuPDF:
|
PyMuPDF doesn't allow for working with files in bitstream. That's a killer for a lot of projects right there. |
https://github.com/sfneal/PyPDF3 seems to be better maintained than PyPDF4. 3 Patch releases this year: https://github.com/sfneal/PyPDF3/blob/master/CHANGELOG. No docs though. I migrated https://github.com/captn3m0/pystitcher from PyPDF2->PyPDF3 and it was seamless. |
PyPDF2 is now maintained again. I'm the maintainer :-) |
Considering that python-pydf2, https://github.com/mstamy2/PyPDF2 or even python-pydf3 , https://github.com/mstamy2/PyPDF3 by the same author havent seen any update in the last 2 years.
Would a change to python-mupdf , https://github.com/pymupdf/PyMuPDF
, be of any interest for stapler ?
Additional info:
Is PyPDF2 dead? Is there an alive fork? · Issue #571 · mstamy2/PyPDF2
py-pdf/pypdf#571
python - Maintained alternatives to PyPDF2 - Stack Overflow
https://stackoverflow.com/questions/63199763/maintained-alternatives-to-pypdf2
Of special note in python-mupdf is also:
See also my notes on the importance of the "metadata" editing thing, #39
The text was updated successfully, but these errors were encountered: