krop
krop copied to clipboard
A simple graphical tool to crop the pages of PDF files, written in Python/Qt
Hi! I've noticed that krop uses PyPDF2. Is there a reason for not putting it in the setup.py as a dependency? PyPDF2 has changed a lot since April. We try...
Started Krop and followed instructions as per the "Help" menu tab: open pdf file, create selection: ok. Buttons Zoom, Previous, Next and Trim all work as expected. Clicked the _Krop!_...
What a great little app! However, after processing a pdf with `krop`, the table of contents "metadata" seems to be deleted. Is there any way to retain it? (makes sense...
Hello @arminstraub, Thank you for the great software! I remember that krop used to have a feature that that could display the pages in transparent mode (it was around 10...
I would be very useful if the GUI could show the equivalent command line that give the same resoult of what you are doing with the GUI. Whit this feature...
I am just opening this issue to be notified if macOS ever gets supported. BTW: Have you seen https://www.willus.com/k2pdfopt/? It's pretty good, though I mostly use it for non-mathy PDFs....
I would love for this program to be translatable. Is this on the roadmap?
Hi @arminstraub, I think it would be a good idea to port the snap config files and snap creation to this repo... e.g. a push to this repo would trigger...
"PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead."
Adds optional PyQt6 support with the "--use-qt6" flag. PyQt6 is automatically used if PyQt5 is not found. Breaking backwards compatibility with PyQt4 and python2 was necessary to be able to...