Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. java -jar briss-0.9.jar
  2.  
  3. #!/bin/sh
  4. java -jar /usr/local/lib/briss-0.9/briss-0.9.jar
  5.  
  6. sudo snap install krop
  7.  
  8. #default operation
  9. pdfcrop.sh orig.pdf cropped.pdf
  10. pdfcrop.sh -m 10 orig.pdf cropped.pdf
  11. pdfcrop.sh -hires orig.pdf cropped.pdf
  12.  
  13. #trimming pages
  14. pdfcrop.sh -t "10 20 30 40" orig.pdf trimmed.pdf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement