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.

Mon Jan 25, 2016 11:04 am

There appears to a bug when loading a file in Word 97-2003 format where a bookmark appears on a line preceded by a Euro sign. Upon loading the file, the bookmark that is on the same line as the Euro sign is extended to encompass the Euro sign. This does not occur when the file to be loaded is in .docx format. Nor does it seem to occur in all cases (of Word 97-2003 document content) but I have attached an example where it does occur.

I have tested this in version 5.2.48.3040 and version 5.5.0.54040 of Spire.Doc and both display the same behaviour.

I used the code below to produce the above behaviour.

Code: Select all
var doc = new Document();
doc.LoadFromFile(@"C:\PathToFile\Example Input.doc", FileFormat.Auto);
doc.SaveToFile(@"C:\PathToFile\Example Output.doc", FileFormat.Doc);

cdm
 
Posts: 1
Joined: Mon Jan 25, 2016 9:38 am

Tue Jan 26, 2016 2:20 am

Hi,

Thanks for your posting.
I reproduced your issue and have forwarded it to our dev team, sorry for the inconvenience that the issue brought. We will inform you when it is resolved.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Tue Feb 02, 2016 8:30 am

Hi Chris,

Thanks for waiting.
The issue has been resolved. Please download new hot fix via this link,
http://www.e-iceblue.com/downloads/Temp ... 5.6.21.zip.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Thu Feb 04, 2016 8:27 am

Hi,

Did new version resolve your issue?
Thanks for your feedback.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.Doc