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