iOS 上的 PDF 文本选择

发布于 2024-12-06 18:23:47 字数 221 浏览 0 评论 0原文

我正在寻找在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玉环 2024-12-13 18:23:47

找到了 Omni 框架,它实现了类似的选择。

Found the Omni framework, which implements a similar selection.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文