set_keywords

fpdf.set_keywords(keywords: str)

Description

Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.

Parameters

keywords:

The list of keywords.

See also

set_author, set_creator, set_subject, set_title.