Method: CombinePDF::PDF#author

Defined in:
lib/combine_pdf/pdf_public.rb

#authorObject

get the author value for the pdf. The author is stored in the information dictionary and isn’t required



143
144
145
# File 'lib/combine_pdf/pdf_public.rb', line 143

def author
  @info[:Author]
end