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))
{
…...hyperlink doesnt work when doc is converted to pdf - aspose.words Aspose...the document is converted to pdf, hyper link isnt working. foreach...