Hellow. It’s my code
string dataDir = HttpContext.Current.Server.MapPath(“ReportTemplate\” + fileName);
Document doc = new Document(dataDir);
Bookmark srcBookmark = doc.Range.Bookmarks[“name”];
srcBookmark.Text = “sxsxsxsx”;
doc.Save(“c:\Document.doc”);
How can i save not in local path( “c:\Document.doc”) but in streem . Thank you