phlummox-patches / krop-patched

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

Home Page:http://arminstraub.com/software/krop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://arminstraub.com/software/krop


Languages

Language:Dockerfile 84.2%Language:Makefile 15.8%