This is a very usefull tool and apparently gets a lot of votes too. Thanks to everyone involved in providing these very usefull python pdf tools.
Stapler doesnt get many github commits (last one are from more than one year ago). And it can be a lot of trouble work to maintain the PKGBUILD due to the dependency on python-pypdf2.
Just want to chime in and suggest an alternative than may also be interesting to the same maintainers and users of this PKGBUILD.
-
It seems polished and provides the same stapling/stiching functionality.
-
also published on pypi
-
it dependes not on pypdf2, but pypd3
Pypdf3 seems better maintained. sfneal/PyPDF3: A utility to read and write PDFs with Python , which is also on pypi . https://pypi.org/project/PyPDF3/
Pypdf3 is already on AUR, https://aur.archlinux.org/packages/python-pypdf3
Pypdf2 last commits are from 2018.
I did a quick test and it seems to work as it says on the can:
It seems to work perfectly with:
pipx install pystitcher
or
python -m venv testing_pystitcher
cd ./testing_pystitcher
source bin/activate
pip install pypdf3
pip install pystitcher
Pinned Comments
PhCl commented on 2020-12-09 17:08 (UTC)
As python 3.8 was replaced by python 3.9, you could run into the following error:
To solve it, rebuild "python-pypdf2" and then "stapler". Then the directories for Python 3.9 should exist.