Delphi XE2:在 OSX 上的 Delphi FireMonkey 应用程序中显示 PDF
我正在使用 FireMonkey 将 Delphi 应用程序移植到 OSX。该应用程序的一部分显示 PDF,当前使用 Windows 下的 Acrobat 查看器控件或 Gnostice 组件。这些选项在 OSX 版 FireMonkey 中不可用,所以我想知道是否有人有任何想法如何处理这个问题。我已经在 Cocoa 应用程序中使用了 Quartz PDFKit PDFView,但不知道如何在 FireMonkey 应用程序中使用它。
I'm working on a port of a Delphi app to OSX using FireMonkey. Part of the app displays PDF's, currently using the Acrobat viewer control or Gnostice components under Windows. These options aren't available in FireMonkey for OSX, so I was wondering if anyone had any ideas how to handle this. I have used the Quartz PDFKit PDFView in a Cocoa app but can't see how I could use this in a FireMonkey app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了回答我自己的问题,Chris Rolliston 有一篇详细的文章在他的博客上介绍了如何创建 FireMonkey PDF 查看器。它使用 Core Graphics 本机调用,并具有页面滚动和旋转的示例代码。对于任何需要做此类事情的人来说,这是一个很好的开始。它是为 XE2 编写的,因此有些内容可能已经发生了变化。
To answer my own question, Chris Rolliston has a detailed article on his blog about creating a FireMonkey PDF viewer. It uses Core Graphics native calls, and has example code for page scrolling and rotation. An excellent start for anyone who needs to do this kind of thing. It was written for XE2 so some things may have changed since.