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 Dec 02, 2014 9:32 pm

Hello. I have a document with Equation object (see file st.doc).
I try to copy it content to another document:
Code: Select all
Spire.Doc.Document doc = new Spire.Doc.Document("C:\\SpireTest\\st.doc");
Spire.Doc.Document doc_2 = new Spire.Doc.Document();
foreach (Spire.Doc.Section section in doc.Sections)
{
    doc_2.Sections.Add(section.Clone());
}
doc_2.SaveToFile("C:\\SpireTest\\st2.doc", Spire.Doc.FileFormat.Doc);

and get some problems:
1. Spire.Doc component add very big free space before Equation object
2. if I try to open st2.doc in OpenOffice editor I get error "File format is not WinWord97"

vladmon
 
Posts: 6
Joined: Sun Jul 06, 2014 9:05 am

Wed Dec 03, 2014 2:03 am

Hello,

Thanks for your inquiry.
I have noticed the issue you mentioned, which has been transferred to our Dev team, once there are any progress, we will let you know. Sorry for inconvenience.
Sincerely,
Gary
E-iceblue support team
User avatar

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

Fri Dec 05, 2014 7:37 am

Hello,

The issue has been resolved, and there is a newest hotfix for it you could download and test. Here is the download link.
http://www.e-iceblue.com/downloads/hot_ ... _5.3.7.zip
Concerning the error "File format is not WinWord97", the reason is that our product is based on 03, currently the lowest version is 03.
If there are any questions, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team
User avatar

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

Sat Dec 06, 2014 6:29 pm

Thank you

vladmon
 
Posts: 6
Joined: Sun Jul 06, 2014 9:05 am

Fri Dec 12, 2014 7:55 am

Hello,

Thanks for your feedback. If there are any questions or needs, please feel free to contact us.

Sincerely,
Gary
E-iceblue support team
User avatar

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

Return to Spire.Doc