iOS 上的 PDF 文本选择
我正在寻找在 iOS 中通过解析的 PDF 实现文本选择的方法。我已经通过使用 Quartz PDF 解析功能获得了所有字形的位置,但我不知道有什么好方法可以实现文本的选择,而无需从头开始编写选择逻辑和视图(并将其显示在显示 pdf 的视图或某些透明的覆盖视图)。
体验应该类似于在 UITextField 或 UIWebView 中选择文本(例如)。
我可以集成的现有第三方解决方案将是最好的。
I'm looking for ways to implement text selection over a parsed PDF in iOS. I already have the positions of all the glyphs by using the Quartz PDF parsing functions, but I don't know of a good way to implement the selection of the text without writing the selection logic and view from scratch (And display it either in the view displaying the pdf or in some transparent overlay view).
The experience should be similar to selecting text in a UITextField or UIWebView (for example).
Existing 3rd party solutions which I could integrate would be best.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了 Omni 框架,它实现了类似的选择。
Found the Omni framework, which implements a similar selection.