Hello,
We are generating quite a big PDF document using Aspose 21.8 (about 2300 pages). For every new page, we fill it with data, then call Document.Save(Stream) and Stream.Flush(), and then also close image streams for…...ReadAllBytes(PictureFilePath); //this line moved here from inner loop using...MemoryStream(pictureBytes)) //this line moved here from inner loop using...