We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
.Hyperlink(string)
Hyperlink(string, string)
The text was updated successfully, but these errors were encountered:
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");
Sorry, something went wrong.
No branches or pull requests
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)
.The text was updated successfully, but these errors were encountered: