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.

Sun Nov 03, 2019 11:54 pm

This is a older .doc file (Format is "Microsoft Word 97 - 2003 Document")
this code does not generate a file;

Code: Select all
Document document = new Document();
document.LoadFromFile(@"c:\temp\AELD.doc", FileFormat.Doc);
document.SaveToFile(@"c:\temp\AELD.xml", FileFormat.WordML);


neither does SaveToFile.WordXML
.Docx does create a file

Any suggestions?
Am using the 30 day trial version, version 7.1.0.40040

thanks

ritchieb
 
Posts: 1
Joined: Sun Nov 03, 2019 9:48 pm

Mon Nov 04, 2019 2:45 am

Hi,

Thanks for your inquiry. Sorry to reply late for weekend.
I made an initial test with Spire.Doc Version:7.10 but didn't reproduce your issue. I firstly suggest you try to use the latest one which has more improvements than old versions. If the issue still exists after trying, please offer us your input Word file for further investigation. You could upload it here or send us(support@e-iceblue.com) via email.

Best wishes,
Amber
E-iceblue support team
User avatar

Amber.Gu
 
Posts: 525
Joined: Tue Jun 04, 2019 3:16 am

Return to Spire.Doc

cron