Spire.DocViewer for .NET is a powerful Word Viewer component for developers to display, convert and interact with Word Documents easily.

Sat Jan 06, 2018 3:03 pm

Hi,
I would like to use Spire.Doc.Document class just to open a Word 2007-2010 docx file from a memory stream and convert it to RTF, also into a memory stream. I have got a few questions:
- since this feature is at server-side, is this conversion thread-safe?
- which is the optimal download package for me to get this service?
- what does it cost?
- I have found on a Microsoft page a link to the Spire.Doc 6.0 version, I have tried it, it works fine, but I does not know whether it is applicable at server side or not, from also the point of view of thread safety. Is it thread safe?

Thanks in advance,
Karoly

cskaroly
 
Posts: 1
Joined: Sat Jan 06, 2018 12:43 pm

Mon Jan 08, 2018 6:29 am

Hello,

Thanks for your inquiry.
The conversion from stream to stream is thread-safe like below code snippet.
Code: Select all
using(stream = File.Open(....))
{
     document doc = new document();
     document.LoadFromStream(stream);
    ...
}

Please download the latest Pro version(Spire.Doc Pack(hot fix) Version:6.0.91) to have a better evaluation. It cost $799.00. Please click below link to view the detail. If any doubt, please get it back to us.
https://www.e-iceblue.com/Buy/Spire.Doc.html

Best regards,
Simon
E-iceblue support team
User avatar

Simon.yang
 
Posts: 620
Joined: Wed Jan 11, 2017 2:03 am

Return to Spire.DocViewer