Search Criteria
Package Details: pdfcropmargins 2.1.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pdfcropmargins.git (read-only, click to copy) |
---|---|
Package Base: | pdfcropmargins |
Description: | Automatically crops the margins of PDF files |
Upstream URL: | https://pypi.org/project/pdfCropMargins/ |
Licenses: | GPL |
Conflicts: | python-pysimplegui |
Submitter: | zoe |
Maintainer: | zoe |
Last Packager: | zoe |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-01 23:06 (UTC) |
Last Updated: | 2024-10-26 15:26 (UTC) |
Dependencies (7)
- python-pymupdf
- python-pypdf
- python-setuptools
- python-wheel
- python-pip (make)
- ghostscript (optional)
- poppler (poppler-gitAUR) (optional)
Latest Comments
Marcouney commented on 2024-10-26 23:04 (UTC)
Options
--no-dependencies --ignore-installed
should be added topip
command.moetayuko commented on 2024-05-24 15:17 (UTC)
@zoe I modified PKGBUILD to build the package from source rather than using the prebuilt one from pypi (as most arch python packages do) https://fars.ee/kVSJ
meanwhile, python-pysimplegui from aur can still be used because the maintainer is unlikely to upgrade to the non-free version.
loserMcloser commented on 2024-05-18 19:14 (UTC)
PKGBUILD for version 2.1.2
begin-theadventu commented on 2023-09-03 20:07 (UTC)
@zoe Do you plan to update this package?
ilario commented on 2023-08-10 12:31 (UTC)
It complains that PyPDF2 is not available even if python-pypdf2 was installed as a dependency:
Error in pdfCropMargins: No system PyPDF2 Python package was found. Reinstall pdfCropMargins via pip or install that dependency ('pip install pypdf2').
$ pacman -Q python-pypdf2 python-pypdf2 1:2.12.1-3
Checking on the upstream repository, since the version 2.0.0 the dependency to PyPDF2 is not needed. So, a possible fix is to update this AUR entry.
zoe commented on 2021-01-09 23:57 (UTC)
@victorgv : I cannot reproduce your error. For me, it does work well, and my archlinux is up-to-date…
victorgv commented on 2021-01-06 19:29 (UTC) (edited on 2021-01-06 19:33 (UTC) by victorgv)
After a full system update (through
pacman -Syu
), pdf-crop-margins raise the following error:Tried reinstalling with
yay -S pdfcropmargins
. Unfortunately it keeps failing.Then I tried running
sudo pip install pdfCropMargins
and it seems to be working.Isn't it bad practice to manually install PYPI packages as root? IMHO this update should be automatically handled by this package.
loserMcloser commented on 2020-07-08 18:08 (UTC)
Need to add python-pypdf2 as a dependency?