I am currently using spire.Office 7.11.0 with Spire.Doc.dll v10.11.0 and Spire.Pdf.dll v8.11.0.
I am loading .docx file with tag and replacing tag with table. One of the columns in that table contains hyperlink.
cellParagraph.AppendHyperlink("somelink", "Google", HyperlinkType.WebLink);
When i save file as .docx hyperlink works, but if i convert it to PDF, in .pdf hyperlinks are not working, they all have path to that .pdf as link.
doc.SaveToStream(stream, Spire.Doc.FileFormat.PDF);