fpdf.set_link(link, y = 0.0, page = -1)
Defines the page and position a link points to.
link:
The link identifier returned by add_link.
y:
Ordinate of target position; -1 indicates the current position. The default value is 0 (top of page).
page:
Number of target page; -1 indicates the current page, which is the default value.