I am trying to link index with the content using internal link add_link()
and set_link()
in pyfpdf
but its not working.
rtype1=pdf.add_link()
pdf.set_link(rtype1,y=0.0,page=-1)
pdf.cell(0,8,"Link",0,1,'',False,link=rtype1)
Any help will be appreciated.