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.

Wed Mar 20, 2013 5:31 pm

We are interested to buy doc controls and we evaluating spire.doc, but I am facing issue while reading attached document. Can you please check and let us know what was the problem and provide us sample code to read.

Regards
Venkat

skumarvenkat@gmail.com
 
Posts: 1
Joined: Wed Mar 20, 2013 3:10 pm

Thu Mar 21, 2013 7:14 am

Dear Venkat,

Thanks for your inquiry.
We used Spire.Doc_4.7 and the code below to do the test with your docx file, and didn't get any error when loaded the docx file on our side.
Code: Select all
            Document document = new Document();
            document.LoadFromFile("test123.docx");

Our tested dlls are from bin\ .net4.0 folder. Our tested platform is winform.
Please try to test Spire.Doc Pack Version:4.7(the download link is http://www.e-iceblue.com/Download/download-word-for-net-now.html) with your docx file. If you still have this issue, please tell us the error you met when you read the docx file on your side and the dll version you used.

Thanks & Best Regards,
Amy
E-iceblue support team
User avatar

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

Tue Mar 26, 2013 9:01 am

Dear Venkat,

Has this issue been solved?
Please give us a feedback at your early convenience. Thank you!
If you have any issues, please feel free to contact us.

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