We are using below code to insert hyper link after every paragraph . But once the Document is converted to pdf, hyper link isnt working.
foreach (Paragraph paragraph in Doc.GetChildNodes(NodeType.Paragraph, true))
{
…...Insert hyperlink doesnt work when doc is converted to pdf - aspose...foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph...