Method: CombinePDF::PDF#author=
- Defined in:
- lib/combine_pdf/pdf_public.rb
#author=(new_author = nil) ⇒ Object
set the author value for the pdf. The author is stored in the information dictionary and isn’t required
- new_title
-
a string that is the new author value.
153 154 155 |
# File 'lib/combine_pdf/pdf_public.rb', line 153 def ( = nil) @info[:Author] = end |