set_author.md

April 12, 2015 ยท View on GitHub

set_author

fpdf.set_author(author: str)

Description

Defines the author of the document.

Parameters

author:

The name of the author.

See also

set_creator, set_keywords, set_subject, set_title.

Contents

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