Method: CombinePDF::PDF#title=

Defined in:
lib/combine_pdf/pdf_public.rb

#title=(new_title = nil) ⇒ Object

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

new_title

a string that is the new author value.



133
134
135
# File 'lib/combine_pdf/pdf_public.rb', line 133

def title=(new_title = nil)
  @info[:Title] = new_title
end