從字節中打開文檔時出錯 'bad allocation'

This article was translated from English: Does it need improvement?
Translated
View the article in English

處理大型 PDF 文件對某些企業來說可能非常重要。

當使用 IronPDF 加載現有的 PDF 文件時,IronPDF 會分配一部分內存來存儲加載的 PDF。運行在 32 位 的應用程序每個進程的內存限制為 2 GB。加載大於 500 MB 的 PDF 文件可能會超過這一限制,導致 'bad allocation' 異常。

異常消息:

IronPdf.Exceptions.IronPdfNativeException: 'Error while opening document from bytes: 'bad allocation'.

解決方案

為了解決此問題,請將應用程式設定為 64 位 執行。