0

我使用以下代码添加了 Pdf 注释

        textAnnotation = PDFAnnotation(bounds: pageBounds!, forType: .ink, withProperties: nil)
        pdfView.currentPage?.addAnnotation(textAnnotation!)

它工作正常,在 iOS 设备的 Pdfpreview 中添加了可见的注释。但是当我将相同的 pdf 文件导出到 MacBook 时,它的注释仍然是可编辑的、可重新定位的。

我希望保存在 iOS 代码中的 pdf 注释不可编辑。请帮助我

4

0 回答 0