我使用rst2pdf生成PDF。我使用链接到部分,它们在PDF中显示为超链接。如果我将鼠标悬停在链接上,我可以看到它显示“转到第XXX页”。有没有办法将该页码插入文本中,以便可以在硬拷贝上看到它?
答案 0 :(得分:0)
我最近开始使用reportlab。也许你需要使用上标标签?
p = Paragraph("<link href='http://someurl' color='blue'><u>Some text</u><super> [goto page xx]</super></link>", customstyle)