fpdf.set_creator(creator: str, isUTF8 = False)
Defines the creator of the document. This is typically the name of the application that generates the PDF.
author:
The name of the creator.
isUTF8:
Indicates if the string is encoded in ISO-8859-1 (False) or UTF-8 (True). Default value: False.