set_creator

fpdf.set_creator(creator: str)

Description

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

Parameters

creator:

The name of the creator.

See also

set_author, set_keywords, set_subject, set_title.