stapler
stapler copied to clipboard
A small utility making use of the pypdf library to provide a (somewhat) lighter alternative to pdftk
Building from a snapshot from March 30, stapler is failing tests. It looks like "from PyPDF2.pdf" should be "from PyPDF2". Are some other distros installing it as PyPDF2.pdf? None that...
Per poetry upstream, "If your pyproject.toml file still references poetry directly as a build backend, you should update it to reference poetry-core instead." https://python-poetry.org/docs/pyproject/#poetry-and-pep-517 https://projects.gentoo.org/python/guide/distutils.html#deprecated-pep-517-backends Signed-off-by: Ben Kohler
Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.5. Release notes Sourced from pypdf2's releases. Version 1.27.5, 2022-04-15 Security (SEC) ContentStream_readInlineImage had potential infinite loop (#740) Bug fixes (BUG) Fix merging encrypted files...
Rotation is not working in PyPDF2 v1.26.0 (mstamy2/PyPDF2/issues/337). Fixed in PyPDF4 v1.27.0.
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 ,...
Some PDFs are tagged as encrypted, even though they aren't encrypted, and will open without a password prompt in a GUI PDF reader. This change attempts to "decrypt" with a...
Add a step option to page ranges. I suggest analog to the common notation `start:step:stop` to use `start-step-stop`.
I downloaded and unzipped stapler-master and I'm not finding any installation instructions. What is required to create the stapler application and what other packages need to be installed for it...
Just wanted to make a request for a --version command line option. I can also submit a pull request for this feature. What are your thoughts?