Memory usage limits

Hi.
I use Aspose.PDF for .NET. Does the library have any limits on memory usage? Or will the conversion use as much memory as needed? I have a big document with 7k pages. It will take a lot of memory to process it, and I would like to know if you need to add RAM or is it useless due to limitations in the library itself?

@Recnir

There is no such limitation in the API related to memory usage. However, large and complex documents processing consumes more memory. In case you are dealing with such large documents, you should use x64 mode of debugging to get full access of installed system memory. Also, increasing the RAM will also help in this case.

In case you still face any issue, we request you to share your sample PDF with sample code snippet. We will test the scenario in our environment and address it accordingly. If your document size is more than 10MB, please upload it to Google Drive or Dropbox and share the link with us.