Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Tue May 31, 2016 6:18 pm

Dear Support,
I am using Spire.Doc (Spire.Office 2.14) , in which I am appending HTML in a paragraph with a hyper link. In the generated document, the hyperlinks are not applied to the text. Can you please ,look in to the issue and get back to us ASAP?

Below is the relevant Code Snippet:

var doc = new Document();

var section = doc.AddSection();
var paragraph = section.AddParagraph();

var html = "<p>e-mail:- <a href=\"mailto:xxx@xx.xxx\">xxx@xx.xxx</a></p>";
paragraph.AppendHTML(html);
var fileToSave = "A:\\Test.docx";
doc.SaveToFile(fileToSave);



Best Regards

mturumella
 
Posts: 21
Joined: Fri Jan 22, 2016 2:28 am

Wed Jun 01, 2016 2:31 am

Hello,

Thank you for your feedback.
I have replicated your issue and posted it to our dev team. Sorry that the issue brought inconvenience to you. We will inform you once it is resolved.

Sincerely,
Caroline
E-iceblue support team
User avatar

caroline.zhang
 
Posts: 291
Joined: Mon Mar 07, 2016 9:22 am

Fri Jun 17, 2016 7:37 am

Hello,

Thank you for your waiting.
Your issue has been fixed, please download and test the latest version Spire.Office Platinum (Hot Fix) Version:2.14.1.

Sincerely,
Caroline
E-iceblue support team
User avatar

caroline.zhang
 
Posts: 291
Joined: Mon Mar 07, 2016 9:22 am

Wed Jun 22, 2016 8:09 pm

Dear Caroline and E-iceblue support team,

Yes indeed. Thank you for the quick Hot fix. I appreciate the follow-up.

Best Regards
-Manoj

mturumella
 
Posts: 21
Joined: Fri Jan 22, 2016 2:28 am

Thu Jun 23, 2016 1:44 am

Thanks for your response. Please contact us if you have any queries or needs.

Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Return to Spire.Doc