This tool is excellent but I would love a command line option to add crop boxes
For example:
To crop two boxes from in.pdf and save as out.pdf:
Box 1: 50x100 points with the top left point at 55x 100y and the bottom right point at 105x 200y
Box 2: 280x100 points with the top left point at 120x 200y and the bottom right point at 400x 300y
Example usage:
briss-0.0.10.jar [[source.pdf] [destination] [coordinates] [coordinates] [coordinates] ...]
java -jar briss-0.0.10.jar in.pdf out.pdf 55:100x105:200 120:200x400:300
This would provide both automation and precision to the act of cropping PDFs
I'm sure you've got lots of things to do but please consider adding this functionality.
|