Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 493 Bytes

AddLink.md

File metadata and controls

14 lines (9 loc) · 493 Bytes

AddLink

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 SetLink.

See also

Cell, Write, Image, Link, SetLink.