Method: CombinePDF::PDF#title

Defined in:
lib/combine_pdf/pdf_public.rb

#titleObject

get the title for the pdf The title is stored in the information dictionary and isn’t required



126
127
128
# File 'lib/combine_pdf/pdf_public.rb', line 126

def title
  @info[:Title]
end