Hi,
I have a encrypted document in the filesystem. I want to decrypt this document in memory and send it to OfficeViewer without use of temporal files. Is there a way to do it?
Thanks.
One Response to “OfficeViewer can read a document from memory?”
Leave a Reply
You must be logged in to post a comment.
November 18th, 2011 at 2:14 pm
You need save the filestream as a local temporary file then use the Open method to load it. You can use the GetTempFile method to return the path. Use the ClearTempFile method to delete the temporary files.