Class: Poppler::Document

Inherits:
Object show all
Defined in:
lib/tagen/poppler.rb

Overview

Additional Method List


  • #npages: _alias from size_

Instance Method Summary collapse

Instance Method Details

#hObject

get height



19
# File 'lib/tagen/poppler.rb', line 19

def h; wh[1] end

#wObject

get width



17
# File 'lib/tagen/poppler.rb', line 17

def w; wh[0] end

#whObject

get width height



15
# File 'lib/tagen/poppler.rb', line 15

def wh; self[0].size end