set_creator.md

April 12, 2015 ยท View on GitHub

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.

Contents

  1. 1set_creator
  2. 1.1Description
  3. 1.2Parameters
  4. 1.3See also