Method: Pdfcrowd::PdfToHtmlClient#setAuthor

Defined in:
lib/pdfcrowd.rb

#setAuthor(author) ⇒ Object



4559
4560
4561
4562
# File 'lib/pdfcrowd.rb', line 4559

def setAuthor(author)
    @fields['author'] = author
    self
end