Skip to content

Navigation Menu

Sign in
Sign up
Discussion options

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?

You must be logged in to vote

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.

Replies: 1 comment

Comment options

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.

You must be logged in to vote
0 replies
Answer selected by ThomasHoevel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /