author

Get the document author.
[read-only property] author([out, retval] BSTR *val)
This property contains the value of the Author field.

This property throws an error if the requested entry doesn't exist in the info dictionary.

Reading this property is equivalent to calling:

pdf.getInfoString("Author")
VB:
s = pdf.author MsgBox("author = " & s)
getInfoString
title
subject
keywords
creator
producer