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.

Fri Aug 07, 2020 12:27 pm

SpireDoc - Our Requirement - Need to open the word documents on MVC Applications

1. Do we need any subscription for this
2. Any installations required on Server.
3. Is this can be used in INTRANET ? , as we don't have ms-office in all our systems .

radhakrishnakota
 
Posts: 1
Joined: Fri Aug 07, 2020 12:22 pm

Mon Aug 10, 2020 10:12 am

Hello,

Thanks for your inquiry.
Do you want to preview the Word document in the browser? If so, sorry we don’t support it, our Spire.Doc only supports manipulating Word document programmatically. But you can use our product to convert Word document to image (as shown below), and then display the image.
Code: Select all
//Create word document
Document document = new Document();
document.LoadFromFile(@"XXX.docx");

//Save doc file.
Image img = document.SaveToImages(0, ImageType.Metafile);
img.Save("XXX.png", System.Drawing.Imaging.ImageFormat.Png);

Regarding your other questions, please find the answer below.
1. We have four types of the license subscription, please check the license subscription difference from the following URL, and choose the appropriate subscription type according to your needs.
https://www.e-iceblue.com/Misc/purchase-policies.html
2. You only need to configure the running environment on your server, and then reference the dlls of our product in your project.
3. Our Spire.Doc for .NET is a totally independent .NET class library and doesn't require Microsoft Office installed on system.

If there are any questions or any misunderstanding, just feel free to let us know.

Sincerely
Elena
E-iceblue support team
User avatar

Elena.Zhang
 
Posts: 279
Joined: Thu Jul 23, 2020 1:18 am

Return to Spire.Doc