Advertisement
metalx1000

Print Books in Linux

Mar 26th, 2021
1,712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #Printing Booklets in Linux for double sided printing.
  2. sudo apt-get install texlive-extra-utils
  3. pdfbook my.pdf
  4.  
  5. #output file will be "my-book.pdf"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement