creator

Get the document creator.
[read-only property] creator([out, retval] BSTR *val)
This property contains the value of the Creator 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("Creator")
VB:
s = pdf.creator MsgBox("creator = " & s)
getInfoString
title
subject
keywords
author
producer