class PDF::Reader::TextReceiver

def set_spacing_next_line_show_text (aw, ac, string)

PDF operator "
###############################################################################
def set_spacing_next_line_show_text (aw, ac, string)
  set_word_spacing(aw)
  set_character_spacing(ac)
  move_to_next_line_and_show_text(string)
end