Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 503 Bytes

SetCreator.md

File metadata and controls

21 lines (14 loc) · 503 Bytes

SetCreator

fpdf.set_creator(creator: str, isUTF8 = False)

Description

Defines the creator of the document. This is typically the name of the application that generates the PDF.

Parameters

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.

See also

SetAuthor, SetKeywords, SetSubject, SetTitle.