Hi,
I have a method where I am trying to save the document with custom properties. I am using the document.Save() to achieve it.
After updating to .NET 8, I am getting the following error for document Save methods.
No…...You can save your document to stream and them sent it to the browser...(MemoryStream stream = new MemoryStream()) { doc.Save(stream, SaveFormat...