Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Qoppa 库打开 Pdf,特别是在调试时,我可以监控堆内存使用情况,在执行以下行时变得非常高..
com.qoppa.notes.QPDFNotesView viewer = new QPDFNotesView(this);
在出去我的活动之前,我打电话给
viewer.releaseDocument();
即使这样,堆内存也不会下降。
注意:也尝试使用从 qoppa 下载的最新 qoppapdf.jar。
Qoppa 发布了 qPDF Toolkit 的新版本,修复了 2015 年 11 月 6 日的泄漏问题。确保下载最新版本,然后重试。