add_link.md

April 12, 2015 ยท View on GitHub

add_link

fpdf.add_link()

Description

Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document. The identifier can then be passed to cell, write, image or link. The destination is defined with set_link.

See also

cell, write, image, link, set_link.

Contents

  1. 1add_link
  2. 1.1Description
  3. 1.2See also