使用PSPDFKit

时间:2016-07-06 21:58:36

标签: ios pdf pspdfkit

我正在使用PSPDFKit在iOS上为PDF添加注释。问题是,在保存文件后,即使我在保存之前执行了以下操作,仍然可以通过其他应用程序(例如预览)修改/删除创建的注释。

annotation.editable = NO;
annotation.flags |= (PSPDFAnnotationFlagReadOnly | PSPDFAnnotationFlagLocked | PSPDFAnnotationFlagLockedContents);

有没有办法将注释“锁定”到PDF上,以便其他软件无法写入(或至少不易写入)?

0 个答案:

没有答案