class PDF::Reader::Parser
def pdf_name
###############################################################################
def pdf_name tok = @buffer.token tok = tok.dup.gsub(/#([A-Fa-f0-9]{2})/) do |match| match[1, 2].hex.chr end tok.to_sym end
def pdf_name tok = @buffer.token tok = tok.dup.gsub(/#([A-Fa-f0-9]{2})/) do |match| match[1, 2].hex.chr end tok.to_sym end