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.
|