View Single Post
Old 02-28-2016, 05:09 AM   #308
pedronac
Junior Member
pedronac began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Apr 2015
Location: Paris
Device: Onyx Boox T68, Tolino, Kindle Paperwhite
Hello,
I need to crop several rectangles from a page.
I try to use the command line (so I do not need to do all the setup over GUI).
I used this command briss [-s SOURCE] [-d DESTINATION] [-c CROPARGS]

After several tries, the result is always the same ! Its very strange, It seams that some thing is setup at code level...

The commands tried :
1. ​java -jar briss-0.9.jar -s test.pdf -d split.pdf -c 0/0/0.5/0,0.5/0/0/0:0/0/0.5/0,0.5/0/0/0
2. java -jar briss-0.9.jar -s test.pdf -d split.pdf -c 0/0/5/0,5/0/0/0:0/0/5/0,5/0/0/0
3. java -jar briss-0.9.jar -s test.pdf -d split.pdf -c 1/2/3/4,1/2/3/4:1/2/3/4,1/2/3/4
4. java -jar briss-0.9.jar -s test.pdf -d split.pdf -c 0/0/0/0,0.5/0/0/0:0/0/0.5/0,0.5/0/0/0
5. java -jar briss-0.9.jar -s test.pdf -d split.pdf -c 0/0/0/0,0/0/0/0:0/0/0/0,0/0/0/0
6. java -jar briss-0.9.jar -s test.pdf -d split.pdf

Can someone help me, like explain the command and its variables "CROPARGS".

Thanks à lot.
pedronac is offline   Reply With Quote