thesuhu

Pdftk Command

Sep 28th, 2020 (edited)
1,495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. # merge / menggabungkan beberapa file pdf
  2. pdftk file1.pdf file2.pdf cat output output.pdf
  3.  
  4. # rotate 90 derajat (searah jarum jam)
  5. pdftk file1.pdf cat 1east output file1-rotate90.pdf
Add Comment
Please, Sign In to add comment