Guest User

Untitled

a guest
Nov 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. pdfinfo.match(/CropBox:#{boxre}/)[1,4].map{|i| i.to_i}
  2.  
  3. lines = pdfinfo.match(lines(boxre))
  4. lines[1,4].map &:to_i
Add Comment
Please, Sign In to add comment