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))
{
…...4:40am 1 We are using below code to insert hyper link after every...document to PDF, use the following code: doc.Save("output.pdf", SaveFormat...