2

MigraDocを使用してPDFにブックマークを追加したい。

例:1ページに2つの画像。

           1. Images1
           2. Images2**

同じ名前のブックマークが生成されます。

image1ブックマークをクリックすると、その画像が表示されます。両方の画像が1ページにあることを忘れないでください。

4

1 に答える 1

1

MigraDoc creates bookmarks automatically for headings.

To create bookmarks without visible text on the page, you can create headings with a font size of e.g. 0.0001 and white colour.

There is one drawback: up to PDFsharp 1.50 beta 1, these bookmarks jump to the correct page, but not the correct area on the page. So with two images on one page, the bookmarks will not work as intended by the OP.

于 2015-06-30T21:26:19.300 に答える