SimonCropp/AsposeWordFontMemoryRepro · GitHub Demonstrates native memory growth when repeatedly converting Word documents to HTML using Aspose.Words.
The Problem
Each Document.Save(stream, HtmlSaveOptions) call leaks ~1…... Reproduction dotnet test Expected: memory growth...