如何在 iPhone 中突出显示 pdf 中的文本?
我想搜索 pdf 中的文本并希望突出显示它,但不知道该怎么做。
任何建议都会有帮助。
I want to search text in pdf and want to highlight it but don't know how to do that.
Any suggestion will be helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,PDFKit 不适用于 iPhone;因此,您应该直接通过 Quartz 操作 PDF。您可以参考QuartzDemo,其中还涵盖了举个例子,一些 PDF 操作。
As far as I know, PDFKit is not available for iPhone; therefore, you should resort to manipulating the PDF through Quartz directly. You can refer to the QuartzDemo, which also covers a bit of PDF manipulation, for an example of that.