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.
在 PSPDFKit 上,我在 PDF 文件上添加注释,然后保存。但是,如果我重新下载没有注释的相同文件,PSPDFKit 会以某种方式打开该文件,但仍然可以看到相同的注释。
我试过用 Adobe Reader 打开,注释不见了。
只有当我关闭应用程序并再次打开它时它才会刷新。
好的,我找到了一种方法来做到这一点,我将与您分享。你可以PSPDFKit#clearCaches这样使用:
PSPDFKit#clearCaches
PSPDFKit.clearCaches(this, true);
完成,缓存清除!!