# File lib/pdf/reader/explore.rb, line 32
    def self.file (name)
      PDF::Reader.new.parse(File.open(name), self)
    end