mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 76f7f6ce8f13da1475128c1f4f2404830df7cc9b
parent cfc1f07d2573fab6d97cb5f64478edf5fca961bd
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon,  5 Oct 2015 00:36:12 +0200

should use something else

Diffstat:
pdf-rect.pl | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/pdf-rect.pl b/pdf-rect.pl @@ -1,5 +1,8 @@ #!/usr/bin/env perl +# TODO: use instead, e.g.: +# pdftocairo -pdf -x 50 -y 50 -W 640 -H 950 -paperw 640 -paperh 950 test.pdf test2.pdf + # crop pdf pages to a rectangle # requires libpdf-api2-perl # see http://stackoverflow.com/a/8986981