Method: CombinePDF::PDF#author
- Defined in:
- lib/combine_pdf/pdf_public.rb
#author ⇒ Object
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 @info[:Author] end |