Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. i = 1
  2. h.each_pair do |id, type|
  3. puts "#{id} - #{i}/#{h.size}"
  4. begin
  5. eval "`python '/System/Library/Automator/Combine PDF Pages.action/Contents/Resources/join.py' -o #{id}/joined.pdf #{id}/#{id}.pdf #{id}/attachment.pdf`"
  6. rescue
  7. puts "oh :("
  8. end
  9. i = i+1
  10. end
Add Comment
Please, Sign In to add comment