【发布时间】:2017-09-26 06:02:15
【问题描述】:
我实际上是在尝试使用 PDFKit 注释在 pdf 上绘制墨迹/freedraw 注释,但无法绘制注释。
在苹果提供的ink注解中,有一种方法可以在注解中添加Bezier路径。
// Add or remove paths from the annotation.
// Path points are specified in annotation space.
// Used by annotations type(s): /Ink.
open func add(_ path: UIBezierPath)
即使添加了路径,也不会在 PDF 上绘制注释。 预先感谢您提供所有宝贵的答案。
【问题讨论】:
-
可以帮到我吗?我正在研究 pdf 工具包,我需要运行编辑器来创建 pdf。如果您有任何信息,如果可能的话,请更新您的代码或帮助我解决这个问题stackoverflow.com/questions/48609287/…
-
你好@nedaDerakhshesh 实际上我们在 PDFKit 上做 POC,由于没有适当的文档,我们停止了工作。
标签: swift annotations ios11 pdfkit