iPhone SDK 使用 Quartz 缩放和刷新 PDF

发布于 2024-07-26 23:54:15 字数 203 浏览 7 评论 0原文

查看 QuartzDemo 示例应用程序,我喜欢单独使用quartz(即不使用 uiwebview)渲染 PDF 的速度。 然而,当我放大 PDF 时,它似乎并没有像在 PDF 视图中那样变得更加清晰。

使用多点触控放大和缩小时,是否可以更改某些内容以获得相同的效果? 比如操纵 PDF 变换矩阵之类的?

非常感谢。

——本

Looking at the QuartzDemo sample application, I love the speed of the PDF rending using quartz alone (that is, without using uiwebview). However, when I'm zooming in the PDF it doesn't seem to become more clear like it does in PDF view.

Is there something that I can change to have the same effect when zooming in and out using multitouch? like manipulate the PDF transformation matrix or something?

Thanks a bunch.

--Ben

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

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

发布评论

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

评论(1

漫雪独思 2024-08-02 23:54:15

为了让它放大,更清晰,
您可以使用CATiledLayer。 你可以看下面的例子。

http://www.olivetoast.com/blog/hamish/simple_uiscrollview_catiledlayer_example.ot

To make it zoom, and more clear,
You can use CATiledLayer. You can see the following example.

http://www.olivetoast.com/blog/hamish/simple_uiscrollview_catiledlayer_example.ot

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