We are doing a Word Merge and embedding lots of Hyperlinks to external sites. The document is then converted into a PDF.
If we open the PDF in Google Chromes inbuilt PDF viewer most of the hyperlinks do not display. However, if we save to a docx then use Word to manually convert to a PDF the links appear in Google Chrome. The links always work in Adobe Reader.
Does anyone know how to fix this?
We are using:
builder.MoveToMergeField(args.FieldName);
builder.Font.StyleIdentifier = StyleIdentifier.Hyperlink;
builder.InsertHyperlink(text, url, false);
builder.InsertField($"XE \"{entry}\"");