Hi There,
We are facing a critical issue, where in spire is holding memory space even after the execution of the code is completed.
Is this something you'll are working on to fix?
So basically i am trying to convert presentation slides into images, so for testing purpose i tried with 4 mb ppt file which took 70 to 80 mb and might be even more to execute this task.
I understand the fact that spire take 10 times more space than the actual ppt size, but issue is when the required task is complete it should have release that memory space, which is not happening at the moment.
Is it something from our end where in we need to manually add some code to clear spire object memory allocation?
Thank You