Search Criteria
Package Details: python-pypdf2 1.26.0-2
Git Clone URL: | https://aur.archlinux.org/python-pypdf2.git (read-only, click to copy) |
---|---|
Package Base: | python-pypdf2 |
Description: | A utility to read and write PDFs with Python |
Upstream URL: | https://mstamy2.github.com/PyPDF2 |
Licenses: | |
Submitter: | arojas |
Maintainer: | Yuanji |
Last Packager: | Yuanji |
Votes: | 16 |
Popularity: | 0.30 |
First Submitted: | 2019-07-30 05:58 |
Last Updated: | 2019-12-10 07:21 |
Dependencies (2)
- python (python-dbg)
- python-setuptools (make)
Required by (38)
- bookletimposer
- bookletimposer-git
- caja-pdf-tools
- caja-pdf-tools-git
- calibre-web
- calibre-web-git
- email2pdf
- kraft
- krop
- krop-git
- lens_calibrate
- nautilus-columns-git
- nautilus-pdf-tools
- nautilus-pdf-tools-git
- nemo-media-columns
- nemo-media-columns-git
- nemo-pdf-tools
- nemo-pdf-tools-git
- odoo
- pdfcropmargins
- pdfhandoutcrop
- pdfposter
- pdfposter-git
- python-abjad-ext-book
- python-camelot
- python-camelot-git
- python-drizzlepac (optional)
- python-drizzlepac-doc (make)
- python-mapnik
- python-pdfnup
- python-signpdf
- python-xhtml2pdf
- spiderfoot
- springerdownload-git
- stapler
- stapler-git
- tear-pages
- truepolyglot
Latest Comments
bulletmark commented on 2020-12-02 22:35
@C0rn3j, that is unnecessary and doesn't solve the problem for the many users who don't use Arch (Manjaro, Arch ARM, etc). AUR users should know that after a major Python update type:
yay -S --rebuildall --noconfirm $(yay -Qqo /usr/lib/python3.8/)
.C0rn3j commented on 2020-12-02 08:28
Please bump up the pkgrel so the package rebuilds for Python 3.9.
bulletmark commented on 2019-12-10 08:03
Works superbly. Thanks very much for the very fast response!
Yuanji commented on 2019-12-10 07:24
hello @bulletmark
I have added the
pdfcat
script to/usr/bin
, you can rebuild the package and have a try.bulletmark commented on 2019-12-10 06:36
pdftk has bitrotted away and does not work for me anymore so I have been looking for an alternative. This library includes a very handy program pdfcat (in Scripts/) which does 90% of what users do with pdftk, i.e. catting and splitting multiple PDF files. Can you please consider adding a line to PKGBUILD to install that script in /usr/bin/?