Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 427 Bytes

SetAuthor.md

File metadata and controls

21 lines (14 loc) · 427 Bytes

SetAutor

fpdf.set_autor(autor: str, isUTF8 = False)

Description

Defines the author of the document.

Parameters

author:

The name of the author.

isUTF8:

Indicates if the string is encoded in ISO-8859-1 (False) or UTF-8 (True). Default value: False.

See also

SetCreator, SetKeywords, SetSubject, SetTitle.