Open haraman21 opened 5 months ago
Hi 😄
This overload of a hyperlink (https://www.questpdf.com/api-reference/hyperlink.html) can be used to create a link from any content, including images, text, and more complex structures like tables, etc.:
.Hyperlink("https://www.questpdf.com")
.Image("questpdf-logo.png");
Hi
Code sample in https://www.questpdf.com/api-reference/hyperlink.html seems to be referring old code
.Hyperlink(string)
, while code in https://www.questpdf.com/api-reference/text.html#hyperlink is working fineHyperlink(string, string)
.