# File lib/prawn/document.rb, line 319
    def go_to_page(k)
      @page_number = k
      self.page = pages[k-1]
    end