Current version for ASPOSE.Words is 14.4.0.0.
I am inserting hyperlink in document using below
docBuilder.InsertHyperlink(hyperlinkText, hyperlinkUrl, false);
When i do CTRL + Click on the hyperlinkText it redirects nowhere. when i edit hyperlink it shows # prefixed with the URL.
Any suggestion to fix the issue?