Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rst2pdf を使用して PDF を生成しています。セクションへのリンクを使用していますが、PDF ではハイパーリンクとして表示されます。リンクにカーソルを合わせると、「XXX ページに移動」と表示されます。ハードコピーで見られるように、そのページ番号をテキストに挿入する方法はありますか?
最近レポートラボを使い始めました。たぶん、上付きタグを使用する必要がありますか?
p = Paragraph("<link href='http://someurl' color='blue'><u>Some text</u><super> [goto page xx]</super></link>", customstyle)
どのように見えるか