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))
{
…...docx"); DocumentBuilder builder =...} } } doc.Save(@"C:\Temp\out.docx"); doc.Save(@"C:\Temp\out.pdf");...