Appearance
Hyperlink
- This container creates a hyperlink around its child area.
- It redirects the user outside the document, e.g. to the webpage.
- Hyperlink can be used on any content, e.g. text, image and even complex structures like tables.
.Padding(10)
.Hyperlink("https://www.questpdf.com")
.Text("QuestPDF Webpage");
.Padding(10)
.Hyperlink("https://www.questpdf.com")
.Text("QuestPDF Webpage");