Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlink api-reference code sample not correct #39

Open
haraman21 opened this issue Jun 2, 2024 · 1 comment
Open

Hyperlink api-reference code sample not correct #39

haraman21 opened this issue Jun 2, 2024 · 1 comment

Comments

@haraman21
Copy link

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 fine Hyperlink(string, string).

@MarcinZiabek
Copy link
Member

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");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants