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.

Thu Oct 12, 2017 8:59 am

Hi,

I have problem with adding ScreenTip to hyperlink. Simplest case is to load (Word 97-2003) document and save it with FileFormat.Auto. After this operation hyperlnk has no ScreenTip like in source document.

Code: Select all
 Document document = new Document();
document.LoadFromFile(@"c:\source.doc"); //this document has ScrrenTip
document.SaveToFile(@"c:\destination.doc", FileFormat.Auto); // this document hasn't :/


If You press shift+F9 on each file You can see for:
c:\source.doc - {HYPERLINK "google.com" \o "This is ScreenTip"}
c:\destination.doc - {HYPERLINK "google.com"}

I have try free spire.doc and spire.doc with the same effect ...i think it's a bug.

Best regards
Dariusz

Example files attached

arendard
 
Posts: 1
Joined: Thu Oct 12, 2017 8:22 am

Thu Oct 12, 2017 9:24 am

Dear Dariusz,

Thanks for your feedback.
I have reproduced the issue and logged it in our bug system. We will let you know when it is fixed.
Sorry for the inconvenience caused.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Dec 18, 2017 12:44 pm

Hello,
Please, let me know when the bug will be fixed? :)

m1m1m1
 
Posts: 1
Joined: Wed Jul 19, 2017 7:02 am

Tue Dec 19, 2017 2:27 am

Dear Dariusz and m1m1m1,

Sorry for late reply.
The issue(save to .doc) you mentioned has been fixed in Spire.Doc Pack(hot fix) Version:6.0.77.
Looking forward to your feedback.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Thu Dec 21, 2017 9:03 am

Dear Dariusz and m1m1m1,

Greetings from E-iceblue.
Did you try the hotfix ? Has your issue been resolved ?

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.Doc