在单点触控中查看 PDF

发布于 2024-10-20 05:36:45 字数 218 浏览 0 评论 0原文

我需要在 monotouch 中使用 PDF 执行以下操作,感谢任何帮助。

  1. 如何显示存储在磁盘上的 PDF?
  2. 与上面相同,但显示文档中的特定点。
  3. 如果用户按住文档上的手指(iPad 相当于右键单击),我如何获取文档位置(与 #2 一起使用)
  4. 此控件是否允许我再次获取文档中的单词列表及其文档位置用于#2

谢谢。

I need to do the following with a PDF in monotouch, any help appreciated.

  1. How do I display a PDF stored on disk?
  2. Same as above, but displaying a specific point in the document.
  3. If the user holds down their finger on the document (iPad equivalent of right click) how do I get the document location (for use with #2)
  4. Does this control allow me to get a list of words in the document + their document location again for use in #2

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

笑梦风尘 2024-10-27 05:36:45

您可以将 CoreGraphics 与 pdf 图形上下文一起使用,您可以通过 UIGraphics.BeginPDFContext 获得该上下文。

You can use CoreGraphics with a pdf graphics context, which you can get with UIGraphics.BeginPDFContext.

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