Hello.
I had tested to attach file in pdf.
It seems too much memory consumption when embedding file into pdf.
Here’s my memory usage result.
if file size is 442MB => approx. 1500MB memory used to work.
if file size is 528MB => approx. 2160MB memory used to work.
my test show embedding file work use memory 4 times more than original file size
My website running on 32bit process mode and application can not use memory over 2GB.
But Aspose pdf.net required over 2GB memory to working
I would like to know that is it normal behavior on Aspose PDF.Net library
I’m attaching my test code.It needs to create ASP.NET MVC project
Aspose.PDF.dll version is 18.6.1.0
HomeController.zip (2.3 KB)