Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 388 Bytes

set_creator.md

File metadata and controls

17 lines (11 loc) · 388 Bytes

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.