How to load Word document from memory instead of local file system? | [VSTO C# Add-in]

Ironshaktimaan 1 Reputation point
2022-09-13T04:22:51.11+00:00

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.

Microsoft 365 and Office Development Other
Developer technologies C#
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.