Navigation/shortcuts #244
Answered
by
ThomasHoevel
CommissarClippy
asked this question in
Q&A
|
In a PDF it is possible to have text when clicked on that navigates the user to a different page, or even specific element. I cannot find any mention of it, so is this an existing feature of PDFsharp which is just not mentioned, or is this not possible? |
Answered by
ThomasHoevel
Mar 18, 2025
Replies: 1 comment
|
When working with MigraDoc, use functions like AddHyperlink, AddWebLink, or AddMailLink from the FormattedText class. See AddFormattedText method of a Paragraph. When working with PDFsharp, use functions like AddFileLink, AddWebLink, AddEmbeddedDocumentLink, or AddDocumentLink of the PdfPage class. |
0 replies
Answer selected by
ThomasHoevel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When working with MigraDoc, use functions like AddHyperlink, AddWebLink, or AddMailLink from the FormattedText class. See AddFormattedText method of a Paragraph.
When working with PDFsharp, use functions like AddFileLink, AddWebLink, AddEmbeddedDocumentLink, or AddDocumentLink of the PdfPage class.