为有中文需求的客户提供多渠道中文技术支持.

Wed Jun 29, 2022 9:02 am

你好,我调用Presentation接口加载ppt格式的加密文件 返回异常:Failed to allocate a 1890619592 byte allocation with 25165824 free bytes and 350MB until OOM, target footprint 60261920, growth limit 402653184
我的调用方式:
Presentation presentation = new Presentation();
presentation.loadFromFile(strPath);
presentation.encrypt("123");
2、使用下面这种方式也是打不开加密的ppt文件
Presentation presentation = new Presentation();
presentation.loadFromFile(strPath, FileFormat.PPT,"123");
presentation.saveToFile(localFile.getPath(), FileFormat.PPT);

guoxx123
 
Posts: 1
Joined: Wed Jun 29, 2022 8:56 am

Wed Jun 29, 2022 11:21 am

您好,

感谢您的咨询。

从异常信息来看,应该是应用内存不足的问题。为了帮助我们进一步调查此问题,能否请您将您的测试项目以及用于测试的PPT文档提供给我们呢?如果附件超过10M,请您将它们上传到网盘并分享给我们。如果附件不超过10M,您可以通过邮件(support@e-iceblue.com)将它发送给我们。感谢您的协助。
Sincerely,
Andy
E-iceblue support team
User avatar

Andy.Zhou
 
Posts: 483
Joined: Mon Mar 29, 2021 3:03 am

Return to 中文技术支持