Skip to content

arminstraub's "krop" PDF cropper, patched to use PyPDF4 (plus some fixes)

Notifications You must be signed in to change notification settings

phlummox-patches/krop-patched

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

krop-patched Linux Build Status

A version of arminstraub's krop PDF cropper, patched to use PyPDF4 instead of PyPDF2, and with some minor fixes added.

It's packaged up as a UPX-compressed executable using PyInstaller, and a quick-and-dirty Debian package is provided.

Why?

Because PyPDF2 is apparently not being maintained, PyPDF4 is only sporadically maintained, and both contain some known bugs.

Build prerequisites

Docker on Ubuntu or similar; make.

Installing

$ git clone https://github.com/phlummox/krop-patched.git
$ cd krop-patched
$ make copy
$ sudo dpkg --install krop-0.5.1.deb