https://github.com/arminstraub/krop
A simple graphical tool to crop the pages of PDF files, written in Python/Qt
https://github.com/arminstraub/krop
crop ebook-readers pdf-files
Last synced: 7 months ago
JSON representation
A simple graphical tool to crop the pages of PDF files, written in Python/Qt
- Host: GitHub
- URL: https://github.com/arminstraub/krop
- Owner: arminstraub
- License: gpl-3.0
- Created: 2017-08-20T22:02:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T17:59:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:32:15.697Z (about 1 year ago)
- Topics: crop, ebook-readers, pdf-files
- Language: Python
- Homepage: http://arminstraub.com/software/krop
- Size: 168 KB
- Stars: 116
- Watchers: 7
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# krop [](https://www.gnu.org/licenses/gpl-3.0) 
krop is a simple graphical tool to crop the pages of PDF files.
It is written in Python and relies on PyQt and PyMuPDF (or a suitable subset of pypdf/pikepdf/python-poppler-qt) for its functionality. A unique feature of krop is its ability to automatically split pages into subpages to fit the limited screen size of devices such as eReaders. This is particularly useful, if your eReader does not support convenient scrolling.
For more information and how to install krop, see:
[http://arminstraub.com/software/krop](http://arminstraub.com/software/krop)