How to load Word document from memory instead of local file system? | [VSTO C# Add-in]
Ironshaktimaan
1
Reputation point
I'm creating a VSTO Add-in for Word in C#.
I have a document downloaded into memory from a server as byte array. I need to load that document present in memory as byte array without saving it on the disk. Is it possible? If so, how?
Thanks in advance.
Sign in to answer