Method: CombinePDF::PDF#info

Defined in:
lib/combine_pdf/pdf_public.rb

#infoObject (readonly)

the info attribute is a Hash that sets the Info data for the PDF. use, for example:

pdf.info[:Title] = "title"


78
79
80
# File 'lib/combine_pdf/pdf_public.rb', line 78

def info
  @info
end