在单点触控中查看 PDF
我需要在 monotouch 中使用 PDF 执行以下操作,感谢任何帮助。
- 如何显示存储在磁盘上的 PDF?
- 与上面相同,但显示文档中的特定点。
- 如果用户按住文档上的手指(iPad 相当于右键单击),我如何获取文档位置(与 #2 一起使用)
- 此控件是否允许我再次获取文档中的单词列表及其文档位置用于#2
谢谢。
I need to do the following with a PDF in monotouch, any help appreciated.
- How do I display a PDF stored on disk?
- Same as above, but displaying a specific point in the document.
- 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)
- Does this control allow me to get a list of words in the document + their document location again for use in #2
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 CoreGraphics 与 pdf 图形上下文一起使用,您可以通过 UIGraphics.BeginPDFContext 获得该上下文。
You can use CoreGraphics with a pdf graphics context, which you can get with UIGraphics.BeginPDFContext.