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 Apr 13, 2015 11:51 am

Hi there,
opening an exisiting *.docx document containing tab stops and setting the document parameter IsUpdateFields to true will cause Spire.Doc to convert all tab stops into spaces when saving the document.

This bug occurs in Free Spire.Doc for .NET 5.2.12.54041 but seems to be fixed in Spire.Doc for .NET 5.3.46.

Code to reproduce the issue:
var document = new Document();
document.LoadFromFile("bug.docx");
document.IsUpdateFields = true;
document.SaveToFile("bug1.docx");
Bug.docx (rename attachment from zip to docx) is attached to this post.

martb
 
Posts: 1
Joined: Mon Apr 13, 2015 11:32 am

Tue Apr 14, 2015 3:04 am

Hello,

Thanks for your inquiry.
I have reproduced your issue with the Free Spire.Doc, and posted it to our Dev team. Once it is resolved, we will let you know.
In addition, the free version has some limitations of function, and we only maintain our free version when we have enough time. So I suggest you use commercial version, and we can provide temporary license for you. If you need, please contact Sales@e-iceblue.com.

Best Regards,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Thu Jan 17, 2019 6:51 am

Hi,

Glad to inform you that the issue is solved in Free Spire.Doc for .NET Version:7.1.

Sincerely,
Betsy
E-iceblue support team
User avatar

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

Return to Spire.Doc